You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Modestas Vainius 355c9d4a87
Imported Upstream version 2.8.12
11 years ago
..
Base64.c Import cmake 2.8.0-r2 15 years ago
Base64.h.in Import cmake 2.8.0-r2 15 years ago
CMakeEmptyInputFile.in import cmake 2.6.0 16 years ago
CMakeLists.txt Imported Upstream version 2.8.12 11 years ago
CPU.h.in Imported Upstream version 2.8.11-rc1 12 years ago
CTestConfig.cmake Imported Upstream version 2.8.11-rc1 12 years ago
CommandLineArguments.cxx Imported Upstream version 2.8.7 13 years ago
CommandLineArguments.hxx.in Imported Upstream version 2.8.12 11 years ago
Configure.h.in Imported Upstream version 2.8.11-rc1 12 years ago
Configure.hxx.in Imported Upstream version 2.8.3 14 years ago
Copyright.txt Import cmake 2.8.0-r2 15 years ago
Directory.cxx Import cmake 2.8.0-r2 15 years ago
Directory.hxx.in Import cmake 2.8.0-r2 15 years ago
DynamicLoader.cxx Imported Upstream version 2.8.11-rc1 12 years ago
DynamicLoader.hxx.in Import cmake 2.8.2-rc3. 15 years ago
ExtraTest.cmake.in import cmake 2.6.0 16 years ago
FundamentalType.h.in Import cmake 2.8.1. 15 years ago
Glob.cxx Imported Upstream version 2.8.11-rc1 12 years ago
Glob.hxx.in Imported Upstream version 2.8.7 13 years ago
IOStream.cxx Imported Upstream version 2.8.11-rc1 12 years ago
IOStream.hxx.in Imported Upstream version 2.8.11-rc1 12 years ago
MD5.c Imported Upstream version 2.8.3 14 years ago
MD5.h.in Import cmake 2.8.0-r2 15 years ago
Process.h.in Import cmake 2.8.0-r2 15 years ago
ProcessUNIX.c Imported Upstream version 2.8.11-rc3 12 years ago
ProcessWin32.c Imported Upstream version 2.8.11-rc1 12 years ago
README.txt import cmake 2.6.0 16 years ago
RegularExpression.cxx Imported Upstream version 2.8.12 11 years ago
RegularExpression.hxx.in Import cmake 2.8.0-r2 15 years ago
SharedForward.h.in Imported Upstream version 2.8.12 11 years ago
String.c Import cmake 2.8.0-r2 15 years ago
String.h.in Import cmake 2.8.0-r2 15 years ago
String.hxx.in Import cmake 2.8.1. 15 years ago
System.c Import cmake 2.8.0-r2 15 years ago
System.h.in Import cmake 2.8.0-r2 15 years ago
SystemInformation.cxx Imported Upstream version 2.8.12 11 years ago
SystemInformation.hxx.in Imported Upstream version 2.8.12 11 years ago
SystemTools.cxx Imported Upstream version 2.8.12 11 years ago
SystemTools.hxx.in Imported Upstream version 2.8.12 11 years ago
Terminal.c Imported Upstream version 2.8.5 14 years ago
Terminal.h.in Import cmake 2.8.0-r2 15 years ago
auto_ptr.hxx.in Imported Upstream version 2.8.12 11 years ago
hash_fun.hxx.in Imported Upstream version 2.8.9-rc1 13 years ago
hash_map.hxx.in Import cmake 2.8.0-r2 15 years ago
hash_set.hxx.in Import cmake 2.8.0-r2 15 years ago
hashtable.hxx.in Imported Upstream version 2.8.12 11 years ago
kwsysHeaderDump.pl Import cmake 2.8.0-r2 15 years ago
kwsysPlatformTests.cmake Imported Upstream version 2.8.12 11 years ago
kwsysPlatformTestsC.c Import cmake 2.8.1. 15 years ago
kwsysPlatformTestsCXX.cxx Imported Upstream version 2.8.12 11 years ago
kwsysPrivate.h Import cmake 2.8.0-r2 15 years ago
kwsys_cstddef.hxx.in Import cmake 2.8.0-r2 15 years ago
kwsys_ios_fstream.h.in Import cmake 2.8.0-r2 15 years ago
kwsys_ios_iosfwd.h.in Import cmake 2.8.0-r2 15 years ago
kwsys_ios_iostream.h.in Import cmake 2.8.0-r2 15 years ago
kwsys_ios_sstream.h.in Import cmake 2.8.0-r2 15 years ago
kwsys_stl.hxx.in Import cmake 2.8.0-r2 15 years ago
kwsys_stl_string.hxx.in Import cmake 2.8.0-r2 15 years ago
testAutoPtr.cxx Import cmake 2.8.2-rc3. 15 years ago
testCommandLineArguments.cxx Imported Upstream version 2.8.11-rc1 12 years ago
testCommandLineArguments1.cxx Import cmake 2.8.0-r2 15 years ago
testDynamicLoader.cxx Imported Upstream version 2.8.12 11 years ago
testDynload.c Import cmake 2.8.0-r2 15 years ago
testEncode.c Import cmake 2.8.0-r2 15 years ago
testFail.c Import cmake 2.8.0-r2 15 years ago
testHashSTL.cxx Import cmake 2.8.0-r2 15 years ago
testIOS.cxx Imported Upstream version 2.8.12 11 years ago
testProcess.c Imported Upstream version 2.8.11-rc1 12 years ago
testSharedForward.c.in Import cmake 2.8.0-r2 15 years ago
testSystemInformation.cxx Imported Upstream version 2.8.12 11 years ago
testSystemTools.bin import cmake 2.6.0 16 years ago
testSystemTools.cxx Imported Upstream version 2.8.11-rc1 12 years ago
testSystemTools.h.in Import cmake 2.8.0-r2 15 years ago
testTerminal.c Import cmake 2.8.0-r2 15 years ago

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.