My patches to CMake
Go to file
KWSys Robot 7762c57405 KWSys 2014-05-07 (6074f33f)
Extract upstream KWSys using the following shell commands.

$ git archive --prefix=upstream-kwsys/ 6074f33f | tar x
$ git shortlog --no-merges --abbrev=8 --format='%h %s' f3a36760..6074f33f
Ben Boeckel (22):
      ef3bfa01 c_str: Don't use .c_str() when streaming strings
      9c165368 Glob: Use string comparisons if you have them ready
      53ba0bc6 containers: Use .empty() instead of .size() where possible
      6cbb57ac strings: Use string methods instead of size calculations
      e53596b7 RegularExpression: Add string overloads
      aec9de6a CommandLineArguments: Push the string back, not its C string
      1d531416 Glob: Accept a string in Glob::AddFile
      81f5e0a8 Glob: Accept a string in Glob::AddExpression
      d40c2706 SystemTools: Remove redundant if guards
      c1296f4a SystemTools: Defer computing length until after a .empty() check
      7ffb7106 SystemTools: Use the iterator constructor for strings
      29e3b1d8 SystemTools: Use .rfind('/') rather than .find_last_of("/")
      5eb3a65c SystemTools: Don't construct a string just for its length
      b07b5fc1 SystemTools: Take a string in GetShortPath
      153f6df7 SystemTools: Use strings in ComparePath
      2c2f6604 SystemTools: Accept strings in IsSubDirectory
      84db9ee5 SystemTools: Take strings in AddTranslationPath
      4b409aa4 SystemTools: Take strings in SplitPath
      d2dbff07 SystemTools: Take strings in CollapseFullPath
      e9204f8f SystemTools: Take strings in AddKeepPath
      3254681a SystemTools: Reserve memory in JoinPath
      6074f33f SystemTools: Use static strings in SystemToolsAppendComponents

