CMake/Source/kwsys
Brad King 33566642a0 BUG: Argument parsers do not always remove double quotes from around an argument that has no spaces. 2003-07-03 18:33:53 -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 BUG: Install target for standard header wrappers must point at the std subdirectory in the installation. 2003-07-03 07:58:07 -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 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
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 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 BUG: Argument parsers do not always remove double quotes from around an argument that has no spaces. 2003-07-03 18:33:53 -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: Removed unreachable code. 2003-07-01 13:27:22 -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.