CMake/Source/kwsys
Andy Cedilnik 69bd53be41 ENH: Handle 'screen' terminal. Thank you Thomas Z. 2006-06-03 18:43:57 -04:00
..
Base64.c
Base64.h.in
CMakeLists.txt
CTestConfig.cmake
CommandLineArguments.cxx
CommandLineArguments.hxx.in
Configure.h.in
Configure.hxx.in
Copyright.txt
Directory.cxx
Directory.hxx.in
DynamicLoader.cxx
DynamicLoader.hxx.in
EncodeExecutable.c
ExtraTest.cmake.in
FundamentalType.h.in
Glob.cxx
Glob.hxx.in
Process.h.in
ProcessFwd9x.c
ProcessUNIX.c BUG: Do not leak global table of processes. 2006-05-24 10:13:18 -04:00
ProcessWin32.c BUG: Fixed deadlock condition when grandchildren are running after the children exit. 2006-05-21 10:27:13 -04:00
README.txt
Registry.cxx
Registry.hxx.in
RegularExpression.cxx
RegularExpression.hxx.in
SharedForward.h.in
String.hxx.in
SystemTools.cxx ENH: search for program without extensions 2006-05-08 14:18:09 -04:00
SystemTools.hxx.in
Terminal.c ENH: Handle 'screen' terminal. Thank you Thomas Z. 2006-06-03 18:43:57 -04:00
Terminal.h.in
auto_ptr.hxx.in
hash_fun.hxx.in
hash_map.hxx.in
hash_set.hxx.in
hashtable.hxx.in
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
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

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.