Brad King a4aefb4faa BUG: struct timeval uses unsigned types on at least one platform (QNX). Alot of the time logic assumes a signed type. Switch to using a signed representation that is converted to the native representation only for system calls. 20 år sedan
..
Base64.c caf54b2093 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. 21 år sedan
Base64.h.in dd70c8f82d ERR: Avoiding namespace pollution: kw_sys -> kwsys_ns. Also undefining the macro at the correct time. 22 år sedan
CMakeLists.txt 8ddc8accb3 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. 21 år sedan
CTestConfig.cmake da34e811a9 ENH: Add configuration file for kwsys 21 år sedan
CommandLineArguments.cxx bac564356b COMP: Added pragma directives for SGI compilers to avoid useless warnings. 21 år sedan
CommandLineArguments.hxx.in f3cfe48152 ENH: Add lots of comments 21 år sedan
Configure.h.in ce8a34907a ENH: Updated copyright. 22 år sedan
Configure.hxx.in 8ddc8accb3 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. 21 år sedan
Copyright.txt ce8a34907a ENH: Updated copyright. 22 år sedan
Directory.cxx caf54b2093 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. 21 år sedan
Directory.hxx.in ce8a34907a ENH: Updated copyright. 22 år sedan
EncodeExecutable.c ce8a34907a ENH: Updated copyright. 22 år sedan
Process.h.in 4a390c174c ENH: Do kwsys testing as part of cmake testing, command line arguments are not experimental and add simple test for systemtools 21 år sedan
ProcessFwd9x.c cb90652dca ENH: Added comment for future work to make forwarding executable always statically linked. 22 år sedan
ProcessUNIX.c a4aefb4faa BUG: struct timeval uses unsigned types on at least one platform (QNX). Alot of the time logic assumes a signed type. Switch to using a signed representation that is converted to the native representation only for system calls. 20 år sedan
ProcessWin32.c fbe5a2e629 COMP: Fixed unused parameter and constant conditional warnings. 21 år sedan
README.txt 332f402191 ENH: Setup for testing as a stand-alone project. 23 år sedan
RegularExpression.cxx caf54b2093 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. 21 år sedan
RegularExpression.hxx.in 7ebba61010 COMP: Changed type of regmlen to avoid warnings when other lengths are converted to it. 21 år sedan
SharedForward.h.in e0cfb268b6 ENH: Adding SharedForward C header to help create forwarding executables on UNIX systems that configure the shared library runtime search path and then replace themselves with the real executable. This is useful to create binary distributions that work from any extracted location even with shared libraries. 21 år sedan
SystemTools.cxx 69cf728623 COMP: Added work-around to avoid warnings about unreferenced inline functions from SGI termios. 21 år sedan
SystemTools.hxx.in fe110e2ae0 ENH: Add split that splits on arbitrary separator 21 år sedan
hash_fun.hxx.in bddade9696 COMP: Added KWSYS_CXX_HAS_CSTDDEF try-compile to KWSys to provide kwsys/cstddef header (to get size_t for hash_fun.hxx). 21 år sedan
hash_map.hxx.in cc996274f8 COMP: Replaced kwsys_stl with @KWSYS_NAMESPACE@_stl to properly use the configured namespace. 21 år sedan
hash_set.hxx.in cc996274f8 COMP: Replaced kwsys_stl with @KWSYS_NAMESPACE@_stl to properly use the configured namespace. 21 år sedan
hashtable.hxx.in 60c904a58e COMP: Removed unused parameter warning. 21 år sedan
kwsysHeaderDump.pl 5017fc66e5 ENH: Renaming kwsys macro to kwsys_ns to work around borland preprocessor bug. 22 år sedan
kwsysPlatformCxxTests.cmake 22f6d68be3 ENH: Added istream and ostream operators for stl string in KWSys when using old streams that do not provide them. 21 år sedan
kwsysPlatformCxxTests.cxx 7b7f1db00a COMP: Removed stray semicolon. 21 år sedan
kwsysPrivate.h ce8a34907a ENH: Updated copyright. 22 år sedan
kwsys_cstddef.hxx.in bddade9696 COMP: Added KWSYS_CXX_HAS_CSTDDEF try-compile to KWSys to provide kwsys/cstddef header (to get size_t for hash_fun.hxx). 21 år sedan
kwsys_ios_fstream.h.in ca2f4aa039 COMP: Disabling old streams warnings when including old headers on MSVC. 21 år sedan
kwsys_ios_iosfwd.h.in a0f48a0592 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. 21 år sedan
kwsys_ios_iostream.h.in ca2f4aa039 COMP: Disabling old streams warnings when including old headers on MSVC. 21 år sedan
kwsys_ios_sstream.h.in 5290b40c47 ENH: Added "ostringstream(const kwsys_stl::string& s)" and "void str(const kwsys_stl::string& s)" compatibility methods. 21 år sedan
kwsys_stl.hxx.in 1713c3fd19 ENH: Added __HPACC_USING_MULTIPLIES_IN_FUNCTIONAL fix from vtkstd. 21 år sedan
kwsys_stl_string.hxx.in 49cb763452 COMP: Removed line continuation characters from #if lines to avoid linefeed problems on cygwin. 21 år sedan
testCommandLineArguments.cxx caf54b2093 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. 21 år sedan
testIOS.cxx caf54b2093 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. 21 år sedan
testProcess.c 946253c99d ENH: Disabling test 6 on QNX until process killing can be resolved. It will just fail always for now. 21 år sedan
testSystemTools.cxx caac6c78b4 COMP: Disable MSVC debug symbol truncation warning. 21 år sedan
testhash.cxx bac564356b COMP: Added pragma directives for SGI compilers to avoid useless warnings. 21 år sedan

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.