CMake/Source/kwsys
Brad King 30c746d8c5 BUG: Do not display VT100 escapes inside emacs even if TERM is set to xterm. 2006-07-20 09:35:20 -04:00
..
Base64.c
Base64.h.in
CMakeLists.txt ENH: Add a way to get unused arguments and add a test 2006-07-14 15:02:27 -04:00
CTestConfig.cmake
CommandLineArguments.cxx ENH: Add a way to get unused arguments and add a test 2006-07-14 15:02:27 -04:00
CommandLineArguments.hxx.in ENH: Add a way to get unused arguments and add a test 2006-07-14 15:02:27 -04:00
Configure.h.in
Configure.hxx.in
Copyright.txt
Directory.cxx ENH: add a higher performance method to get the number of files in a directory 2006-06-22 10:35:37 -04:00
Directory.hxx.in ENH: add a higher performance method to get the number of files in a directory 2006-06-22 10:35:37 -04:00
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 COMP: Remove warnings 2006-07-12 09:21:26 -04:00
Glob.hxx.in ENH: Add support for relative paths and cleanup 2006-03-21 16:02:47 -05:00
Process.h.in ENH: Added Option_Verbatim to run whole command lines directly. 2006-06-15 14:40:42 -04:00
ProcessFwd9x.c
ProcessUNIX.c ENH: Added Option_Verbatim to run whole command lines directly. 2006-06-15 14:40:42 -04:00
ProcessWin32.c BUG: When handing the child stdin pipe a file, allow another process to be writing to the file at the same time. This allows children such as tail -f to function properly. 2006-07-17 13:34:00 -04:00
README.txt
Registry.cxx COMP: Remove warnings 2006-07-13 09:07:41 -04:00
Registry.hxx.in
RegularExpression.cxx
RegularExpression.hxx.in
SharedForward.h.in
String.hxx.in
SystemTools.cxx ENH: Add support for multi-arguments: -f arg1 arg2 arg3 ... and support for lists: -f arg1 -f arg2 -f arg3 ... and for boolean to be stored as strings and doubles 2006-07-14 09:13:23 -04:00
SystemTools.hxx.in ENH: Added always/if-different option to CopyADirectory. Added CopyAFile with the same interface. 2006-05-05 10:29:27 -04:00
Terminal.c BUG: Do not display VT100 escapes inside emacs even if TERM is set to xterm. 2006-07-20 09:35:20 -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 ENH: centralized locaiton of CMakeFiles setting 2006-06-14 12:28:32 -04:00
kwsysPlatformCxxTests.cxx
kwsysPrivate.h
kwsys_cstddef.hxx.in
kwsys_ios_fstream.h.in
kwsys_ios_iosfwd.h.in
kwsys_ios_iostream.h.in COMP: Fix references to cin, cout, cerr, and clog in case of HP aCC compiler with -mt flag. 2006-07-18 13:02:40 -04:00
kwsys_ios_sstream.h.in
kwsys_stl.hxx.in
kwsys_stl_string.hxx.in
testCommandLineArguments.cxx COMP: Remove some warnings 2006-07-16 21:11:50 -04:00
testCommandLineArguments1.cxx COMP: Only delete once 2006-07-17 09:15:10 -04:00
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 ENH: Added test 8 to test grandchildren running after children exit. 2006-05-21 10:28:14 -04:00
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.