CMake/Source/kwsys
Bill Lorensen bd74de53f3 COMP: warning. 2005-05-28 08:44:44 -04:00
..
Base64.c COMP: Adding work-around for CMake dependency scanning limitation. Any configured header included by KWSYS_HEADER() in a .c or .cxx file in kwsys itself must use this hack to get dependencies. 2005-04-13 16:46:09 -04:00
Base64.h.in ERR: Avoiding namespace pollution: kw_sys -> kwsys_ns. Also undefining the macro at the correct time. 2004-05-10 13:38:33 -04:00
CMakeLists.txt COMP: Added KWSys try-compiles KWSYS_STL_HAS_ALLOCATOR_TEMPLATE and KWSYS_STL_HAS_ALLOCATOR_OBJECTS. Needed for more old-stl support in the hashtable. 2005-04-21 13:47:43 -04:00
CTestConfig.cmake ENH: Add configuration file for kwsys 2005-05-05 10:19:27 -04:00
CommandLineArguments.cxx COMP: Added pragma directives for SGI compilers to avoid useless warnings. 2005-05-03 14:58:13 -04:00
CommandLineArguments.hxx.in ENH: Add lots of comments 2004-09-29 08:34:02 -04:00
Configure.h.in ENH: Updated copyright. 2003-12-15 16:30:46 -05:00
Configure.hxx.in COMP: Added KWSys try-compiles KWSYS_STL_HAS_ALLOCATOR_TEMPLATE and KWSYS_STL_HAS_ALLOCATOR_OBJECTS. Needed for more old-stl support in the hashtable. 2005-04-21 13:47:43 -04:00
Copyright.txt ENH: Updated copyright. 2003-12-15 16:30:46 -05:00
Directory.cxx COMP: Adding work-around for CMake dependency scanning limitation. Any configured header included by KWSYS_HEADER() in a .c or .cxx file in kwsys itself must use this hack to get dependencies. 2005-04-13 16:46:09 -04:00
Directory.hxx.in ENH: Updated copyright. 2003-12-15 16:30:46 -05:00
EncodeExecutable.c ENH: Updated copyright. 2003-12-15 16:30:46 -05:00
Process.h.in ENH: Do kwsys testing as part of cmake testing, command line arguments are not experimental and add simple test for systemtools 2005-04-13 13:57:24 -04:00
ProcessFwd9x.c ENH: Added comment for future work to make forwarding executable always statically linked. 2004-04-01 15:28:18 -05:00
ProcessUNIX.c ENH: Removing previous debug code. 2005-05-16 13:42:23 -04:00
ProcessWin32.c COMP: Fixed unused parameter and constant conditional warnings. 2005-04-22 09:21:19 -04:00
README.txt ENH: Setup for testing as a stand-alone project. 2003-05-08 14:17:26 -04:00
RegularExpression.cxx COMP: Adding work-around for CMake dependency scanning limitation. Any configured header included by KWSYS_HEADER() in a .c or .cxx file in kwsys itself must use this hack to get dependencies. 2005-04-13 16:46:09 -04:00
RegularExpression.hxx.in COMP: Changed type of regmlen to avoid warnings when other lengths are converted to it. 2005-05-03 14:27:39 -04:00
SharedForward.h.in ENH: Added knowledge of FreeBSD. 2005-05-13 14:45:54 -04:00
SystemTools.cxx COMP: warning. 2005-05-28 08:44:44 -04:00
SystemTools.hxx.in ENH: add convenience function to convert Windows command line args into Unix argc/argv. Pulled and cleaned from PV/VV/VJ init code 2005-05-27 22:11:26 -04:00
hash_fun.hxx.in COMP: Added KWSYS_CXX_HAS_CSTDDEF try-compile to KWSys to provide kwsys/cstddef header (to get size_t for hash_fun.hxx). 2005-04-15 16:00:44 -04:00
hash_map.hxx.in COMP: Replaced kwsys_stl with @KWSYS_NAMESPACE@_stl to properly use the configured namespace. 2005-04-15 15:30:28 -04:00
hash_set.hxx.in COMP: Replaced kwsys_stl with @KWSYS_NAMESPACE@_stl to properly use the configured namespace. 2005-04-15 15:30:28 -04:00
hashtable.hxx.in COMP: Removed unused parameter warning. 2005-05-05 09:09:38 -04:00
kwsysHeaderDump.pl ENH: Renaming kwsys macro to kwsys_ns to work around borland preprocessor bug. 2004-05-10 13:15:45 -04:00
kwsysPlatformCxxTests.cmake ENH: Added istream and ostream operators for stl string in KWSys when using old streams that do not provide them. 2005-03-29 08:20:08 -05:00
kwsysPlatformCxxTests.cxx COMP: Removed stray semicolon. 2005-05-03 14:53:48 -04:00
kwsysPrivate.h ENH: Updated copyright. 2003-12-15 16:30:46 -05:00
kwsys_cstddef.hxx.in COMP: Added KWSYS_CXX_HAS_CSTDDEF try-compile to KWSys to provide kwsys/cstddef header (to get size_t for hash_fun.hxx). 2005-04-15 16:00:44 -04:00
kwsys_ios_fstream.h.in COMP: Disabling old streams warnings when including old headers on MSVC. 2004-12-01 07:24:33 -05:00
kwsys_ios_iosfwd.h.in ERR: Removed inclusion of fstream header. This file is meant as a compatibility header for iosfwd and therefore should not include any other header. Whatever was fixed by adding the include of fstream here should be fixed by other means. 2004-08-31 08:25:58 -04:00
kwsys_ios_iostream.h.in COMP: Disabling old streams warnings when including old headers on MSVC. 2004-12-01 07:24:33 -05:00
kwsys_ios_sstream.h.in ENH: Added "ostringstream(const kwsys_stl::string& s)" and "void str(const kwsys_stl::string& s)" compatibility methods. 2005-03-03 12:00:43 -05:00
kwsys_stl.hxx.in ENH: Added __HPACC_USING_MULTIPLIES_IN_FUNCTIONAL fix from vtkstd. 2005-04-13 08:05:56 -04:00
kwsys_stl_string.hxx.in COMP: Removed line continuation characters from #if lines to avoid linefeed problems on cygwin. 2005-04-22 11:57:59 -04:00
testCommandLineArguments.cxx COMP: Adding work-around for CMake dependency scanning limitation. Any configured header included by KWSYS_HEADER() in a .c or .cxx file in kwsys itself must use this hack to get dependencies. 2005-04-13 16:46:09 -04:00
testIOS.cxx COMP: Adding work-around for CMake dependency scanning limitation. Any configured header included by KWSYS_HEADER() in a .c or .cxx file in kwsys itself must use this hack to get dependencies. 2005-04-13 16:46:09 -04:00
testProcess.c ENH: Removing previous debug code. 2005-05-16 13:42:23 -04:00
testSystemTools.cxx COMP: Disable MSVC debug symbol truncation warning. 2005-04-13 23:03:26 -04:00
testhash.cxx COMP: Added pragma directives for SGI compilers to avoid useless warnings. 2005-05-03 14:58:13 -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.