CMake/Source/kwsys
Brad King 31d72f961b BUG: Fixed dllimport. 2003-12-14 13:03:44 -05: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 STYLE: Removed trailing whitespace. 2003-12-08 11:35:34 -05:00
Configure.h.in BUG: Fixed dllimport. 2003-12-14 13:03:44 -05: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 SetPipeFile method to allow the process pipeline stdin, stdout, and stderr to be redirected from/to files. 2003-12-13 14:13:54 -05:00
ProcessFwd9x.c STYLE: Removed trailing whitespace. 2003-12-05 11:37:28 -05:00
ProcessUNIX.c ERR: Added include of sys/stat.h for open functions mode bits. 2003-12-13 14:19:45 -05:00
ProcessWin32.c ENH: Added SetPipeFile method to allow the process pipeline stdin, stdout, and stderr to be redirected from/to files. 2003-12-13 14:13:54 -05:00
README.txt ENH: Setup for testing as a stand-alone project. 2003-05-08 14:17:26 -04:00
RegularExpression.cxx ERR: Removed extra variable assignments. 2003-11-04 09:00:18 -05:00
RegularExpression.hxx.in ENH: Added DLL support. 2003-06-30 10:30:38 -04:00
SystemTools.cxx BUG: File comparison on windows must test the volume serial number as well as the file index. 2003-12-09 11:44:53 -05: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 ERR: Need to include Configure.hxx to get kwsys_std definition. 2003-12-05 14:51:27 -05: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: Removed pipe selection argument from WaitForData method in kwsysProcess. This greatly simplifies its use. 2003-12-05 11:53:17 -05:00
testProcess.c ENH: Removed pipe selection argument from WaitForData method in kwsysProcess. This greatly simplifies its use. 2003-12-05 11:53:17 -05: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.