CMake/Source/kwsys
Bill Hoffman 4c93b9a158 ENH: put the fix back in with abort 2006-04-27 17:52:45 -04:00
..
Base64.c
Base64.h.in
CMakeLists.txt ENH: Enabling build/test of Terminal code now that it has been manually tested on several platforms. 2006-04-24 12:15:09 -04:00
CTestConfig.cmake
CommandLineArguments.cxx ENH: add support for win64 for visual studio 2005 ide and nmake, also fix warnings produced by building for win64 2006-03-30 13:49:56 -05:00
CommandLineArguments.hxx.in
Configure.h.in
Configure.hxx.in
Copyright.txt
Directory.cxx
Directory.hxx.in
DynamicLoader.cxx ENH: remove warning 2006-04-27 15:48:05 -04:00
DynamicLoader.hxx.in
EncodeExecutable.c
ExtraTest.cmake.in
FundamentalType.h.in
Glob.cxx ENH: add support for win64 for visual studio 2005 ide and nmake, also fix warnings produced by building for win64 2006-03-30 13:49:56 -05:00
Glob.hxx.in ENH: Add support for relative paths and cleanup 2006-03-21 16:02:47 -05:00
Process.h.in
ProcessFwd9x.c
ProcessUNIX.c
ProcessWin32.c ENH: add support for win64 for visual studio 2005 ide and nmake, also fix warnings produced by building for win64 2006-03-30 13:49:56 -05:00
README.txt
Registry.cxx ENH: add support for win64 for visual studio 2005 ide and nmake, also fix warnings produced by building for win64 2006-03-30 13:49:56 -05:00
Registry.hxx.in
RegularExpression.cxx
RegularExpression.hxx.in
SharedForward.h.in
String.hxx.in
SystemTools.cxx ENH: put the fix back in with abort 2006-04-27 17:52:45 -04:00
SystemTools.hxx.in ENH: add patch for finding applications on OSX 2006-04-13 11:00:52 -04:00
Terminal.c COMP: Added missing include of string.h for strcmp. 2006-04-22 20:32:01 -04:00
Terminal.h.in ENH: fix build on AIX 2006-04-25 08:33:51 -04:00
auto_ptr.hxx.in
hash_fun.hxx.in
hash_map.hxx.in
hash_set.hxx.in
hashtable.hxx.in ENH: add support for win64 for visual studio 2005 ide and nmake, also fix warnings produced by building for win64 2006-03-30 13:49:56 -05:00
kwsysHeaderDump.pl
kwsysPlatformCxxTests.cmake
kwsysPlatformCxxTests.cxx
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
testDynamicLoader.cxx ENH: add support for win64 for visual studio 2005 ide and nmake, also fix warnings produced by building for win64 2006-03-30 13:49:56 -05:00
testDynload.c
testFail.c
testHashSTL.cxx
testIOS.cxx
testProcess.c
testRegistry.cxx
testSystemTools.bin
testSystemTools.cxx
testSystemTools.h.in
testTerminal.c ENH: Adding 'Terminal' component to hold support routines for dealing with interactive terminals. Currently only a cfprintf function is provided to print color messages. 2006-04-22 20:20:12 -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.