CMake/Source/kwsys
2006-01-23 16:36:13 -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 COMP: Do not build tests if build testing is off 2006-01-04 08:32:35 -05: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
CTestConfig.cmake ENH: Several improvements with the way things are handled. Also, support multiple submited files 2005-06-23 13:04:18 -04:00
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 ENH: Add capability to include files to DartTestfile.txt and add example of that 2005-06-07 09:57:05 -04:00
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 ENH: add support for watcom wmake and wcl386 2006-01-17 10:21:45 -05:00
Glob.hxx.in COMP: Fix the exporting so that it can actually be used 2005-12-10 12:09:24 -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
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_string.hxx.in
kwsys_stl.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: add support for watcom wmake and wcl386 2006-01-17 10:21:45 -05:00
kwsysPrivate.h
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 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 ENH: add support for watcom wmake and wcl386 2006-01-17 10:21:45 -05:00
README.txt STYLE: Added reference to documentation in CMakeLists.txt. 2005-09-18 17:15:29 -04:00
Registry.cxx ENH: add support for watcom wmake and wcl386 2006-01-17 10:21:45 -05: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 COMP: Fixed conversion warnings. 2005-06-09 07:40:41 -04:00
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 ENH: by Bill make sure path is unix style 2006-01-23 16:36:13 -05:00
SystemTools.hxx.in ENH: fix for icc 2006-01-17 16:53:56 -05:00
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 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 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

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.