CMake/Source/kwsys
Bill Hoffman be375b1bcd ENH: fix std in kwsys, has to be kwsys_stl 2006-03-02 21:33:57 -05:00
..
Base64.c
Base64.h.in
CMakeLists.txt ENH: Added kwsys::String class to shorten debugging symbols and error messages involving std::string. 2006-02-07 10:11:40 -05:00
CTestConfig.cmake
CommandLineArguments.cxx
CommandLineArguments.hxx.in
Configure.h.in
Configure.hxx.in
Copyright.txt
Directory.cxx ENH: add support for watcom wmake and wcl386 2006-01-17 10:21:45 -05:00
Directory.hxx.in
EncodeExecutable.c ENH: add support for watcom wmake and wcl386 2006-01-17 10:21:45 -05:00
ExtraTest.cmake.in
FundamentalType.h.in
Glob.cxx ENH: add support for watcom wmake and wcl386 2006-01-17 10:21:45 -05:00
Glob.hxx.in
Process.h.in
ProcessFwd9x.c
ProcessUNIX.c BUG: When more than one command is given and one of them fails to start and the rest are killed, do not forget to reap the killed children. 2005-12-31 12:59:31 -05:00
ProcessWin32.c COMP: Fixed warnings for Borland 5.8. 2006-02-28 11:38:02 -05:00
README.txt
Registry.cxx ENH: fix std in kwsys, has to be kwsys_stl 2006-03-02 21:33:57 -05:00
Registry.hxx.in
RegularExpression.cxx
RegularExpression.hxx.in
SharedForward.h.in
String.hxx.in ENH: Added kwsys::String class to shorten debugging symbols and error messages involving std::string. 2006-02-07 10:11:40 -05:00
SystemTools.cxx ENH: fix std in kwsys, has to be kwsys_stl 2006-03-02 21:33:57 -05:00
SystemTools.hxx.in COMP: Fix problem with STL on HP, and fix reusing the same variable in for loops 2006-02-08 07:17:59 -05:00
hash_fun.hxx.in
hash_map.hxx.in
hash_set.hxx.in
hashtable.hxx.in
kwsysHeaderDump.pl
kwsysPlatformCxxTests.cmake
kwsysPlatformCxxTests.cxx ENH: add support for watcom wmake and wcl386 2006-01-17 10:21:45 -05:00
kwsysPrivate.h
kwsys_cstddef.hxx.in
kwsys_ios_fstream.h.in
kwsys_ios_iosfwd.h.in
kwsys_ios_iostream.h.in
kwsys_ios_sstream.h.in
kwsys_stl.hxx.in
kwsys_stl_string.hxx.in
testCommandLineArguments.cxx
testFail.c
testHashSTL.cxx
testIOS.cxx
testProcess.c ENH: Added special test 0 to just run a given command line. 2006-01-05 15:49:34 -05:00
testRegistry.cxx ENH: add support for watcom wmake and wcl386 2006-01-17 10:21:45 -05:00
testSystemTools.bin
testSystemTools.cxx
testSystemTools.h.in

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, so it has a
configurable namespace.  Each project should configure KWSys to use a
namespace unique to itself.  See comments in CMakeLists.txt for
details.

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.