CMake/Source/kwsys
Jim Miller 52f7a0cce8 BUG: encoding 2 bytes into 4 bytes was accessing a 3rd byte from the source 2005-01-12 10:11:04 -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: Specify full path to the executable 2004-10-17 22:46:48 -04:00
CommandLineArguments.cxx COMP: Remove warning 2004-10-20 12:37:39 -04:00
CommandLineArguments.hxx.in
Configure.h.in
Configure.hxx.in
Copyright.txt
Directory.cxx
Directory.hxx.in
EncodeExecutable.c
Process.h.in
ProcessFwd9x.c
ProcessUNIX.c
ProcessWin32.c
README.txt
RegularExpression.cxx
RegularExpression.hxx.in
SystemTools.cxx ENH: Add a delay method 2005-01-04 10:55:01 -05:00
SystemTools.hxx.in ENH: Add a delay method 2005-01-04 10:55:01 -05:00
kwsysHeaderDump.pl
kwsysPlatformCxxTests.cmake
kwsysPlatformCxxTests.cxx
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
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 COMP: Need to choose between <new> and <new.h> based on whether standard headers are available. 2004-12-01 07:28:13 -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.