CMake/Source/kwsys
Brad King 36880845b6 ERR: Using strncpy instead of snprintf for portability. 2003-07-09 16:18:14 -04:00
..
Base64.c ERR: Added casts to remove type conversion warnings. Pointer differences can be 64-bit, but unsigned long is 32-bit on many platforms. We know we are not traversing more data than can be handled by an unsigned long, though, because the length argument is an unsigned long. 2003-07-01 13:32:28 -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 ENH: Fix example 2003-07-08 09:21:45 -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 ERR: Added explicit cast from size_t to int. We know that the data will not be out of range. 2003-07-01 08:54:42 -04:00
Process.h.in ENH: Implemented SetWorkingDirectory method. 2003-07-07 09:12:34 -04:00
ProcessFwd9x.c ERR: Should use %p to pass HANDLE values on a command line, not %d. 2003-07-01 13:27:42 -04:00
ProcessUNIX.c ERR: Using strncpy instead of snprintf for portability. 2003-07-09 16:18:14 -04:00
ProcessWin32.c ENH: Made call to FormatMessage more robust. 2003-07-07 09:38:14 -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 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
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
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.