CMake/Source/kwsys
Andy Cedilnik 4bad15e4b2 ENH: Cast into apropriate type to remove warning 2003-08-07 15:39:07 -04:00
..
Base64.c ENH: Added use of KWSYS_HEADER macro in c and cxx files to include kwsys headers through their configured namespace. 2003-07-10 14:32:30 -04:00
Base64.h.in ERR: Reduced requirements on preprocessor for export macro due to limitations of Mac preprocessor. The preprocessor can be fixed by using -no-cpp-precomp, but we don't want to require that option for every source file that includes our headers. 2003-07-01 11:40:34 -04:00
CMakeLists.txt ERR: Generated source files need access to kwsysPrivate.h. Just copy it to the build tree. 2003-07-10 14:46:48 -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 use of KWSYS_HEADER macro in c and cxx files to include kwsys headers through their configured namespace. 2003-07-10 14:32:30 -04:00
Directory.hxx.in ENH: Added DLL support. 2003-06-30 10:30:38 -04:00
EncodeExecutable.c ENH: Added use of KWSYS_HEADER macro in c and cxx files to include kwsys headers through their configured namespace. 2003-07-10 14:32:30 -04:00
Process.h.in ENH: Added SetOption/GetOption methods for platform-specific options. 2003-08-05 14:27:47 -04:00
ProcessFwd9x.c ENH: Added show/hide window support. 2003-08-05 15:10:33 -04:00
ProcessUNIX.c ENH: Added SetOption/GetOption methods for platform-specific options. 2003-08-05 14:27:47 -04:00
ProcessWin32.c ENH: Cast into apropriate type to remove warning 2003-08-07 15:39:07 -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 use of KWSYS_HEADER macro in c and cxx files to include kwsys headers through their configured namespace. 2003-07-10 14:32:30 -04:00
RegularExpression.hxx.in ENH: Added DLL support. 2003-06-30 10:30:38 -04:00
SystemTools.cxx Fixed indentation 2003-08-06 13:41:34 -04:00
SystemTools.hxx.in ENH: Add optional argument to GetLineFromStream which can let the caller know whether there was a new line character at the end of the line that was just read 2003-07-07 17:45:51 -04:00
kwsysHeaderDump.pl Tool to dump macros for redefining C header namespaces. 2003-06-18 17:28:22 -04:00
kwsysPrivate.h ENH: Added use of KWSYS_HEADER macro in c and cxx files to include kwsys headers through their configured namespace. 2003-07-10 14:32:30 -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.