CMake/Source/kwsys
Brad King dc7f5c426f BUG: Need to add ANSI C flags for some platforms. 2003-06-10 16:56:13 -04:00
..
CMakeLists.txt BUG: Need to add ANSI C flags for some platforms. 2003-06-10 16:56:13 -04:00
Configure.hxx.in ENH: Added KWSYS_FORCE_OLD_STREAMS option to force use of non-ansi stream headers even if they are available. 2003-05-12 13:43:03 -04:00
Directory.cxx ENH: Reduced header dependencies and cleaned up inclusion of standard headers. 2003-05-08 14:46:23 -04:00
Directory.hxx.in ENH: Reduced header dependencies and cleaned up inclusion of standard headers. 2003-05-08 14:46:23 -04:00
EncodeExecutable.c ENH: Added Process execution implementation. 2003-06-10 15:46:31 -04:00
Process.h.in ENH: Added Process execution implementation. 2003-06-10 15:46:31 -04:00
ProcessFwd9x.c ENH: Added Process execution implementation. 2003-06-10 15:46:31 -04:00
ProcessUNIX.c ERR: Added static specifier to static function definitions to quiet warnings on HP compiler. 2003-06-10 16:55:50 -04:00
ProcessWin32.c BUG: Don't show a console application's window. 2003-06-10 16:15:16 -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 kwsys library for platform-independent system tools. 2003-04-08 13:10:44 -04:00
RegularExpression.hxx.in ENH: Reduced header dependencies and cleaned up inclusion of standard headers. 2003-05-08 14:46:23 -04:00
StandardIncludes.hxx.in ENH: Removed old (unused) StandardIncludes header. 2003-05-12 13:33:21 -04:00
SystemTools.cxx ENH: Moved disabling of warnings to after kwsys includes. 2003-06-10 15:45:25 -04:00
SystemTools.hxx.in ENH: Added wrappers around the std stream headers to make them look like ansi streams on all platforms. 2003-05-12 13:15:49 -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 KWSYS_FORCE_OLD_STREAMS option to force use of non-ansi stream headers even if they are available. 2003-05-12 13:43:03 -04:00
kwsys_std_iosfwd.h.in ENH: Added KWSYS_FORCE_OLD_STREAMS option to force use of non-ansi stream headers even if they are available. 2003-05-12 13:43:03 -04:00
kwsys_std_iostream.h.in ENH: Added KWSYS_FORCE_OLD_STREAMS option to force use of non-ansi stream headers even if they are available. 2003-05-12 13:43:03 -04:00
kwsys_std_sstream.h.in ENH: Added KWSYS_FORCE_OLD_STREAMS option to force use of non-ansi stream headers even if they are available. 2003-05-12 13:43:03 -04:00
test1.cxx ENH: Added use of process execution. 2003-06-10 15:50:45 -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.