summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'matches-cleanup'Brad King2014-04-1576-224/+192
|\
| * Replace MATCHES test on numbers with EQUAL testRolf Eike Beer2014-04-143-4/+4
| * Replace MATCHES ".+" tests with NOT STREQUAL ""Rolf Eike Beer2014-04-1414-18/+17
| * Use CMAKE_SYSTEM_NAME instead of CMAKE_SYSTEM where sufficientRolf Eike Beer2014-04-144-8/+8
| * Remove .* expressions from beginning and end of MATCHES regexsRolf Eike Beer2014-04-1432-55/+55
| * Replace string(REGEX REPLACE) with string(REPLACE) where possibleRolf Eike Beer2014-04-1419-34/+32
| * Clean up usage of if(... MATCHES regex) followed string(REGEX REPLACE regex)Rolf Eike Beer2014-04-1426-109/+80
* | Merge topic 'ninja-link-with-compile-flags'Brad King2014-04-152-151/+165
|\ \
| * | Ninja: set correct LANGUAGE_COMPILE_FLAGS when linkingPeter Kümmel2014-04-151-15/+14
| * | Ninja: cmake formatting, make code more readablePeter Kümmel2014-04-151-138/+153
| * | MinGW: link like on Unix and use compile flags when linkingPeter Kümmel2014-04-151-2/+2
* | | Merge topic 'libarchive-no-acl'Brad King2014-04-151-1/+5
|\ \ \
| * | | libarchive: Skip finding libacl.h when ENABLE_ACL is OFF (#14866)Mike Crowe2014-04-141-1/+5
| | |/ | |/|
* | | Merge topic 'CMakeDetermineVSServicePack-warn-deprecated'Brad King2014-04-152-0/+13
|\ \ \
| * | | CMakeDetermineVSServicePack: Add deprecation diagnosticBrad King2014-04-142-0/+13
* | | | Merge topic 'fix-qthelp-installation'Brad King2014-04-151-1/+1
|\ \ \ \
| * | | | Help: Fix installation of the Qt qch file.Stephen Kelly2014-04-141-1/+1
| | |_|/ | |/| |
* | | | Merge topic 'ninja-win-link-path'Brad King2014-04-151-0/+2
|\ \ \ \
| * | | | Ninja: replace \ in LINK_PATH for MinGWPeter Kümmel2014-04-151-0/+2
| |/ / /
* | | | Merge topic 'fix-SourceFiles-configure-time'Brad King2014-04-157-21/+92
|\ \ \ \
| * | | | cmTarget: Fix listing of source files at configure-time.Stephen Kelly2014-04-137-21/+92
* | | | | Merge topic 'openbsd-warnings'Brad King2014-04-151-0/+2
|\ \ \ \ \
| * | | | | CTestCustom: Suppress warnings about rand() and srand() on OpenBSDRolf Eike Beer2014-04-151-0/+2
* | | | | | Merge topic 'hpux-acc-ansi98'Brad King2014-04-151-2/+6
|\ \ \ \ \ \
| * | | | | | CompileFlags: add better selection which aCC version gets -AA +hpxstd98 flagsRolf Eike Beer2014-04-121-2/+6
| |/ / / / /
* | | | | | Merge topic 'suppress-sha2-cast-align-warnings'Brad King2014-04-151-0/+1
|\ \ \ \ \ \
| * | | | | | CTestCustom: Suppress -Wcast-align warnings in sha2 codeBrad King2014-04-111-0/+1
| | |/ / / / | |/| | | |
* | | | | | Merge topic 'FindMPI-lang-implicit-dirs'Brad King2014-04-151-9/+4
|\ \ \ \ \ \
| * | | | | | FindMPI: Use compiler implicit link dirs for matching language (#14870)Melven Roehrig-Zoellner2014-04-111-9/+4
| |/ / / / /
* | | | | | CMake Nightly Date StampKitware Robot2014-04-151-1/+1
| |_|_|_|/ |/| | | |
* | | | | Merge topic 'update-libarchive'Brad King2014-04-1457-1953/+4008
|\ \ \ \ \
| * | | | | libarchive: Avoid using name 'u_long'Brad King2014-04-112-29/+28
| * | | | | Update libarchive configuration within CMakeBrad King2014-04-031-0/+6
| * | | | | libarchive: Do not require includers to have windows.hBrad King2014-04-031-1/+1
| * | | | | libarchive: Convert literal LL suffix to ARCHIVE_LITERAL_LLBrad King2014-04-031-16/+16
| * | | | | libarchive: Update archive_util.c to use CMake zlib and bzip2 headersBrad King2014-04-031-2/+2
| * | | | | libarchive: Drop options not present in reduced versionBrad King2014-04-031-6/+0
| * | | | | libarchive: Do not generate a pkg-config fileBrad King2014-04-031-3/+0
| * | | | | libarchive: Update README-CMake.txt for new snapshotBrad King2014-04-031-4/+4
| * | | | | Merge branch 'libarchive-upstream' into update-libarchiveBrad King2014-04-0354-1946/+4006
| |\ \ \ \ \
| | * | | | | libarchive 3.1.2-218-g00f4bd83 (reduced)LibArchive Upstream2014-04-0358-2200/+4134
| * | | | | | libarchive: Disable more whitespace checks in third-party codeBrad King2014-04-031-2/+1
* | | | | | | CMake Nightly Date StampKitware Robot2014-04-141-1/+1
| |_|_|_|/ / |/| | | | |
* | | | | | CMake Nightly Date StampKitware Robot2014-04-131-1/+1
| |_|_|/ / |/| | | |
* | | | | CMake Nightly Date StampKitware Robot2014-04-121-1/+1
| |_|/ / |/| | |
* | | | Merge branch 'release'Brad King2014-04-110-0/+0
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge branch 'rc-windres-with-dot' into releaseBrad King2014-04-111-5/+6
| |\ \ \
| * \ \ \ Merge branch 'Fortran-pgi-intel-arch' into releaseBrad King2014-04-101-0/+4
| |\ \ \ \
| * \ \ \ \ Merge branch 'CMakeDetermineVSServicePack-vs-11-update-4' into releaseBrad King2014-04-101-41/+17
| |\ \ \ \ \
* | \ \ \ \ \ Merge topic 'CMakeDetermineVSServicePack-vs-11-update-4'Brad King2014-04-111-41/+17
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |