1
0
Brad King cb90652dca ENH: Added comment for future work to make forwarding executable always statically linked. 22 жил өмнө
..
Base64.c ce8a34907a ENH: Updated copyright. 22 жил өмнө
Base64.h.in ce8a34907a ENH: Updated copyright. 22 жил өмнө
CMakeLists.txt 9e8a45d106 ENH: Always include KWSys header files directory 22 жил өмнө
Configure.h.in ce8a34907a ENH: Updated copyright. 22 жил өмнө
Configure.hxx.in c14915697c ENH: Renamed KWSYS_IOS_HAVE_* macros to KWSYS_IOS_USE_* to be more readable in the C++ sources. 22 жил өмнө
Copyright.txt ce8a34907a ENH: Updated copyright. 22 жил өмнө
Directory.cxx 41c8677a95 ERR: Fixed use of _findfirst for MSVC 6. 22 жил өмнө
Directory.hxx.in ce8a34907a ENH: Updated copyright. 22 жил өмнө
EncodeExecutable.c ce8a34907a ENH: Updated copyright. 22 жил өмнө
Process.h.in 9651c9d996 ERR: Fixed function prototypes with zero arguments to be C-style. 22 жил өмнө
ProcessFwd9x.c cb90652dca ENH: Added comment for future work to make forwarding executable always statically linked. 22 жил өмнө
ProcessUNIX.c aeea4895a5 ERR: SIGSEGV == SIGBUS on BeOS. 22 жил өмнө
ProcessWin32.c d23636d48b BUG: Corrected detection of exceptional exit code. 22 жил өмнө
README.txt 332f402191 ENH: Setup for testing as a stand-alone project. 23 жил өмнө
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. 22 жил өмнө
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 жил өмнө
SystemTools.cxx f7ce654912 ENH: change mingw to use libfoo.dll instead of foo.dll since it can link to them 22 жил өмнө
SystemTools.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 жил өмнө
kwsysHeaderDump.pl ce8a34907a ENH: Updated copyright. 22 жил өмнө
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. 22 жил өмнө
kwsysPlatformCxxTests.cxx c14915697c ENH: Renamed KWSYS_IOS_HAVE_* macros to KWSYS_IOS_USE_* to be more readable in the C++ sources. 22 жил өмнө
kwsysPrivate.h ce8a34907a ENH: Updated copyright. 22 жил өмнө
kwsys_ios_fstream.h.in c14915697c ENH: Renamed KWSYS_IOS_HAVE_* macros to KWSYS_IOS_USE_* to be more readable in the C++ sources. 22 жил өмнө
kwsys_ios_iosfwd.h.in c14915697c ENH: Renamed KWSYS_IOS_HAVE_* macros to KWSYS_IOS_USE_* to be more readable in the C++ sources. 22 жил өмнө
kwsys_ios_iostream.h.in c14915697c ENH: Renamed KWSYS_IOS_HAVE_* macros to KWSYS_IOS_USE_* to be more readable in the C++ sources. 22 жил өмнө
kwsys_ios_sstream.h.in c14915697c ENH: Renamed KWSYS_IOS_HAVE_* macros to KWSYS_IOS_USE_* to be more readable in the C++ sources. 22 жил өмнө
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. 22 жил өмнө
test1.cxx 1c8f885f9d ENH: Added GetExceptionString method to provide an error description when GetState returns Exception. 22 жил өмнө
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 жил өмнө
testProcess.c e27ad7eb97 ENH: Added exception string to abnormal termination report. 22 жил өмнө

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.