Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge topic 'aix-no-sstream' | Brad King | 2014-04-15 | 1 | -1/+1 |
|\ | |||||
| * | AIX: fix compilation error because of missing <sstream> | Rolf Eike Beer | 2014-04-14 | 1 | -1/+1 |
* | | Merge topic 'CMP0051-typo' | Brad King | 2014-04-15 | 1 | -1/+1 |
|\ \ | |||||
| * | | Help: Fix typo in CMP0051. | Stephen Kelly | 2014-04-14 | 1 | -1/+1 |
* | | | Merge topic 'openbsd-sign-warning' | Brad King | 2014-04-15 | 1 | -6/+9 |
|\ \ \ | |||||
| * | | | cmELF: fix signedness warning on OpenBSD | Rolf Eike Beer | 2014-04-14 | 1 | -6/+9 |
| | |/ | |/| | |||||
* | | | Merge topic 'mingw-archive-no-replace' | Brad King | 2014-04-15 | 1 | -2/+2 |
|\ \ \ | |||||
| * | | | Windows-GNU: Support duplicate object names in large archives (#14874) | Brad King | 2014-04-14 | 1 | -2/+2 |
* | | | | Merge topic 'matches-cleanup' | Brad King | 2014-04-15 | 76 | -224/+192 |
|\ \ \ \ | |||||
| * | | | | Replace MATCHES test on numbers with EQUAL test | Rolf Eike Beer | 2014-04-14 | 3 | -4/+4 |
| * | | | | Replace MATCHES ".+" tests with NOT STREQUAL "" | Rolf Eike Beer | 2014-04-14 | 14 | -18/+17 |
| * | | | | Use CMAKE_SYSTEM_NAME instead of CMAKE_SYSTEM where sufficient | Rolf Eike Beer | 2014-04-14 | 4 | -8/+8 |
| * | | | | Remove .* expressions from beginning and end of MATCHES regexs | Rolf Eike Beer | 2014-04-14 | 32 | -55/+55 |
| * | | | | Replace string(REGEX REPLACE) with string(REPLACE) where possible | Rolf Eike Beer | 2014-04-14 | 19 | -34/+32 |
| * | | | | Clean up usage of if(... MATCHES regex) followed string(REGEX REPLACE regex) | Rolf Eike Beer | 2014-04-14 | 26 | -109/+80 |
| | |/ / | |/| | | |||||
* | | | | Merge topic 'ninja-link-with-compile-flags' | Brad King | 2014-04-15 | 2 | -151/+165 |
|\ \ \ \ | |||||
| * | | | | Ninja: set correct LANGUAGE_COMPILE_FLAGS when linking | Peter Kümmel | 2014-04-15 | 1 | -15/+14 |
| * | | | | Ninja: cmake formatting, make code more readable | Peter Kümmel | 2014-04-15 | 1 | -138/+153 |
| * | | | | MinGW: link like on Unix and use compile flags when linking | Peter Kümmel | 2014-04-15 | 1 | -2/+2 |
* | | | | | Merge topic 'libarchive-no-acl' | Brad King | 2014-04-15 | 1 | -1/+5 |
|\ \ \ \ \ | |||||
| * | | | | | libarchive: Skip finding libacl.h when ENABLE_ACL is OFF (#14866) | Mike Crowe | 2014-04-14 | 1 | -1/+5 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge topic 'CMakeDetermineVSServicePack-warn-deprecated' | Brad King | 2014-04-15 | 2 | -0/+13 |
|\ \ \ \ \ | |||||
| * | | | | | CMakeDetermineVSServicePack: Add deprecation diagnostic | Brad King | 2014-04-14 | 2 | -0/+13 |
* | | | | | | Merge topic 'fix-qthelp-installation' | Brad King | 2014-04-15 | 1 | -1/+1 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Help: Fix installation of the Qt qch file. | Stephen Kelly | 2014-04-14 | 1 | -1/+1 |
| | |_|/ / / | |/| | | | | |||||
* | | | | | | Merge topic 'ninja-win-link-path' | Brad King | 2014-04-15 | 1 | -0/+2 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Ninja: replace \ in LINK_PATH for MinGW | Peter Kümmel | 2014-04-15 | 1 | -0/+2 |
| |/ / / / / | |||||
* | | | | | | Merge topic 'fix-SourceFiles-configure-time' | Brad King | 2014-04-15 | 7 | -21/+92 |
|\ \ \ \ \ \ | |||||
| * | | | | | | cmTarget: Fix listing of source files at configure-time. | Stephen Kelly | 2014-04-13 | 7 | -21/+92 |
* | | | | | | | Merge topic 'openbsd-warnings' | Brad King | 2014-04-15 | 1 | -0/+2 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | CTestCustom: Suppress warnings about rand() and srand() on OpenBSD | Rolf Eike Beer | 2014-04-15 | 1 | -0/+2 |
* | | | | | | | | Merge topic 'hpux-acc-ansi98' | Brad King | 2014-04-15 | 1 | -2/+6 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | CompileFlags: add better selection which aCC version gets -AA +hpxstd98 flags | Rolf Eike Beer | 2014-04-12 | 1 | -2/+6 |
| |/ / / / / / / | |||||
* | | | | | | | | Merge topic 'suppress-sha2-cast-align-warnings' | Brad King | 2014-04-15 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | CTestCustom: Suppress -Wcast-align warnings in sha2 code | Brad King | 2014-04-11 | 1 | -0/+1 |
| | |/ / / / / / | |/| | | | | | | |||||
* | | | | | | | | Merge topic 'FindMPI-lang-implicit-dirs' | Brad King | 2014-04-15 | 1 | -9/+4 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | FindMPI: Use compiler implicit link dirs for matching language (#14870) | Melven Roehrig-Zoellner | 2014-04-11 | 1 | -9/+4 |
| |/ / / / / / / | |||||
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2014-04-15 | 1 | -1/+1 |
| |_|_|_|/ / / |/| | | | | | | |||||
* | | | | | | | Merge topic 'update-libarchive' | Brad King | 2014-04-14 | 57 | -1953/+4008 |
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | |||||
| * | | | | | | libarchive: Avoid using name 'u_long' | Brad King | 2014-04-11 | 2 | -29/+28 |
| * | | | | | | Update libarchive configuration within CMake | Brad King | 2014-04-03 | 1 | -0/+6 |
| * | | | | | | libarchive: Do not require includers to have windows.h | Brad King | 2014-04-03 | 1 | -1/+1 |
| * | | | | | | libarchive: Convert literal LL suffix to ARCHIVE_LITERAL_LL | Brad King | 2014-04-03 | 1 | -16/+16 |
| * | | | | | | libarchive: Update archive_util.c to use CMake zlib and bzip2 headers | Brad King | 2014-04-03 | 1 | -2/+2 |
| * | | | | | | libarchive: Drop options not present in reduced version | Brad King | 2014-04-03 | 1 | -6/+0 |
| * | | | | | | libarchive: Do not generate a pkg-config file | Brad King | 2014-04-03 | 1 | -3/+0 |
| * | | | | | | libarchive: Update README-CMake.txt for new snapshot | Brad King | 2014-04-03 | 1 | -4/+4 |
| * | | | | | | Merge branch 'libarchive-upstream' into update-libarchive | Brad King | 2014-04-03 | 54 | -1946/+4006 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | libarchive 3.1.2-218-g00f4bd83 (reduced) | LibArchive Upstream | 2014-04-03 | 58 | -2200/+4134 |
| * | | | | | | | libarchive: Disable more whitespace checks in third-party code | Brad King | 2014-04-03 | 1 | -2/+1 |