Change-Id: I53c7a1005206dba43ee785bf807c478bf146ca0e
2014-05-13 14:55:30 -04:00
Base64.c KWSys 2012-05-02 (719638e2) 2012-10-01 14:38:57 -04:00
Base64.h.in KWSys 2012-05-02 (719638e2) 2012-10-01 14:38:57 -04:00
CMakeEmptyInputFile.in KWSys 2012-05-02 (719638e2) 2012-10-01 14:38:57 -04:00
CMakeLists.txt KWSys 2014-04-07 (8b085635) 2014-04-08 13:06:10 -04:00
CPU.h.in KWSys 2012-12-21 (8ce09af5) 2012-12-22 09:52:01 -05:00
CTestConfig.cmake KWSys 2012-10-01 (bab53989) 2012-10-01 15:02:39 -04:00
CommandLineArguments.cxx KWSys 2014-05-07 (6074f33f) 2014-05-13 14:55:30 -04:00
CommandLineArguments.hxx.in KWSys 2013-05-06 (f4928d44) 2013-05-07 08:38:05 -04:00
Configure.h.in KWSys 2012-10-01 (bab53989) 2012-10-01 15:02:39 -04:00
Configure.hxx.in KWSys 2013-11-21 (1010d0e3) 2013-11-25 11:19:37 -05:00
Copyright.txt KWSys 2012-05-02 (719638e2) 2012-10-01 14:38:57 -04:00
Directory.cxx KWSys 2013-11-21 (1010d0e3) 2013-11-25 11:19:37 -05:00
Directory.hxx.in KWSys 2012-05-02 (719638e2) 2012-10-01 14:38:57 -04:00
DynamicLoader.cxx KWSys 2013-11-21 (1010d0e3) 2013-11-25 11:19:37 -05:00
DynamicLoader.hxx.in KWSys 2012-05-02 (719638e2) 2012-10-01 14:38:57 -04:00
Encoding.h.in KWSys 2013-11-21 (1010d0e3) 2013-11-25 11:19:37 -05:00
Encoding.hxx.in KWSys 2013-12-19 (2426b57d) 2013-12-20 14:27:32 -05:00
EncodingC.c KWSys 2013-12-19 (88165c5e) 2013-12-19 10:44:24 -05:00
EncodingCXX.cxx KWSys 2014-04-02 (39f98b5d) 2014-04-03 08:43:46 -04:00
ExtraTest.cmake.in KWSys 2012-05-02 (719638e2) 2012-10-01 14:38:57 -04:00
FStream.cxx KWSys 2014-03-03 (b1916e0a) 2014-03-04 10:19:28 -05:00
FStream.hxx.in KWSys 2014-03-03 (b1916e0a) 2014-03-04 10:19:28 -05:00
FundamentalType.h.in KWSys 2012-05-02 (719638e2) 2012-10-01 14:38:57 -04:00
Glob.cxx KWSys 2014-05-07 (6074f33f) 2014-05-13 14:55:30 -04:00
Glob.hxx.in KWSys 2014-05-07 (6074f33f) 2014-05-13 14:55:30 -04:00
IOStream.cxx KWSys 2013-01-31 (5b0d1bd9) 2013-02-01 09:27:46 -05:00
IOStream.hxx.in KWSys 2013-01-07 (fc60c8b8) 2013-01-08 08:42:51 -05:00
MD5.c KWSys 2014-04-07 (8b085635) 2014-04-08 13:06:10 -04:00
MD5.h.in KWSys 2012-05-02 (719638e2) 2012-10-01 14:38:57 -04:00
Process.h.in KWSys 2012-05-02 (719638e2) 2012-10-01 14:38:57 -04:00
ProcessUNIX.c KWSys 2013-12-19 (88165c5e) 2013-12-19 10:44:24 -05:00
ProcessWin32.c KWSys 2013-11-21 (1010d0e3) 2013-11-25 11:19:37 -05:00
README.txt KWSys 2012-05-02 (719638e2) 2012-10-01 14:38:57 -04:00
RegularExpression.cxx KWSys 2014-05-07 (6074f33f) 2014-05-13 14:55:30 -04:00
RegularExpression.hxx.in KWSys 2014-05-07 (6074f33f) 2014-05-13 14:55:30 -04:00
SharedForward.h.in KWSys 2014-03-03 (b1916e0a) 2014-03-04 10:19:28 -05:00
String.c KWSys 2012-05-02 (719638e2) 2012-10-01 14:38:57 -04:00
String.h.in KWSys 2012-05-02 (719638e2) 2012-10-01 14:38:57 -04:00
String.hxx.in KWSys 2012-05-02 (719638e2) 2012-10-01 14:38:57 -04:00
System.c KWSys 2014-04-02 (39f98b5d) 2014-04-03 08:43:46 -04:00
System.h.in KWSys 2014-04-02 (39f98b5d) 2014-04-03 08:43:46 -04:00
SystemInformation.cxx KWSys 2014-05-05 (f3a36760) 2014-05-06 08:46:54 -04:00
SystemInformation.hxx.in KWSys 2013-08-06 (deec6b8a) 2013-08-07 08:18:29 -04:00
SystemTools.cxx KWSys 2014-05-07 (6074f33f) 2014-05-13 14:55:30 -04:00
SystemTools.hxx.in KWSys 2014-05-07 (6074f33f) 2014-05-13 14:55:30 -04:00
Terminal.c KWSys 2014-01-02 (606d7d6f) 2014-01-03 10:20:56 -05:00
Terminal.h.in KWSys 2012-05-02 (719638e2) 2012-10-01 14:38:57 -04:00
auto_ptr.hxx.in KWSys 2013-08-06 (deec6b8a) 2013-08-07 08:18:29 -04:00
hash_fun.hxx.in KWSys 2012-05-02 (719638e2) 2012-10-01 14:38:57 -04:00
hash_map.hxx.in KWSys 2012-05-02 (719638e2) 2012-10-01 14:38:57 -04:00
hash_set.hxx.in KWSys 2012-05-02 (719638e2) 2012-10-01 14:38:57 -04:00
hashtable.hxx.in KWSys 2014-05-05 (f3a36760) 2014-05-06 08:46:54 -04:00
kwsysHeaderDump.pl KWSys 2012-05-02 (719638e2) 2012-10-01 14:38:57 -04:00
kwsysPlatformTests.cmake KWSys 2013-08-06 (deec6b8a) 2013-08-07 08:18:29 -04:00
kwsysPlatformTestsC.c KWSys 2012-05-02 (719638e2) 2012-10-01 14:38:57 -04:00
kwsysPlatformTestsCXX.cxx KWSys 2013-11-21 (1010d0e3) 2013-11-25 11:19:37 -05:00
kwsysPrivate.h KWSys 2012-05-02 (719638e2) 2012-10-01 14:38:57 -04:00
kwsys_cstddef.hxx.in KWSys 2012-05-02 (719638e2) 2012-10-01 14:38:57 -04:00
kwsys_ios_fstream.h.in KWSys 2012-05-02 (719638e2) 2012-10-01 14:38:57 -04:00
kwsys_ios_iosfwd.h.in KWSys 2012-05-02 (719638e2) 2012-10-01 14:38:57 -04:00
kwsys_ios_iostream.h.in KWSys 2012-05-02 (719638e2) 2012-10-01 14:38:57 -04:00
kwsys_ios_sstream.h.in KWSys 2012-05-02 (719638e2) 2012-10-01 14:38:57 -04:00
kwsys_stl.hxx.in KWSys 2012-05-02 (719638e2) 2012-10-01 14:38:57 -04:00
kwsys_stl_string.hxx.in KWSys 2012-05-02 (719638e2) 2012-10-01 14:38:57 -04:00
testAutoPtr.cxx KWSys 2012-05-02 (719638e2) 2012-10-01 14:38:57 -04:00
testCommandLineArguments.cxx KWSys 2014-05-07 (6074f33f) 2014-05-13 14:55:30 -04:00
testCommandLineArguments1.cxx KWSys 2014-05-07 (6074f33f) 2014-05-13 14:55:30 -04:00
testDynamicLoader.cxx KWSys 2013-10-08 (96b2f6f4) 2013-10-08 09:53:08 -04:00
testDynload.c KWSys 2012-05-02 (719638e2) 2012-10-01 14:38:57 -04:00
testEncode.c KWSys 2012-05-02 (719638e2) 2012-10-01 14:38:57 -04:00
testEncoding.cxx KWSys 2013-12-19 (2426b57d) 2013-12-20 14:27:32 -05:00
testFStream.cxx KWSys 2014-03-03 (b1916e0a) 2014-03-04 10:19:28 -05:00
testFail.c KWSys 2012-05-02 (719638e2) 2012-10-01 14:38:57 -04:00
testHashSTL.cxx KWSys 2012-05-02 (719638e2) 2012-10-01 14:38:57 -04:00
testIOS.cxx KWSys 2013-05-29 (725e541e) 2013-05-29 08:56:13 -04:00
testProcess.c KWSys 2013-01-31 (5b0d1bd9) 2013-02-01 09:27:46 -05:00
testSharedForward.c.in KWSys 2012-05-02 (719638e2) 2012-10-01 14:38:57 -04:00
testSystemInformation.cxx KWSys 2013-08-06 (deec6b8a) 2013-08-07 08:18:29 -04:00
testSystemTools.bin KWSys 2012-05-02 (719638e2) 2012-10-01 14:38:57 -04:00
testSystemTools.cxx KWSys 2014-05-07 (6074f33f) 2014-05-13 14:55:30 -04:00
testSystemTools.h.in KWSys 2012-05-02 (719638e2) 2012-10-01 14:38:57 -04:00
testTerminal.c KWSys 2012-05-02 (719638e2) 2012-10-01 14:38:57 -04:00

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.