Brad King c7a2c80c17 ENH: SplitPath now supports slashes in both directions in the input path but still produces forward slashes in the root component. 20 years ago
..
Base64.c 52f7a0cce8 BUG: encoding 2 bytes into 4 bytes was accessing a 3rd byte from the source 21 years ago
Base64.h.in dd70c8f82d ERR: Avoiding namespace pollution: kw_sys -> kwsys_ns. Also undefining the macro at the correct time. 21 years ago
CMakeLists.txt ebbe1ffdd9 COMP: Removing stl string io operators change until the CMake bootstrap script can be fixed. 20 years ago
CommandLineArguments.cxx 0d0cfaea08 COMP: Added missing include of string.h. 21 years ago
CommandLineArguments.hxx.in f3cfe48152 ENH: Add lots of comments 21 years ago
Configure.h.in ce8a34907a ENH: Updated copyright. 22 years ago
Configure.hxx.in ebbe1ffdd9 COMP: Removing stl string io operators change until the CMake bootstrap script can be fixed. 20 years ago
Copyright.txt ce8a34907a ENH: Updated copyright. 22 years ago
Directory.cxx 41c8677a95 ERR: Fixed use of _findfirst for MSVC 6. 22 years ago
Directory.hxx.in ce8a34907a ENH: Updated copyright. 22 years ago
EncodeExecutable.c ce8a34907a ENH: Updated copyright. 22 years ago
Process.h.in ae28d93a72 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 cb90652dca ENH: Added comment for future work to make forwarding executable always statically linked. 21 years ago
ProcessUNIX.c 588653c4e8 COMP: Remove warnings about shadow variables 21 years ago
ProcessWin32.c 43225860b6 ENH: Re-arranged handling of the two threads per pipe to improve readability of code. 21 years ago
README.txt 332f402191 ENH: Setup for testing as a stand-alone project. 22 years ago
RegularExpression.cxx 0d0cfaea08 COMP: Added missing include of string.h. 21 years ago
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. 22 years ago
SharedForward.h.in e0cfb268b6 ENH: Adding SharedForward C header to help create forwarding executables on UNIX systems that configure the shared library runtime search path and then replace themselves with the real executable. This is useful to create binary distributions that work from any extracted location even with shared libraries. 21 years ago
SystemTools.cxx c7a2c80c17 ENH: SplitPath now supports slashes in both directions in the input path but still produces forward slashes in the root component. 20 years ago
SystemTools.hxx.in c7a2c80c17 ENH: SplitPath now supports slashes in both directions in the input path but still produces forward slashes in the root component. 20 years ago
kwsysHeaderDump.pl 5017fc66e5 ENH: Renaming kwsys macro to kwsys_ns to work around borland preprocessor bug. 21 years ago
kwsysPlatformCxxTests.cmake ebbe1ffdd9 COMP: Removing stl string io operators change until the CMake bootstrap script can be fixed. 20 years ago
kwsysPlatformCxxTests.cxx ebbe1ffdd9 COMP: Removing stl string io operators change until the CMake bootstrap script can be fixed. 20 years ago
kwsysPrivate.h ce8a34907a ENH: Updated copyright. 22 years ago
kwsys_ios_fstream.h.in ca2f4aa039 COMP: Disabling old streams warnings when including old headers on MSVC. 21 years ago
kwsys_ios_iosfwd.h.in a0f48a0592 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 ca2f4aa039 COMP: Disabling old streams warnings when including old headers on MSVC. 21 years ago
kwsys_ios_sstream.h.in 5290b40c47 ENH: Added "ostringstream(const kwsys_stl::string& s)" and "void str(const kwsys_stl::string& s)" compatibility methods. 21 years ago
kwsys_stl.h.in ebbe1ffdd9 COMP: Removing stl string io operators change until the CMake bootstrap script can be fixed. 20 years ago
test1.cxx 1c8f885f9d ENH: Added GetExceptionString method to provide an error description when GetState returns Exception. 22 years ago
testCommandLineArguments.cxx e6c7707022 ERR: More missing ios and includes 21 years ago
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. 22 years ago
testProcess.c 7350756728 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.