Brad King 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 години
..
Base64.c ce8a34907a ENH: Updated copyright. преди 22 години
Base64.h.in dd70c8f82d ERR: Avoiding namespace pollution: kw_sys -> kwsys_ns. Also undefining the macro at the correct time. преди 21 години
CMakeLists.txt 0437b776b6 ENH: Added test for runaway output. преди 21 години
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 ae28d93a72 ENH: Added kwsysProcess_Disown an kwsysProcess_Option_Detach to allow detached processes to be created. Currently implemented only on UNIX. преди 21 години
ProcessFwd9x.c cb90652dca ENH: Added comment for future work to make forwarding executable always statically linked. преди 22 години
ProcessUNIX.c 5701282e98 ERR: Fixed missing return warning. Code was not reachable anyway. преди 21 години
ProcessWin32.c 43225860b6 ENH: Re-arranged handling of the two threads per pipe to improve readability of code. преди 21 години
README.txt 332f402191 ENH: Setup for testing as a stand-alone project. преди 22 години
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 3e2e0d5d63 BUG: fixes for mingw and CMakesetup with spaces in the source directory преди 21 години
SystemTools.hxx.in 2938652cbd ENH: create a server that does not use vtkPVApplication or tcl wrapping. Move several classes from GUI/Client to Servers/Filters. Remove use of PARAVIEW_NEW_SOURCE_ORGANIZATION define. преди 21 години
kwsysHeaderDump.pl 5017fc66e5 ENH: Renaming kwsys macro to kwsys_ns to work around borland preprocessor bug. преди 21 години
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 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 години
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 b993cd7fba BUG: Fixed off-by-one error in test6 function. преди 21 години

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.