Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 '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 |
|\ \ \ | |||||
| * | | | Revert "Ninja: Track configured files so we can regenerate them." | Brad King | 2014-01-15 | 1 | -3/+0 |
* | | | | Merge topic 'revert-ninja_fix_rerun' | Brad King | 2014-01-16 | 1 | -24/+5 |
|\ \ \ \ | |||||
| * | | | | Revert "Ninja: Avoid re-running CMake on next build after regeneration" | Brad King | 2014-01-15 | 1 | -24/+5 |
* | | | | | Merge topic 'var-type-autofill' | Brad King | 2014-01-16 | 4 | -16/+62 |
|\ \ \ \ \ | |||||
| * | | | | | cmake-gui: Remember variable type in Add Entry | Sergey Zolotarev | 2014-01-16 | 4 | -16/+62 |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2014-01-16 | 1 | -1/+1 |
* | | | | | | Merge topic 'skip-return-code' | Brad King | 2014-01-15 | 3 | -1/+18 |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | |||||
| * | | | | | allow to mark a test as "Not Run" with a specific return code (#8466) | Rolf Eike Beer | 2014-01-14 | 3 | -1/+18 |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2014-01-15 | 1 | -1/+1 |
* | | | | | | Merge topic 'fix-cb-nmake-quotes' | Brad King | 2014-01-14 | 1 | -3/+5 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | CodeBlocks: fix unescaped command quotes when used with nmake | Nils Gladitz | 2014-01-13 | 1 | -3/+5 |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2014-01-14 | 1 | -1/+1 |
|/ / / / / | |||||
* | | | | | Merge topic 'support-codelite-ide-generator' | Brad King | 2014-01-13 | 4 | -0/+546 |
|\ \ \ \ \ | |||||
| * | | | | | Add support for codelite IDE project fles | Eran Ifrah | 2014-01-10 | 4 | -0/+546 |
* | | | | | | Merge topic 'missing-dependency-error' | Brad King | 2014-01-13 | 6 | -2/+69 |
|\ \ \ \ \ \ | |||||
| * | | | | | | AddDependencies: new policy requires dependencies to exist | Nils Gladitz | 2014-01-12 | 6 | -2/+69 |
* | | | | | | | Merge topic 'constify' | Brad King | 2014-01-13 | 9 | -56/+72 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | cmGlobalGenerator: Make SelectMakeProgram const. | Stephen Kelly | 2014-01-12 | 4 | -10/+10 |
| * | | | | | | | cmGlobalGenerator: Make CheckALLOW_DUPLICATE_CUSTOM_TARGETS const | Stephen Kelly | 2014-01-12 | 4 | -4/+4 |
| * | | | | | | | cmGlobalGenerator: Make some API const. | Stephen Kelly | 2014-01-12 | 2 | -39/+55 |
| * | | | | | | | cmGeneratorTarget: Hold a const global generator. | Stephen Kelly | 2014-01-12 | 2 | -2/+2 |
| * | | | | | | | cmComputeLinkDepends: Hold a const global generator. | Stephen Kelly | 2014-01-12 | 1 | -1/+1 |
* | | | | | | | | Merge topic 'fix-find-package-mode' | Brad King | 2014-01-13 | 3 | -26/+31 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | cmake: Future-proof --find-package mode. | Stephen Kelly | 2014-01-13 | 3 | -26/+31 |
| | |/ / / / / / | |/| | | | | | | |||||
* | | | | | | | | Merge topic 'ninja_fix_rerun' | Brad King | 2014-01-13 | 1 | -5/+24 |
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | / / / | | |_|_|/ / / | |/| | | | | | |||||
| * | | | | | | Ninja: Avoid re-running CMake on next build after regeneration | Robert Maynard | 2014-01-13 | 1 | -5/+24 |
| | |_|_|/ / | |/| | | | |