Andy Cedilnik 2e1882389b COMP: Remove warnings 19 лет назад
..
Base64.c b9d472d81d ENH: Moved kwsys_ns and kwsysEXPORT macros to Configure.h in the case of building a kwsys source file. This allows more than one header to be included in a kwsys source file without redefining the macros. 20 лет назад
Base64.h.in b9d472d81d ENH: Moved kwsys_ns and kwsysEXPORT macros to Configure.h in the case of building a kwsys source file. This allows more than one header to be included in a kwsys source file without redefining the macros. 20 лет назад
CMakeLists.txt 9f4e756d41 ENH: Updated installation options and implementation to use INSTALL command if it is available. This will allow installation component assignment and separate installation of the .dll and .lib on windows. 19 лет назад
CTestConfig.cmake 1b578d3180 ENH: Several improvements with the way things are handled. Also, support multiple submited files 20 лет назад
CommandLineArguments.cxx 2e1882389b COMP: Remove warnings 19 лет назад
CommandLineArguments.hxx.in 5e56c7c201 ENH: Add a method to remove remaining arguments 20 лет назад
Configure.h.in b9d472d81d ENH: Moved kwsys_ns and kwsysEXPORT macros to Configure.h in the case of building a kwsys source file. This allows more than one header to be included in a kwsys source file without redefining the macros. 20 лет назад
Configure.hxx.in 943108cadf ENH: C++ configuration should include C configuration. 20 лет назад
Copyright.txt ce8a34907a ENH: Updated copyright. 22 лет назад
Directory.cxx 847c3a5849 ENH: add a higher performance method to get the number of files in a directory 19 лет назад
Directory.hxx.in 847c3a5849 ENH: add a higher performance method to get the number of files in a directory 19 лет назад
DynamicLoader.cxx 4e586c822f ENH: remove warning 20 лет назад
DynamicLoader.hxx.in 974e9d4667 COMP: Fix problem with namespace 20 лет назад
EncodeExecutable.c 9891260a6d ENH: add support for watcom wmake and wcl386 20 лет назад
ExtraTest.cmake.in 6af66e8b20 ENH: Add capability to include files to DartTestfile.txt and add example of that 20 лет назад
FundamentalType.h.in 82a8e9be99 ENH: Added FundamentalType header defining platform-independent fixed size/signedness integer types. 20 лет назад
Glob.cxx 2e1882389b COMP: Remove warnings 19 лет назад
Glob.hxx.in 9dbf4438dc ENH: Add support for relative paths and cleanup 20 лет назад
Process.h.in 6438bec4c9 ENH: Added Option_Verbatim to run whole command lines directly. 19 лет назад
ProcessFwd9x.c cb90652dca ENH: Added comment for future work to make forwarding executable always statically linked. 22 лет назад
ProcessUNIX.c 6438bec4c9 ENH: Added Option_Verbatim to run whole command lines directly. 19 лет назад
ProcessWin32.c f26a0302be COMP: Fix conversion warning. 19 лет назад
README.txt e2d7c3a4e4 STYLE: Added reference to documentation in CMakeLists.txt. 20 лет назад
Registry.cxx 2e1882389b COMP: Remove warnings 19 лет назад
Registry.hxx.in 7ca1c6d2d8 STYLE: Minor style 20 лет назад
RegularExpression.cxx 5fe4a9dcef STYLE: Make sure to use the proper cast. 20 лет назад
RegularExpression.hxx.in 7ebba61010 COMP: Changed type of regmlen to avoid warnings when other lengths are converted to it. 21 лет назад
SharedForward.h.in 2e004e03ca ENH: Added cygcheck knowledge for --ldd option on Cygwin. Added error message for --ldd option when no tool is available but the option was still requested. 20 лет назад
String.hxx.in f71a085f74 ENH: Added kwsys::String class to shorten debugging symbols and error messages involving std::string. 20 лет назад
SystemTools.cxx 2e1882389b COMP: Remove warnings 19 лет назад
SystemTools.hxx.in 523d9ebeed ENH: Added always/if-different option to CopyADirectory. Added CopyAFile with the same interface. 19 лет назад
Terminal.c 7ebe4702db ENH: Added rxvt-unicode and cygwin terminals for color support. 19 лет назад
Terminal.h.in 456f01e35b ENH: fix build on AIX 20 лет назад
auto_ptr.hxx.in 437e28e63a COMP: Skip trying to use native auto_ptr implementation and just provide a conforming one. 20 лет назад
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 лет назад
hash_map.hxx.in cc996274f8 COMP: Replaced kwsys_stl with @KWSYS_NAMESPACE@_stl to properly use the configured namespace. 21 лет назад
hash_set.hxx.in cc996274f8 COMP: Replaced kwsys_stl with @KWSYS_NAMESPACE@_stl to properly use the configured namespace. 21 лет назад
hashtable.hxx.in 5a2668b326 ENH: add support for win64 for visual studio 2005 ide and nmake, also fix warnings produced by building for win64 20 лет назад
kwsysHeaderDump.pl 5017fc66e5 ENH: Renaming kwsys macro to kwsys_ns to work around borland preprocessor bug. 22 лет назад
kwsysPlatformCxxTests.cmake 8e9a6beccc ENH: centralized locaiton of CMakeFiles setting 19 лет назад
kwsysPlatformCxxTests.cxx 9891260a6d ENH: add support for watcom wmake and wcl386 20 лет назад
kwsysPrivate.h ce8a34907a ENH: Updated copyright. 22 лет назад
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 лет назад
kwsys_ios_fstream.h.in ca2f4aa039 COMP: Disabling old streams warnings when including old headers on MSVC. 21 лет назад
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 лет назад
kwsys_ios_iostream.h.in ca2f4aa039 COMP: Disabling old streams warnings when including old headers on MSVC. 21 лет назад
kwsys_ios_sstream.h.in 393adee4d4 BUG: kwsys_ios namespace should import streambuf also. 20 лет назад
kwsys_stl.hxx.in 1713c3fd19 ENH: Added __HPACC_USING_MULTIPLIES_IN_FUNCTIONAL fix from vtkstd. 21 лет назад
kwsys_stl_string.hxx.in 49cb763452 COMP: Removed line continuation characters from #if lines to avoid linefeed problems on cygwin. 21 лет назад
testCommandLineArguments.cxx 5fe4a9dcef STYLE: Make sure to use the proper cast. 20 лет назад
testDynamicLoader.cxx 5a2668b326 ENH: add support for win64 for visual studio 2005 ide and nmake, also fix warnings produced by building for win64 20 лет назад
testDynload.c f483e48d2a ENH: Cleanup DynamicLoader so that the symbols have more consistent names, start using dynamic loader from kwsys in CMake 20 лет назад
testFail.c 54f75b05cd ENH: try to get this thing to pass with cmake 2.2.1 20 лет назад
testHashSTL.cxx 712e64ebb3 ENH: Rename test 20 лет назад
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 лет назад
testProcess.c da285df242 ENH: Added test 8 to test grandchildren running after children exit. 19 лет назад
testRegistry.cxx 9891260a6d ENH: add support for watcom wmake and wcl386 20 лет назад
testSystemTools.bin 07b45da693 ENH: CMake kills me (so does Cygwin) 20 лет назад
testSystemTools.cxx 1defe94e31 STYLE: Minor style 20 лет назад
testSystemTools.h.in 7763163e4b BUG: Do the proper path 20 лет назад
testTerminal.c 071e26712c ENH: Adding 'Terminal' component to hold support routines for dealing with interactive terminals. Currently only a cfprintf function is provided to print color messages. 20 лет назад

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, so it has a
configurable namespace. Each project should configure KWSys to use a
namespace unique to itself. See comments in CMakeLists.txt for
details.

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.