CMake/Source/kwsys
Brad King a0e413ce63 ENH: Improved robustness of sharing parent pipes with children. This ensures that the parent pipe handles are inherited by the children. If a parent pipe handle is invalid a handle to an empty pipe is given to the child to make sure all pipes are defined for the children. 2005-12-20 13:22:22 -05:00
..
Base64.c
Base64.h.in
CMakeLists.txt ENH: Change flag to PASS_REGULAR_EXPRESSION and FAIL_REGULAR_EXPRESSION and add help in cmSetTestsPropertiesCommand 2005-11-09 11:07:36 -05:00
CTestConfig.cmake
CommandLineArguments.cxx ENH: Add a method to remove remaining arguments 2005-12-10 12:10:09 -05:00
CommandLineArguments.hxx.in ENH: Add a method to remove remaining arguments 2005-12-10 12:10:09 -05:00
Configure.h.in
Configure.hxx.in
Copyright.txt
Directory.cxx
Directory.hxx.in
EncodeExecutable.c
ExtraTest.cmake.in
FundamentalType.h.in
Glob.cxx COMP: More namespace fixes to build on HP 2005-10-19 10:47:19 -04:00
Glob.hxx.in COMP: Fix the exporting so that it can actually be used 2005-12-10 12:09:24 -05:00
Process.h.in
ProcessFwd9x.c
ProcessUNIX.c STYLE: Documented reference to "man select_tut". 2005-11-16 11:39:43 -05:00
ProcessWin32.c ENH: Improved robustness of sharing parent pipes with children. This ensures that the parent pipe handles are inherited by the children. If a parent pipe handle is invalid a handle to an empty pipe is given to the child to make sure all pipes are defined for the children. 2005-12-20 13:22:22 -05:00
README.txt STYLE: Added reference to documentation in CMakeLists.txt. 2005-09-18 17:15:29 -04:00
Registry.cxx COMP: Try to remove warnings 2005-09-22 09:58:03 -04:00
Registry.hxx.in ENH: Modify API a little bit to allow arbitrary length values. Encode certain characters. Rename UNIX registry to FILE registry. More testing 2005-09-16 13:38:25 -04:00
RegularExpression.cxx
RegularExpression.hxx.in
SharedForward.h.in
SystemTools.cxx BUG: Return if the file is in any directory not just in first one 2005-12-16 09:03:04 -05:00
SystemTools.hxx.in ENH: Add another signature to FindProgram that matches more to the one from CMake 2005-12-10 12:08:55 -05:00
hash_fun.hxx.in
hash_map.hxx.in
hash_set.hxx.in
hashtable.hxx.in
kwsysHeaderDump.pl
kwsysPlatformCxxTests.cmake ENH: Updated to use modern FILE command for writing to output logs instead of WRITE_FILE. 2005-09-21 14:15:14 -04:00
kwsysPlatformCxxTests.cxx ENH: Converting FundamentalType try-compiles into a single try-run. All the information about the existence, size, and signedness of types can be determined in one program thanks to limits.h. 2005-10-03 14:44:27 -04: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 BUG: kwsys_ios namespace should import streambuf also. 2005-09-21 13:42:49 -04:00
kwsys_stl.hxx.in
kwsys_stl_string.hxx.in
testCommandLineArguments.cxx
testFail.c ENH: try to get this thing to pass with cmake 2.2.1 2005-10-21 09:49:04 -04:00
testHashSTL.cxx
testIOS.cxx
testProcess.c
testRegistry.cxx ENH: Add test for output regular expression 2005-11-08 17:59:58 -05:00
testSystemTools.bin ENH: CMake kills me (so does Cygwin) 2005-10-06 17:16:07 -04:00
testSystemTools.cxx ENH: CMake kills me (so does Cygwin) 2005-10-06 17:16:07 -04:00
testSystemTools.h.in ENH: CMake kills me (so does Cygwin) 2005-10-06 17:16:07 -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, 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.