CMake/Source/kwsys
Brad King 92bcdb8d66 ERR: std -> kwsys_std. 2003-12-17 08:30:07 -05:00
..
Base64.c ENH: Updated copyright. 2003-12-15 16:30:46 -05:00
Base64.h.in ENH: Updated copyright. 2003-12-15 16:30:46 -05:00
CMakeLists.txt ENH: Updated copyright. 2003-12-16 15:38:36 -05:00
Configure.h.in ENH: Updated copyright. 2003-12-15 16:30:46 -05:00
Configure.hxx.in ENH: Updated copyright. 2003-12-15 16:30:46 -05:00
Copyright.txt ENH: Updated copyright. 2003-12-15 16:30:46 -05:00
Directory.cxx ENH: Updated copyright. 2003-12-15 16:30:46 -05:00
Directory.hxx.in ENH: Updated copyright. 2003-12-15 16:30:46 -05:00
EncodeExecutable.c ENH: Updated copyright. 2003-12-15 16:30:46 -05:00
Process.h.in ENH: Added SetPipeShared method to allow stdout and stderr pipes to be shared with the parent process. 2003-12-16 17:20:01 -05:00
ProcessFwd9x.c ENH: Updated copyright. 2003-12-15 16:30:46 -05:00
ProcessUNIX.c ENH: Added SetPipeShared method to allow stdout and stderr pipes to be shared with the parent process. 2003-12-16 17:20:01 -05:00
ProcessWin32.c ENH: Added SetPipeShared method to allow stdout and stderr pipes to be shared with the parent process. 2003-12-16 17:20:01 -05:00
README.txt ENH: Setup for testing as a stand-alone project. 2003-05-08 14:17:26 -04:00
RegularExpression.cxx ENH: Updated copyright. 2003-12-15 16:30:46 -05:00
RegularExpression.hxx.in ENH: Updated copyright. 2003-12-15 16:30:46 -05:00
SystemTools.cxx ENH: Added GetEnv method. 2003-12-16 15:55:18 -05:00
SystemTools.hxx.in ERR: std -> kwsys_std. 2003-12-17 08:30:07 -05:00
kwsysHeaderDump.pl ENH: Updated copyright. 2003-12-15 16:30:46 -05:00
kwsysPrivate.h ENH: Updated copyright. 2003-12-15 16:30:46 -05:00
kwsys_std.h.in ENH: Updated copyright. 2003-12-15 16:30:46 -05:00
kwsys_std_fstream.h.in ENH: Updated copyright. 2003-12-15 16:30:46 -05:00
kwsys_std_iosfwd.h.in ENH: Updated copyright. 2003-12-15 16:30:46 -05:00
kwsys_std_iostream.h.in ENH: Updated copyright. 2003-12-15 16:30:46 -05:00
kwsys_std_sstream.h.in ENH: Updated copyright. 2003-12-15 16:30:46 -05:00
test1.cxx ENH: Updated copyright. 2003-12-15 16:30:46 -05:00
testProcess.c ENH: Updated copyright. 2003-12-15 16:30:46 -05: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.