1
0
Brad King f72483c66a Tool to dump macros for redefining C header namespaces. 22 жил өмнө
..
CMakeLists.txt 322f906638 ENH: Added test for Process implementation. 22 жил өмнө
Configure.hxx.in 3651096aad ENH: Added KWSYS_FORCE_OLD_STREAMS option to force use of non-ansi stream headers even if they are available. 23 жил өмнө
Directory.cxx 43419192cb ENH: Reduced header dependencies and cleaned up inclusion of standard headers. 23 жил өмнө
Directory.hxx.in 43419192cb ENH: Reduced header dependencies and cleaned up inclusion of standard headers. 23 жил өмнө
EncodeExecutable.c 96ccaed54d ENH: Added Process execution implementation. 22 жил өмнө
Process.h.in f5bbacaa5c Removed Exception_Abort because there is no windows version. Also removed stray typedef keywords. 22 жил өмнө
ProcessFwd9x.c 96ccaed54d ENH: Added Process execution implementation. 22 жил өмнө
ProcessUNIX.c 5b6920ed16 Removed Exception_Abort because there is no windows version. Also made ExitValue consistent with windows when a signal kills the process. 22 жил өмнө
ProcessWin32.c 30f4c011b0 BUG: Must return Exception status correctly. 22 жил өмнө
README.txt 332f402191 ENH: Setup for testing as a stand-alone project. 23 жил өмнө
RegularExpression.cxx 7dff3a7f69 ENH: Added kwsys library for platform-independent system tools. 23 жил өмнө
RegularExpression.hxx.in 43419192cb ENH: Reduced header dependencies and cleaned up inclusion of standard headers. 23 жил өмнө
StandardIncludes.hxx.in a63e6b5af3 ENH: Removed old (unused) StandardIncludes header. 23 жил өмнө
SystemTools.cxx 89cf5d538c ENH: Moved disabling of warnings to after kwsys includes. 22 жил өмнө
SystemTools.hxx.in b910480e32 ENH: Added wrappers around the std stream headers to make them look like ansi streams on all platforms. 23 жил өмнө
kwsysHeaderDump.pl f72483c66a Tool to dump macros for redefining C header namespaces. 22 жил өмнө
kwsys_std.h.in c447874091 ENH: Disabled warning 4786. 22 жил өмнө
kwsys_std_fstream.h.in 3651096aad ENH: Added KWSYS_FORCE_OLD_STREAMS option to force use of non-ansi stream headers even if they are available. 23 жил өмнө
kwsys_std_iosfwd.h.in 3651096aad ENH: Added KWSYS_FORCE_OLD_STREAMS option to force use of non-ansi stream headers even if they are available. 23 жил өмнө
kwsys_std_iostream.h.in 3651096aad ENH: Added KWSYS_FORCE_OLD_STREAMS option to force use of non-ansi stream headers even if they are available. 23 жил өмнө
kwsys_std_sstream.h.in 3651096aad ENH: Added KWSYS_FORCE_OLD_STREAMS option to force use of non-ansi stream headers even if they are available. 23 жил өмнө
test1.cxx 7e80f2f874 ENH: Added documentation to interface. Finished process exit code interpretation implementation prototype. 22 жил өмнө
testProcess.c 322f906638 ENH: Added test for Process implementation. 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.