Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | Fix assertion failure on unmatched foreach in function (#15572) | Brad King | 2015-05-18 | 9 | -1/+34 | |
* | | | | | | Merge topic 'hp-ux-suppress-pp-warning' | Brad King | 2015-05-19 | 1 | -0/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | CTestCustom: Suppress HP-UX preprocessor concatenation warning | Brad King | 2015-05-18 | 1 | -0/+1 | |
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2015-05-19 | 1 | -1/+1 | |
| |_|_|_|_|/ |/| | | | | | ||||||
* | | | | | | Merge topic 'cpack-ifw-updates' | Brad King | 2015-05-18 | 11 | -22/+422 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Update packaging of CMake for QtIFW 2.0 | Konstantin Podsvirov | 2015-05-15 | 3 | -2/+12 | |
| * | | | | | | CPackIFW: Add QtIFW 2.0 support | Konstantin Podsvirov | 2015-05-15 | 8 | -20/+410 | |
* | | | | | | | Merge topic 'cpack-deb-reworked-docs' | Brad King | 2015-05-18 | 1 | -47/+100 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | CPack/DEB: reworked documentation | Raffi Enficiaud | 2015-05-15 | 1 | -47/+100 | |
| | |_|_|_|_|/ | |/| | | | | | ||||||
* | | | | | | | Merge topic 'doc-cmake_minimum_required-not-in-function' | Brad King | 2015-05-18 | 1 | -0/+4 | |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | ||||||
| * | | | | | | Help: Document behavior of cmake_minimum_required in a function | Brad King | 2015-05-15 | 1 | -0/+4 | |
| |/ / / / / | ||||||
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2015-05-18 | 1 | -1/+1 | |
| |_|_|_|/ |/| | | | | ||||||
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2015-05-17 | 1 | -1/+1 | |
| |_|_|/ |/| | | | ||||||
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2015-05-16 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | Merge topic 'refactor-cmLocalGenerator' | Brad King | 2015-05-15 | 52 | -360/+401 | |
|\ \ \ | ||||||
| * | | | cmMakefile: Handle CMP0014 before configuring the generator. | Stephen Kelly | 2015-05-14 | 3 | -38/+45 | |
| * | | | cmLocalGenerator: Assert that there is a parent. | Stephen Kelly | 2015-05-14 | 1 | -4/+1 | |
| * | | | cmMakefile: Remove redundant variable set. | Stephen Kelly | 2015-05-14 | 1 | -1/+0 | |
| * | | | cmMakefile: Use the state to determine the parent directory. | Stephen Kelly | 2015-05-14 | 1 | -3/+4 | |
| * | | | Use new top-level check abstraction. | Stephen Kelly | 2015-05-14 | 2 | -3/+3 | |
| * | | | cmLocalGenerator: Add abstraction to check if top-level. | Stephen Kelly | 2015-05-14 | 4 | -10/+10 | |
| * | | | cmGlobalGenerator: Move some flags from cmLocalGenerator. | Stephen Kelly | 2015-05-14 | 16 | -81/+79 | |
| * | | | cmLocalGenerator: Port loops to cmState::Snapshot. | Stephen Kelly | 2015-05-14 | 1 | -22/+20 | |
| * | | | cmState: Add an accessor for Parent snapshot and a validity check. | Stephen Kelly | 2015-05-14 | 2 | -0/+24 | |
| * | | | cmLocalGenerator: Convert two recursive methods to loops. | Stephen Kelly | 2015-05-14 | 1 | -20/+50 | |
| * | | | cmLocalGenerator: Get project directories from the cmState. | Stephen Kelly | 2015-05-14 | 1 | -37/+36 | |
| * | | | cmLocalGenerator: Initialize state before creating cmMakefile. | Stephen Kelly | 2015-05-14 | 3 | -15/+23 | |
| * | | | cmLocalGenerator: Require a global generator in the constructor. | Stephen Kelly | 2015-05-14 | 38 | -94/+66 | |
| * | | | Tests: Add case for 'ctest' run with bad CTestTestfile | Brad King | 2015-05-14 | 2 | -0/+17 | |
| * | | | cmGlobalBorlandMakefileGenerator: Do not inherit from NMake generator | Brad King | 2015-05-14 | 1 | -1/+1 | |
| * | | | Don't use a cmLocalGenerator instance to call static methods. | Stephen Kelly | 2015-05-14 | 5 | -23/+21 | |
| * | | | cmLocalGenerator: Remove EscapeForShellOldStyle to only caller. | Stephen Kelly | 2015-05-14 | 3 | -33/+30 | |
| * | | | cmLocalGenerator: Remove unused members. | Stephen Kelly | 2015-05-14 | 1 | -4/+0 | |
* | | | | Merge topic 'disallow-install-of-export' | Brad King | 2015-05-15 | 14 | -3/+131 | |
|\ \ \ \ | ||||||
| * | | | | install: Disallow installing export() result. | Stephen Kelly | 2015-05-14 | 14 | -0/+126 | |
| * | | | | install: Use an intermediate filesVector variable. | Stephen Kelly | 2015-05-14 | 1 | -3/+5 | |
| |/ / / | ||||||
* | | | | Merge topic 'fix-tests-in-usr-local' | Brad King | 2015-05-15 | 5 | -1/+23 | |
|\ \ \ \ | ||||||
| * | | | | Tests: Fix failures when running under the default install prefix (#15566) | Brad King | 2015-05-14 | 4 | -0/+12 | |
| * | | | | Tests: Fix CheckSourceTree test when build is under source (#15566) | Brad King | 2015-05-14 | 1 | -1/+11 | |
* | | | | | Merge topic 'FindSquish-sh-exit' | Brad King | 2015-05-15 | 1 | -2/+2 | |
|\ \ \ \ \ | |_|_|/ / |/| | | | | ||||||
| * | | | | FindSquish: Avoid bash-specific behavior in test script (#15568) | Felix Geyer | 2015-05-14 | 1 | -2/+2 | |
| |/ / / | ||||||
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2015-05-15 | 1 | -1/+1 | |
| |/ / |/| | | ||||||
* | | | Merge topic 'update-kwsys' | Brad King | 2015-05-14 | 2 | -5/+9 | |
|\ \ \ | ||||||
| * | | | KWSys: Tell Git not to export .gitattributes | Brad King | 2015-05-13 | 1 | -4/+0 | |
| * | | | Merge branch 'upstream-kwsys' into update-kwsys | Brad King | 2015-05-13 | 1 | -1/+9 | |
| |\ \ \ | ||||||
| | * | | | KWSys 2015-05-12 (b1d560a0) | KWSys Robot | 2015-05-13 | 1 | -1/+9 | |
* | | | | | Merge topic 'FindHDF5-version-support' | Brad King | 2015-05-14 | 2 | -7/+22 | |
|\ \ \ \ \ | ||||||
| * | | | | | FindHDF5: Add version support | Axel Huebl | 2015-05-13 | 2 | -5/+18 | |
| * | | | | | FindHDF5: Check for a few H5pubconf*.h name variants | Brad King | 2015-05-13 | 1 | -2/+4 | |
* | | | | | | Merge topic 'FindJava-openjdk-8' | Brad King | 2015-05-14 | 1 | -1/+1 | |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | |