mirror of
https://github.com/reactos/CMake.git
synced 2024-12-14 23:29:57 +00:00
Patched versions of CMake for ReactOS needs
1b79433a6d
Extract upstream KWSys using the following shell commands. $ git archive --prefix=upstream-kwsys/ dc3fdd7f | tar x $ git shortlog --no-merges --abbrev=8 --format='%h %s' cdaf522c..dc3fdd7f Brad King (9): 15a16826 Remove include <kwsys/ios/*> and kwsys_ios:: compatibility layer a5799c17 Remove unused KWSYS_IOS_USE_{SSTREAM,STRSTREAM_H,STRSTREA_H} checks 198957cf Remove unused KWSYS_IOS_USE_SSTREAM check 24d2b60e Remove support for pre-C++98 streams 2a581c30 Remove support for pre-C++98 std::string missing operators 5f3fd465 Remove support for pre-C++98 STL cded1574 Remove support for pre-C++98 STL from hash_map and hash_set f130a3ab Remove kwsys/cstddef compatibility header dc3fdd7f Remove support for pre-C++98 template capabilities |
||
---|---|---|
.gitattributes | ||
auto_ptr.hxx.in | ||
Base64.c | ||
Base64.h.in | ||
CMakeLists.txt | ||
CommandLineArguments.cxx | ||
CommandLineArguments.hxx.in | ||
Configure.h.in | ||
Configure.hxx.in | ||
CONTRIBUTING.rst | ||
Copyright.txt | ||
CPU.h.in | ||
CTestConfig.cmake | ||
CTestCustom.cmake.in | ||
Directory.cxx | ||
Directory.hxx.in | ||
DynamicLoader.cxx | ||
DynamicLoader.hxx.in | ||
Encoding.h.in | ||
Encoding.hxx.in | ||
EncodingC.c | ||
EncodingCXX.cxx | ||
ExtraTest.cmake.in | ||
FStream.cxx | ||
FStream.hxx.in | ||
FundamentalType.h.in | ||
Glob.cxx | ||
Glob.hxx.in | ||
hash_fun.hxx.in | ||
hash_map.hxx.in | ||
hash_set.hxx.in | ||
hashtable.hxx.in | ||
IOStream.cxx | ||
IOStream.hxx.in | ||
kwsysHeaderDump.pl | ||
kwsysPlatformTests.cmake | ||
kwsysPlatformTestsC.c | ||
kwsysPlatformTestsCXX.cxx | ||
kwsysPrivate.h | ||
MD5.c | ||
MD5.h.in | ||
Process.h.in | ||
ProcessUNIX.c | ||
ProcessWin32.c | ||
README.txt | ||
RegularExpression.cxx | ||
RegularExpression.hxx.in | ||
SharedForward.h.in | ||
String.c | ||
String.h.in | ||
String.hxx.in | ||
System.c | ||
System.h.in | ||
SystemInformation.cxx | ||
SystemInformation.hxx.in | ||
SystemTools.cxx | ||
SystemTools.hxx.in | ||
Terminal.c | ||
Terminal.h.in | ||
testAutoPtr.cxx | ||
testCommandLineArguments1.cxx | ||
testCommandLineArguments.cxx | ||
testDynamicLoader.cxx | ||
testDynload.c | ||
testEncode.c | ||
testEncoding.cxx | ||
testFail.c | ||
testFStream.cxx | ||
testHashSTL.cxx | ||
testIOS.cxx | ||
testProcess.c | ||
testSharedForward.c.in | ||
testSystemInformation.cxx | ||
testSystemTools.bin | ||
testSystemTools.cxx | ||
testSystemTools.h.in | ||
testTerminal.c |
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.