Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | project: Manage VERSION variables | Brad King | 2014-01-29 | 3 | -1/+142 |
* | project: Add optional LANGUAGES keyword | Brad King | 2014-01-29 | 1 | -3/+21 |
* | CMake Nightly Date Stamp | Kitware Robot | 2014-01-28 | 1 | -1/+1 |
* | Merge topic 'constify' | Brad King | 2014-01-27 | 15 | -141/+137 |
|\ | |||||
| * | cmMakefile: Make ConfigureString const. | Stephen Kelly | 2014-01-22 | 2 | -4/+4 |
| * | cmMakefile: Make FindSourceGroup const. | Stephen Kelly | 2014-01-22 | 7 | -21/+21 |
| * | cmMakefile: Trivially constify some methods. | Stephen Kelly | 2014-01-22 | 2 | -51/+51 |
| * | cmMakefile: Remove non-const version of method | Stephen Kelly | 2014-01-22 | 1 | -7/+0 |
| * | cmMakefile: Remove method declarations with no implementation. | Stephen Kelly | 2014-01-22 | 1 | -2/+0 |
| * | cmMakefile: Consify custom command API. | Stephen Kelly | 2014-01-22 | 4 | -4/+4 |
| * | cmMakefile: Constify policies accessors. | Stephen Kelly | 2014-01-22 | 2 | -7/+8 |
| * | cmCacheManager: Consify version accessors. | Stephen Kelly | 2014-01-22 | 3 | -6/+8 |
| * | cmSourceGroup: Fix method name capitalization. | Stephen Kelly | 2014-01-22 | 3 | -4/+4 |
| * | cmMakefile: Constify some cmSourceGroup related code. | Stephen Kelly | 2014-01-22 | 4 | -11/+12 |
| * | cmSourceFile: Use a const cmMakefile. | Stephen Kelly | 2014-01-22 | 1 | -5/+5 |
| * | cmSourceFileLocation: Use a const cmMakefile. | Stephen Kelly | 2014-01-22 | 2 | -6/+6 |
| * | cmMakefile: Make GetProperty const. | Stephen Kelly | 2014-01-22 | 2 | -15/+16 |
* | | Merge topic 'ctest-update-p4-unknown-revision' | Brad King | 2014-01-27 | 1 | -26/+35 |
|\ \ | |||||
| * | | ctest_update: Handle P4 unknown revisions more robustly | Pedro Navarro | 2014-01-22 | 1 | -26/+35 |
* | | | Merge topic 'ninja-normalize-cmake-rerun-deps' | Brad King | 2014-01-27 | 1 | -6/+14 |
|\ \ \ | |||||
| * | | | Ninja: Normalize paths of CMake re-run rule dependencies | Brad King | 2014-01-21 | 1 | -6/+14 |
| |/ / | |||||
* | | | Merge topic 'robust-ep-download-verify' | Brad King | 2014-01-27 | 1 | -0/+2 |
|\ \ \ | |||||
| * | | | file DOWNLOAD: Display the curl result status when a hash mismatch occurs. | Matt McCormick | 2014-01-16 | 1 | -0/+2 |
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2014-01-27 | 1 | -1/+1 |
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2014-01-26 | 1 | -1/+1 |
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2014-01-25 | 1 | -1/+1 |
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2014-01-24 | 1 | -1/+1 |
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2014-01-23 | 1 | -1/+1 |
| |_|/ |/| | | |||||
* | | | Merge topic 'cmake-rerun-depends' | Brad King | 2014-01-22 | 3 | -0/+27 |
|\ \ \ | |||||
| * | | | Allow projects to specify extra inputs to CMake | Brad King | 2014-01-21 | 3 | -0/+27 |
* | | | | Merge topic 'cmake-E-sleep' | Brad King | 2014-01-22 | 1 | -0/+28 |
|\ \ \ \ | |/ / / | |||||
| * | | | cmake: Add '-E sleep' command | Brad King | 2014-01-21 | 1 | -0/+28 |
| | |/ | |/| | |||||
* | | | Merge topic 'qcc-id' | Brad King | 2014-01-22 | 3 | -1/+43 |
|\ \ \ | |||||
| * | | | QNX: Introduce QCC compiler id for that QNX platform compiler. | Stephen Kelly | 2014-01-22 | 3 | -1/+43 |
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2014-01-22 | 1 | -1/+1 |
| |/ / |/| | | |||||
* | | | Merge topic 'cmake-E-symlink-replace-dangling' | Brad King | 2014-01-21 | 1 | -15/+17 |
|\ \ \ | |||||
| * | | | cmake: Improve '-E create_symlink' edge case handling (#14713) | Brad King | 2014-01-20 | 1 | -15/+17 |
| |/ / | |||||
* | | | CMake Nightly Date Stamp | Kitware Robot | 2014-01-21 | 1 | -1/+1 |
|/ / | |||||
* | | Merge topic 'KateDontRequireVariable' | Brad King | 2014-01-20 | 1 | -1/+1 |
|\ \ | |||||
| * | | Kate: use cmMakefile::GetSafeDefinition() for a not-required variable | Alex Neundorf | 2014-01-17 | 1 | -1/+1 |
* | | | CMake Nightly Date Stamp | Kitware Robot | 2014-01-20 | 1 | -1/+1 |
* | | | CMake Nightly Date Stamp | Kitware Robot | 2014-01-19 | 1 | -1/+1 |
* | | | CMake Nightly Date Stamp | Kitware Robot | 2014-01-18 | 1 | -1/+1 |
* | | | Merge topic 'xcode-storyboard-view' | Brad King | 2014-01-17 | 1 | -7/+9 |
|\ \ \ | |||||
| * | | | Xcode: Fix storyboard view | Ruslan Baratov | 2014-01-16 | 1 | -3/+9 |
| * | | | Xcode: Remove dead code | Ruslan Baratov | 2014-01-16 | 1 | -4/+0 |
* | | | | Merge topic 'cmmakefile-const' | Brad King | 2014-01-17 | 26 | -59/+63 |
|\ \ \ \ | |||||
| * | | | | cmMakefile: make some methods take const std::string& instead of const char* | Rolf Eike Beer | 2014-01-16 | 26 | -59/+63 |
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2014-01-17 | 1 | -1/+1 |
| |/ / / |/| | | | |||||
* | | | | Merge topic 'ninja_fix_rerun' | Brad King | 2014-01-16 | 1 | -3/+0 |
|\ \ \ \ |