Patched versions of CMake for ReactOS needs
Go to file
KWSys Robot a79ff0e4ed KWSys 2014-09-25 (29ffaf43)
Extract upstream KWSys using the following shell commands.

$ git archive --prefix=upstream-kwsys/ 29ffaf43 | tar x
$ git shortlog --no-merges --abbrev=8 --format='%h %s' fb77be5a..29ffaf43
Brad King (1):
      29ffaf43 Suppress deprecation warnings for GetVersionEx

Sean McBride (1):
      6aa1f800 SystemInformation: Fix clang -Wtautological-pointer-compare warning

Change-Id: I29f3dcf2a32e1b80bade233987eb091038aace65
2014-09-26 09:34:21 -04:00
auto_ptr.hxx.in
Base64.c
Base64.h.in
CMakeEmptyInputFile.in
CMakeLists.txt
CommandLineArguments.cxx
CommandLineArguments.hxx.in
Configure.h.in
Configure.hxx.in
Copyright.txt
CPU.h.in
CTestConfig.cmake
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
kwsys_cstddef.hxx.in
kwsys_ios_fstream.h.in
kwsys_ios_iosfwd.h.in
kwsys_ios_iostream.h.in
kwsys_ios_sstream.h.in
kwsys_stl_string.hxx.in
kwsys_stl.hxx.in
kwsysHeaderDump.pl
kwsysPlatformTests.cmake
kwsysPlatformTestsC.c
kwsysPlatformTestsCXX.cxx
kwsysPrivate.h
MD5.c
MD5.h.in
Process.h.in
ProcessUNIX.c
ProcessWin32.c KWSys 2014-09-25 (29ffaf43) 2014-09-26 09:34:21 -04:00
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 KWSys 2014-09-25 (29ffaf43) 2014-09-26 09:34:21 -04:00
SystemInformation.hxx.in
SystemTools.cxx KWSys 2014-09-25 (29ffaf43) 2014-09-26 09:34:21 -04:00
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.