CMake/Source/kwsys
Andy Cedilnik affced3f81 BUG: Return if the file is in any directory not just in first one 2005-12-16 09:03:04 -05:00
..
Base64.c ENH: Moved kwsys_ns and kwsysEXPORT macros to Configure.h in the case of building a kwsys source file. This allows more than one header to be included in a kwsys source file without redefining the macros. 2005-07-26 11:34:57 -04:00
Base64.h.in ENH: Moved kwsys_ns and kwsysEXPORT macros to Configure.h in the case of building a kwsys source file. This allows more than one header to be included in a kwsys source file without redefining the macros. 2005-07-26 11:34:57 -04:00
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 ENH: Several improvements with the way things are handled. Also, support multiple submited files 2005-06-23 13:04:18 -04:00
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 ENH: Moved kwsys_ns and kwsysEXPORT macros to Configure.h in the case of building a kwsys source file. This allows more than one header to be included in a kwsys source file without redefining the macros. 2005-07-26 11:34:57 -04:00
Configure.hxx.in ENH: C++ configuration should include C configuration. 2005-06-09 08:02:58 -04:00
Copyright.txt
Directory.cxx
Directory.hxx.in
EncodeExecutable.c
ExtraTest.cmake.in
FundamentalType.h.in ENH: Added FundamentalType header defining platform-independent fixed size/signedness integer types. 2005-07-26 11:37:30 -04:00
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 ENH: Moved kwsys_ns and kwsysEXPORT macros to Configure.h in the case of building a kwsys source file. This allows more than one header to be included in a kwsys source file without redefining the macros. 2005-07-26 11:34:57 -04:00
ProcessFwd9x.c
ProcessUNIX.c STYLE: Documented reference to "man select_tut". 2005-11-16 11:39:43 -05:00
ProcessWin32.c BUG: Do not close handle obtained from GetModuleHandle which does not increase the reference count of the module. 2005-11-16 11:36:05 -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 ENH: Added cygcheck knowledge for --ldd option on Cygwin. Added error message for --ldd option when no tool is available but the option was still requested. 2005-08-31 19:41:53 -04:00
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 ENH: Added some smaller primes to allow small hash table sizes and therefore shorter initial construction times. 2005-06-23 10:25:57 -04:00
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 ENH: Rename test 2005-07-20 12:40:11 -04:00
testIOS.cxx
testProcess.c COMP: Fixed uninitialized variable. 2005-07-08 09:05:11 -04:00
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.