CMake/Source/kwsys
Brad King 5290b40c47 ENH: Added "ostringstream(const kwsys_stl::string& s)" and "void str(const kwsys_stl::string& s)" compatibility methods. 2005-03-03 12:00:43 -05:00
..
Base64.c BUG: encoding 2 bytes into 4 bytes was accessing a 3rd byte from the source 2005-01-12 10:11:04 -05:00
Base64.h.in
CMakeLists.txt ENH: Added try-compile KWSYS_STAT_HAS_ST_MTIM. This tests whether struct stat has the extra st_mtim member that has high resolution times. 2005-02-17 10:49:16 -05:00
CommandLineArguments.cxx
CommandLineArguments.hxx.in
Configure.h.in
Configure.hxx.in ENH: Added try-compile KWSYS_STAT_HAS_ST_MTIM. This tests whether struct stat has the extra st_mtim member that has high resolution times. 2005-02-17 10:49:16 -05:00
Copyright.txt
Directory.cxx
Directory.hxx.in
EncodeExecutable.c
Process.h.in
ProcessFwd9x.c
ProcessUNIX.c COMP: Remove warnings about shadow variables 2005-02-27 17:36:00 -05:00
ProcessWin32.c
README.txt
RegularExpression.cxx
RegularExpression.hxx.in
SystemTools.cxx ENH: fix relative paths in xcode 2005-02-24 17:46:49 -05:00
SystemTools.hxx.in ENH: Added ComparePath method. 2005-02-24 14:47:45 -05:00
kwsysHeaderDump.pl
kwsysPlatformCxxTests.cmake
kwsysPlatformCxxTests.cxx ENH: Added try-compile KWSYS_STAT_HAS_ST_MTIM. This tests whether struct stat has the extra st_mtim member that has high resolution times. 2005-02-17 10:49:16 -05:00
kwsysPrivate.h
kwsys_ios_fstream.h.in
kwsys_ios_iosfwd.h.in
kwsys_ios_iostream.h.in
kwsys_ios_sstream.h.in ENH: Added "ostringstream(const kwsys_stl::string& s)" and "void str(const kwsys_stl::string& s)" compatibility methods. 2005-03-03 12:00:43 -05:00
kwsys_stl.h.in
test1.cxx
testCommandLineArguments.cxx
testIOS.cxx
testProcess.c

README.txt

KWSys provides a platform-independent API to many common system
features that are implemented differently on every platform.  This
library is intended to be shared among many projects.

You are probably reading this file in the source tree of a surrounding
project.  In that case, see "../README.kwsys" for details of using
KWSys in your project.