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 a4cab8ff9f
Import cmake 2.6.4.
16 years ago
..
Base64.c import cmake 2.6.0 16 years ago
Base64.h.in import cmake 2.6.0 16 years ago
CMakeEmptyInputFile.in import cmake 2.6.0 16 years ago
CMakeLists.txt Import cmake 2.6.2 16 years ago
CPU.h.in Import cmake 2.6.2 16 years ago
CTestConfig.cmake Import cmake 2.6.3~rc11 16 years ago
CheckCXXSourceRuns.cmake import cmake 2.6.0 16 years ago
CommandLineArguments.cxx import cmake 2.6.0 16 years ago
CommandLineArguments.hxx.in import cmake 2.6.0 16 years ago
Configure.h.in import cmake 2.6.0 16 years ago
Configure.hxx.in import cmake 2.6.0 16 years ago
Copyright.txt import cmake 2.6.0 16 years ago
DateStamp.h.in import cmake 2.6.0 16 years ago
Directory.cxx import cmake 2.6.0 16 years ago
Directory.hxx.in import cmake 2.6.0 16 years ago
DynamicLoader.cxx Import cmake 2.6.3~rc11 16 years ago
DynamicLoader.hxx.in import cmake 2.6.0 16 years ago
EncodeExecutable.c import cmake 2.6.0 16 years ago
ExtraTest.cmake.in import cmake 2.6.0 16 years ago
FundamentalType.h.in import cmake 2.6.0 16 years ago
Glob.cxx Import cmake 2.6.2 16 years ago
Glob.hxx.in Import cmake 2.6.2 16 years ago
IOStream.cxx import cmake 2.6.0 16 years ago
IOStream.hxx.in import cmake 2.6.0 16 years ago
MD5.c import cmake 2.6.0 16 years ago
MD5.h.in import cmake 2.6.0 16 years ago
Process.h.in import cmake 2.6.0 16 years ago
ProcessFwd9x.c import cmake 2.6.0 16 years ago
ProcessUNIX.c Import cmake 2.6.3~rc11 16 years ago
ProcessWin32.c Import cmake 2.6.2 16 years ago
README.txt import cmake 2.6.0 16 years ago
Registry.cxx import cmake 2.6.0 16 years ago
Registry.hxx.in import cmake 2.6.0 16 years ago
RegularExpression.cxx Import cmake 2.6.2 16 years ago
RegularExpression.hxx.in Import cmake 2.6.2 16 years ago
SharedForward.h.in import cmake 2.6.0 16 years ago
String.c import cmake 2.6.0 16 years ago
String.h.in import cmake 2.6.0 16 years ago
String.hxx.in import cmake 2.6.0 16 years ago
System.c Import cmake 2.6.3~rc11 16 years ago
System.h.in import cmake 2.6.0 16 years ago
SystemInformation.cxx Import cmake 2.6.4. 16 years ago
SystemInformation.hxx.in import cmake 2.6.0 16 years ago
SystemTools.cxx Import cmake 2.6.4. 16 years ago
SystemTools.hxx.in Import cmake 2.6.4. 16 years ago
Terminal.c Import cmake 2.6.2 16 years ago
Terminal.h.in import cmake 2.6.0 16 years ago
auto_ptr.hxx.in import cmake 2.6.0 16 years ago
hash_fun.hxx.in import cmake 2.6.0 16 years ago
hash_map.hxx.in import cmake 2.6.0 16 years ago
hash_set.hxx.in import cmake 2.6.0 16 years ago
hashtable.hxx.in import cmake 2.6.0 16 years ago
kwsysDateStamp.cmake import cmake 2.6.0 16 years ago
kwsysDateStamp.py import cmake 2.6.0 16 years ago
kwsysHeaderDump.pl import cmake 2.6.0 16 years ago
kwsysPlatformTests.cmake import cmake 2.6.0 16 years ago
kwsysPlatformTestsC.c import cmake 2.6.0 16 years ago
kwsysPlatformTestsCXX.cxx import cmake 2.6.0 16 years ago
kwsysPrivate.h import cmake 2.6.0 16 years ago
kwsys_cstddef.hxx.in import cmake 2.6.0 16 years ago
kwsys_ios_fstream.h.in import cmake 2.6.0 16 years ago
kwsys_ios_iosfwd.h.in import cmake 2.6.0 16 years ago
kwsys_ios_iostream.h.in import cmake 2.6.0 16 years ago
kwsys_ios_sstream.h.in import cmake 2.6.0 16 years ago
kwsys_stl.hxx.in import cmake 2.6.0 16 years ago
kwsys_stl_string.hxx.in import cmake 2.6.0 16 years ago
testAutoPtr.cxx import cmake 2.6.0 16 years ago
testCommandLineArguments.cxx import cmake 2.6.0 16 years ago
testCommandLineArguments1.cxx import cmake 2.6.0 16 years ago
testDynamicLoader.cxx Import cmake 2.6.3~rc11 16 years ago
testDynload.c import cmake 2.6.0 16 years ago
testEncode.c import cmake 2.6.0 16 years ago
testFail.c import cmake 2.6.0 16 years ago
testHashSTL.cxx import cmake 2.6.0 16 years ago
testIOS.cxx import cmake 2.6.0 16 years ago
testProcess.c Import cmake 2.6.3~rc11 16 years ago
testRegistry.cxx import cmake 2.6.0 16 years ago
testSystemInformation.cxx import cmake 2.6.0 16 years ago
testSystemTools.bin import cmake 2.6.0 16 years ago
testSystemTools.cxx import cmake 2.6.0 16 years ago
testSystemTools.h.in import cmake 2.6.0 16 years ago
testTerminal.c import cmake 2.6.0 16 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.