CMake/Source/kwsys
Brad King 0839e905c6 BUG: Fixed #if test for case-insensitive glob on OSX. 2006-08-21 22:39:03 -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 COMP: Fix and/or disable warnings for Borland 5.6 build. 2006-08-01 11:38:42 -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 BUG: #3563. Segmentation fault with non initialized input or NULL pointers. 2006-08-01 15:16:19 -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 BUG: Fixed #if test for case-insensitive glob on OSX. 2006-08-21 22:39:03 -04:00
Glob.hxx.in ENH: Exposed pattern->regex API. Cleaned up and commented implementation of pattern->regex conversion. 2006-08-21 14:17:58 -04: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 COMP: Use SA_RESTART only if it is defined for the current platform. This partially addresses bug#3556. 2006-08-01 14:28:03 -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: Added missing headers. This partially addresses bug#3556. 2006-08-01 14:45:32 -04:00
Registry.hxx.in
RegularExpression.cxx
RegularExpression.hxx.in
SharedForward.h.in
String.hxx.in
SystemTools.cxx BUG: FileIsDirectory should work when the name contains a trailing slash. 2006-08-21 17:34:40 -04:00
SystemTools.hxx.in ENH: Added JoinPath overload that accepts an iterator range. 2006-08-17 12:02:18 -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: Added missing headers. This partially addresses bug#3556. 2006-08-01 14:45:32 -04:00
testCommandLineArguments1.cxx COMP: Added missing headers. This partially addresses bug#3556. 2006-08-01 14:45:32 -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 COMP: Fix and/or disable warnings for Borland 5.6 build. 2006-08-01 11:38:42 -04:00
testRegistry.cxx
testSystemTools.bin
testSystemTools.cxx COMP: Added missing headers. This partially addresses bug#3556. 2006-08-01 14:45:32 -04:00
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.