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 COMP: Remove warning 2004-10-20 12:37:39 -04:00
CommandLineArguments.hxx.in ENH: Add lots of comments 2004-09-29 08:34:02 -04:00
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 ENH: Added kwsysProcess_Disown an kwsysProcess_Option_Detach to allow detached processes to be created. Currently implemented only on UNIX. 2004-07-07 17:27:50 -04:00
ProcessFwd9x.c
ProcessUNIX.c COMP: Remove warnings about shadow variables 2005-02-27 17:36:00 -05:00
ProcessWin32.c ENH: Re-arranged handling of the two threads per pipe to improve readability of code. 2004-07-13 16:50:55 -04:00
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 COMP: Disabling old streams warnings when including old headers on MSVC. 2004-12-01 07:24:33 -05:00
kwsys_ios_iosfwd.h.in ERR: Removed inclusion of fstream header. This file is meant as a compatibility header for iosfwd and therefore should not include any other header. Whatever was fixed by adding the include of fstream here should be fixed by other means. 2004-08-31 08:25:58 -04:00
kwsys_ios_iostream.h.in COMP: Disabling old streams warnings when including old headers on MSVC. 2004-12-01 07:24:33 -05:00
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 ERR: More missing ios and includes 2004-09-13 19:06:19 -04:00
testIOS.cxx
testProcess.c ERR: Added missing include of string.h 2004-10-01 11:36:38 -04:00

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.