Brad King 26d638c5d5 ENH: Removed cmake-specific functions. vor 22 Jahren
..
CMakeLists.txt be1fd8bfb5 BUG: Need include regular expression to match all files. vor 22 Jahren
Configure.hxx.in c21ad62987 ENH: Added full configuration of namespace even for Configure.hxx macro definitions. vor 22 Jahren
Directory.cxx 43419192cb ENH: Reduced header dependencies and cleaned up inclusion of standard headers. vor 23 Jahren
Directory.hxx.in 43419192cb ENH: Reduced header dependencies and cleaned up inclusion of standard headers. vor 23 Jahren
EncodeExecutable.c 96ccaed54d ENH: Added Process execution implementation. vor 22 Jahren
Process.h.in f5bbacaa5c Removed Exception_Abort because there is no windows version. Also removed stray typedef keywords. vor 22 Jahren
ProcessFwd9x.c 96ccaed54d ENH: Added Process execution implementation. vor 22 Jahren
ProcessUNIX.c 5b6920ed16 Removed Exception_Abort because there is no windows version. Also made ExitValue consistent with windows when a signal kills the process. vor 22 Jahren
ProcessWin32.c 30f4c011b0 BUG: Must return Exception status correctly. vor 22 Jahren
README.txt 332f402191 ENH: Setup for testing as a stand-alone project. vor 23 Jahren
RegularExpression.cxx 7dff3a7f69 ENH: Added kwsys library for platform-independent system tools. vor 23 Jahren
RegularExpression.hxx.in c21ad62987 ENH: Added full configuration of namespace even for Configure.hxx macro definitions. vor 22 Jahren
StandardIncludes.hxx.in a63e6b5af3 ENH: Removed old (unused) StandardIncludes header. vor 23 Jahren
SystemTools.cxx 26d638c5d5 ENH: Removed cmake-specific functions. vor 22 Jahren
SystemTools.hxx.in 26d638c5d5 ENH: Removed cmake-specific functions. vor 22 Jahren
kwsysHeaderDump.pl f72483c66a Tool to dump macros for redefining C header namespaces. vor 22 Jahren
kwsys_std.h.in c447874091 ENH: Disabled warning 4786. vor 22 Jahren
kwsys_std_fstream.h.in c21ad62987 ENH: Added full configuration of namespace even for Configure.hxx macro definitions. vor 22 Jahren
kwsys_std_iosfwd.h.in c21ad62987 ENH: Added full configuration of namespace even for Configure.hxx macro definitions. vor 22 Jahren
kwsys_std_iostream.h.in c21ad62987 ENH: Added full configuration of namespace even for Configure.hxx macro definitions. vor 22 Jahren
kwsys_std_sstream.h.in c21ad62987 ENH: Added full configuration of namespace even for Configure.hxx macro definitions. vor 22 Jahren
test1.cxx 7e80f2f874 ENH: Added documentation to interface. Finished process exit code interpretation implementation prototype. vor 22 Jahren
testProcess.c 322f906638 ENH: Added test for Process implementation. vor 22 Jahren

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.