You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Bill Hoffman 692f18538b ENH: add a check for empty include directories 21 years ago
..
Base64.c ENH: Updated copyright. 22 years ago
Base64.h.in ERR: Avoiding namespace pollution: kw_sys -> kwsys_ns. Also undefining the macro at the correct time. 22 years ago
CMakeLists.txt ENH: Specify full path to the executable 21 years ago
CommandLineArguments.cxx COMP: Remove warning 21 years ago
CommandLineArguments.hxx.in ENH: Add lots of comments 21 years ago
Configure.h.in ENH: Updated copyright. 22 years ago
Configure.hxx.in ENH: Renamed KWSYS_IOS_HAVE_* macros to KWSYS_IOS_USE_* to be more readable in the C++ sources. 22 years ago
Copyright.txt ENH: Updated copyright. 22 years ago
Directory.cxx ERR: Fixed use of _findfirst for MSVC 6. 22 years ago
Directory.hxx.in ENH: Updated copyright. 22 years ago
EncodeExecutable.c ENH: Updated copyright. 22 years ago
Process.h.in ENH: Added kwsysProcess_Disown an kwsysProcess_Option_Detach to allow detached processes to be created. Currently implemented only on UNIX. 21 years ago
ProcessFwd9x.c ENH: Added comment for future work to make forwarding executable always statically linked. 22 years ago
ProcessUNIX.c ERR: Fixed missing return warning. Code was not reachable anyway. 21 years ago
ProcessWin32.c ENH: Re-arranged handling of the two threads per pipe to improve readability of code. 21 years ago
README.txt ENH: Setup for testing as a stand-alone project. 23 years ago
RegularExpression.cxx ENH: Merging changes from KWSys-IOS-bp to KWSys-IOS-b2t-1-mp to main tree. This introduces separate kwsys_ios and kwsys_stl macros needed to support all platforms. 22 years ago
RegularExpression.hxx.in ENH: Merging changes from KWSys-IOS-bp to KWSys-IOS-b2t-1-mp to main tree. This introduces separate kwsys_ios and kwsys_stl macros needed to support all platforms. 22 years ago
SystemTools.cxx ENH: handle read only directories with configure file destination 21 years ago
SystemTools.hxx.in COMP: Attempt to fix warnings on SGI 21 years ago
kwsysHeaderDump.pl ENH: Renaming kwsys macro to kwsys_ns to work around borland preprocessor bug. 22 years ago
kwsysPlatformCxxTests.cmake ERR: Removed use of FILE command and using WRITE_FILE instead. We would still like CMake 1.6 to be able to build CMake CVS, and kwsys is used. 22 years ago
kwsysPlatformCxxTests.cxx ENH: Renamed KWSYS_IOS_HAVE_* macros to KWSYS_IOS_USE_* to be more readable in the C++ sources. 22 years ago
kwsysPrivate.h ENH: Updated copyright. 22 years ago
kwsys_ios_fstream.h.in ENH: Renamed KWSYS_IOS_HAVE_* macros to KWSYS_IOS_USE_* to be more readable in the C++ sources. 22 years ago
kwsys_ios_iosfwd.h.in ERR: Removed inclusion of fstream header. This file is meant as a compatibility header for iosfwd and therefore should not include any other header. Whatever was fixed by adding the include of fstream here should be fixed by other means. 21 years ago
kwsys_ios_iostream.h.in ENH: Renamed KWSYS_IOS_HAVE_* macros to KWSYS_IOS_USE_* to be more readable in the C++ sources. 22 years ago
kwsys_ios_sstream.h.in ENH: Renamed KWSYS_IOS_HAVE_* macros to KWSYS_IOS_USE_* to be more readable in the C++ sources. 22 years ago
kwsys_stl.h.in ENH: Merging changes from KWSys-IOS-bp to KWSys-IOS-b2t-1-mp to main tree. This introduces separate kwsys_ios and kwsys_stl macros needed to support all platforms. 22 years ago
test1.cxx ENH: Added GetExceptionString method to provide an error description when GetState returns Exception. 22 years ago
testCommandLineArguments.cxx ERR: More missing ios and includes 21 years ago
testIOS.cxx ENH: Merging changes from KWSys-IOS-bp to KWSys-IOS-b2t-1-mp to main tree. This introduces separate kwsys_ios and kwsys_stl macros needed to support all platforms. 22 years ago
testProcess.c ERR: Added missing include of string.h 21 years ago

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.

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.