Bill Hoffman 32ccf38c58 BUG: undo last bug fix because it breaks cmake, rebuild_cache on ParaView gets tons of errors about not being able to create the bin directory %!s(int64=22) %!d(string=hai) anos
..
Base64.c ce8a34907a ENH: Updated copyright. %!s(int64=22) %!d(string=hai) anos
Base64.h.in dd70c8f82d ERR: Avoiding namespace pollution: kw_sys -> kwsys_ns. Also undefining the macro at the correct time. %!s(int64=22) %!d(string=hai) anos
CMakeLists.txt 23b81b7469 ERR: Do not add the library if no sources are used. %!s(int64=22) %!d(string=hai) anos
Configure.h.in ce8a34907a ENH: Updated copyright. %!s(int64=22) %!d(string=hai) anos
Configure.hxx.in c14915697c ENH: Renamed KWSYS_IOS_HAVE_* macros to KWSYS_IOS_USE_* to be more readable in the C++ sources. %!s(int64=22) %!d(string=hai) anos
Copyright.txt ce8a34907a ENH: Updated copyright. %!s(int64=22) %!d(string=hai) anos
Directory.cxx 41c8677a95 ERR: Fixed use of _findfirst for MSVC 6. %!s(int64=22) %!d(string=hai) anos
Directory.hxx.in ce8a34907a ENH: Updated copyright. %!s(int64=22) %!d(string=hai) anos
EncodeExecutable.c ce8a34907a ENH: Updated copyright. %!s(int64=22) %!d(string=hai) anos
Process.h.in 914a9fb3b4 ERR: Avoiding namespace pollution: kw_sys -> kwsys_ns. Also undefining the macro at the correct time. %!s(int64=22) %!d(string=hai) anos
ProcessFwd9x.c cb90652dca ENH: Added comment for future work to make forwarding executable always statically linked. %!s(int64=22) %!d(string=hai) anos
ProcessUNIX.c aeea4895a5 ERR: SIGSEGV == SIGBUS on BeOS. %!s(int64=22) %!d(string=hai) anos
ProcessWin32.c b6fb2fe8f9 BUG: Do not wait for children to exit when killing them. Sometimes they do not really die. %!s(int64=22) %!d(string=hai) anos
README.txt 332f402191 ENH: Setup for testing as a stand-alone project. %!s(int64=23) %!d(string=hai) anos
RegularExpression.cxx 032d1d8652 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. %!s(int64=22) %!d(string=hai) anos
RegularExpression.hxx.in 032d1d8652 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. %!s(int64=22) %!d(string=hai) anos
SystemTools.cxx 32ccf38c58 BUG: undo last bug fix because it breaks cmake, rebuild_cache on ParaView gets tons of errors about not being able to create the bin directory %!s(int64=22) %!d(string=hai) anos
SystemTools.hxx.in d59e06595c BUG: fix for 301 CMAKE_LIBRARY_PATH and CMAKE_INCLUDE_PATH env vars now used in FIND_LIBRARY and FIND_PATH in addtion to and before PATH %!s(int64=22) %!d(string=hai) anos
kwsysHeaderDump.pl 5017fc66e5 ENH: Renaming kwsys macro to kwsys_ns to work around borland preprocessor bug. %!s(int64=22) %!d(string=hai) anos
kwsysPlatformCxxTests.cmake fca398f961 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. %!s(int64=22) %!d(string=hai) anos
kwsysPlatformCxxTests.cxx c14915697c ENH: Renamed KWSYS_IOS_HAVE_* macros to KWSYS_IOS_USE_* to be more readable in the C++ sources. %!s(int64=22) %!d(string=hai) anos
kwsysPrivate.h ce8a34907a ENH: Updated copyright. %!s(int64=22) %!d(string=hai) anos
kwsys_ios_fstream.h.in c14915697c ENH: Renamed KWSYS_IOS_HAVE_* macros to KWSYS_IOS_USE_* to be more readable in the C++ sources. %!s(int64=22) %!d(string=hai) anos
kwsys_ios_iosfwd.h.in c14915697c ENH: Renamed KWSYS_IOS_HAVE_* macros to KWSYS_IOS_USE_* to be more readable in the C++ sources. %!s(int64=22) %!d(string=hai) anos
kwsys_ios_iostream.h.in c14915697c ENH: Renamed KWSYS_IOS_HAVE_* macros to KWSYS_IOS_USE_* to be more readable in the C++ sources. %!s(int64=22) %!d(string=hai) anos
kwsys_ios_sstream.h.in c14915697c ENH: Renamed KWSYS_IOS_HAVE_* macros to KWSYS_IOS_USE_* to be more readable in the C++ sources. %!s(int64=22) %!d(string=hai) anos
kwsys_stl.h.in 032d1d8652 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. %!s(int64=22) %!d(string=hai) anos
test1.cxx 1c8f885f9d ENH: Added GetExceptionString method to provide an error description when GetState returns Exception. %!s(int64=22) %!d(string=hai) anos
testIOS.cxx 032d1d8652 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. %!s(int64=22) %!d(string=hai) anos
testProcess.c e27ad7eb97 ENH: Added exception string to abnormal termination report. %!s(int64=22) %!d(string=hai) anos

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.