CMake/Source/kwsys
Brad King ef76ed76f8 ENH: Added DLL support. 2003-06-30 10:30:38 -04:00
..
Base64.c BUG: Should define KWSYS_IN_BASE64_C, not KWSYS_IN_PROCESS_C. 2003-06-30 08:48:53 -04:00
Base64.h.in ENH: Added DLL support. 2003-06-30 10:30:38 -04:00
CMakeLists.txt ENH: Added DLL support. 2003-06-30 10:30:38 -04:00
Configure.h.in ENH: Added DLL support. 2003-06-30 10:30:38 -04:00
Configure.hxx.in ENH: Added full configuration of namespace even for Configure.hxx macro definitions. 2003-06-19 18:57:11 -04:00
Directory.cxx ENH: Added DLL support. 2003-06-30 10:30:38 -04:00
Directory.hxx.in ENH: Added DLL support. 2003-06-30 10:30:38 -04:00
EncodeExecutable.c ENH: Added DLL support. 2003-06-30 10:30:38 -04:00
Process.h.in ENH: Added DLL support. 2003-06-30 10:30:38 -04:00
ProcessFwd9x.c ENH: Added Process execution implementation. 2003-06-10 15:46:31 -04:00
ProcessUNIX.c Removed Exception_Abort because there is no windows version. Also made ExitValue consistent with windows when a signal kills the process. 2003-06-18 17:19:44 -04:00
ProcessWin32.c ENH: Added DLL support. 2003-06-30 10:30:38 -04:00
README.txt ENH: Setup for testing as a stand-alone project. 2003-05-08 14:17:26 -04:00
RegularExpression.cxx ENH: Added DLL support. 2003-06-30 10:30:38 -04:00
RegularExpression.hxx.in ENH: Added DLL support. 2003-06-30 10:30:38 -04:00
SystemTools.cxx ERR: portability. 2003-06-24 21:37:02 -04:00
SystemTools.hxx.in ENH: Added DLL support. 2003-06-30 10:30:38 -04:00
kwsysHeaderDump.pl Tool to dump macros for redefining C header namespaces. 2003-06-18 17:28:22 -04:00
kwsys_std.h.in ENH: Disabled warning 4786. 2003-06-10 15:44:51 -04:00
kwsys_std_fstream.h.in ENH: Added full configuration of namespace even for Configure.hxx macro definitions. 2003-06-19 18:57:11 -04:00
kwsys_std_iosfwd.h.in ENH: Added full configuration of namespace even for Configure.hxx macro definitions. 2003-06-19 18:57:11 -04:00
kwsys_std_iostream.h.in ENH: Added full configuration of namespace even for Configure.hxx macro definitions. 2003-06-19 18:57:11 -04:00
kwsys_std_sstream.h.in ENH: Added full configuration of namespace even for Configure.hxx macro definitions. 2003-06-19 18:57:11 -04:00
test1.cxx ENH: Added documentation to interface. Finished process exit code interpretation implementation prototype. 2003-06-18 17:06:21 -04:00
testProcess.c ERR: Fixed use of non-constant initializer. 2003-06-25 09:32:38 -04:00

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.