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.
Felix Geyer b8500fbc10
New upstream version 3.7.0~rc2
8 years ago
..
.gitattributes Imported Upstream version 3.3.1 9 years ago
Base64.c Imported Upstream version 3.2.2 10 years ago
Base64.h.in Imported Upstream version 3.2.2 10 years ago
CMakeLists.txt New upstream version 3.7.0~rc2 8 years ago
CONTRIBUTING.rst Imported Upstream version 3.4.0 9 years ago
CTestConfig.cmake Imported Upstream version 2.8.11-rc1 12 years ago
CTestCustom.cmake.in Imported Upstream version 3.4.0 9 years ago
CommandLineArguments.cxx Imported Upstream version 3.6.0 9 years ago
CommandLineArguments.hxx.in Imported Upstream version 3.4.0 9 years ago
Configure.h.in Imported Upstream version 3.5.0 9 years ago
Configure.hxx.in New upstream version 3.7.0~rc2 8 years ago
ConsoleBuf.hxx.in New upstream version 3.7.0~rc2 8 years ago
Copyright.txt Import cmake 2.8.0-r2 15 years ago
Directory.cxx New upstream version 3.7.0~rc2 8 years ago
Directory.hxx.in Imported Upstream version 3.4.0 9 years ago
DynamicLoader.cxx Imported Upstream version 3.4.0 9 years ago
DynamicLoader.hxx.in Imported Upstream version 3.4.0 9 years ago
Encoding.h.in Imported Upstream version 3.0.0 11 years ago
Encoding.hxx.in Imported Upstream version 3.4.0 9 years ago
EncodingC.c Imported Upstream version 3.4.0 9 years ago
EncodingCXX.cxx Imported Upstream version 3.5.0 9 years ago
ExtraTest.cmake.in import cmake 2.6.0 16 years ago
FStream.cxx Imported Upstream version 3.5.0 9 years ago
FStream.hxx.in New upstream version 3.7.0~rc2 8 years ago
Glob.cxx Imported Upstream version 3.4.0 9 years ago
Glob.hxx.in Imported Upstream version 3.4.0 9 years ago
IOStream.cxx Imported Upstream version 3.4.0 9 years ago
IOStream.hxx.in Imported Upstream version 3.4.0 9 years ago
MD5.c Imported Upstream version 3.6.0 9 years ago
MD5.h.in Import cmake 2.8.0-r2 15 years ago
Process.h.in Imported Upstream version 3.6.0 9 years ago
ProcessUNIX.c Imported Upstream version 3.6.0 9 years ago
ProcessWin32.c Imported Upstream version 3.6.0 9 years ago
README.txt Imported Upstream version 3.2.2 10 years ago
RegularExpression.cxx Imported Upstream version 3.6.0 9 years ago
RegularExpression.hxx.in Imported Upstream version 3.6.0 9 years ago
SharedForward.h.in Imported Upstream version 3.5.0 9 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 Imported Upstream version 3.4.0 9 years ago
System.c Imported Upstream version 3.4.0 9 years ago
System.h.in Imported Upstream version 3.4.0 9 years ago
SystemInformation.cxx New upstream version 3.7.0~rc2 8 years ago
SystemInformation.hxx.in Imported Upstream version 3.4.0 9 years ago
SystemTools.cxx New upstream version 3.7.0~rc2 8 years ago
SystemTools.hxx.in New upstream version 3.7.0~rc2 8 years ago
Terminal.c Imported Upstream version 3.5.0 9 years ago
Terminal.h.in Import cmake 2.8.0-r2 15 years ago
hash_fun.hxx.in Imported Upstream version 3.4.0 9 years ago
hash_map.hxx.in Imported Upstream version 3.4.0 9 years ago
hash_set.hxx.in Imported Upstream version 3.4.0 9 years ago
hashtable.hxx.in Imported Upstream version 3.4.0 9 years ago
kwsysHeaderDump.pl Import cmake 2.8.0-r2 15 years ago
kwsysPlatformTests.cmake Imported Upstream version 3.2.2 10 years ago
kwsysPlatformTestsC.c Import cmake 2.8.1. 15 years ago
kwsysPlatformTestsCXX.cxx New upstream version 3.7.0~rc2 8 years ago
kwsysPrivate.h Import cmake 2.8.0-r2 15 years ago
testCommandLineArguments.cxx Imported Upstream version 3.4.0 9 years ago
testCommandLineArguments1.cxx Imported Upstream version 3.4.0 9 years ago
testConsoleBuf.cxx New upstream version 3.7.0~rc2 8 years ago
testConsoleBuf.hxx New upstream version 3.7.0~rc2 8 years ago
testConsoleBufChild.cxx New upstream version 3.7.0~rc2 8 years ago
testDynamicLoader.cxx Imported Upstream version 3.6.0 9 years ago
testDynload.c Import cmake 2.8.0-r2 15 years ago
testEncode.c Import cmake 2.8.0-r2 15 years ago
testEncoding.cxx Imported Upstream version 3.6.0 9 years ago
testFStream.cxx Imported Upstream version 3.5.0 9 years ago
testFail.c Import cmake 2.8.0-r2 15 years ago
testHashSTL.cxx Imported Upstream version 3.6.0 9 years ago
testIOS.cxx Imported Upstream version 3.6.0 9 years ago
testProcess.c Imported Upstream version 3.4.0 9 years ago
testSharedForward.c.in Import cmake 2.8.0-r2 15 years ago
testSystemInformation.cxx Imported Upstream version 3.4.0 9 years ago
testSystemTools.bin import cmake 2.6.0 16 years ago
testSystemTools.cxx New upstream version 3.7.0~rc2 8 years ago
testSystemTools.h.in Imported Upstream version 3.2.2 10 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.

See CONTRIBUTING.rst for instructions to contribute KWSys changes.