summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Tests/RunCMake: Move documentation to a README.rstBrad King2014-01-202-36/+52
* Merge topic 'KateDontRequireVariable'Brad King2014-01-201-1/+1
|\
| * Kate: use cmMakefile::GetSafeDefinition() for a not-required variableAlex Neundorf2014-01-171-1/+1
* | Merge topic 'update-qt4-docs'Brad King2014-01-205-373/+212
|\ \
| * | Help: Update Qt4 documentation.Stephen Kelly2014-01-155-373/+212
* | | CMake Nightly Date StampKitware Robot2014-01-201-1/+1
* | | CMake Nightly Date StampKitware Robot2014-01-191-1/+1
* | | CMake Nightly Date StampKitware Robot2014-01-181-1/+1
* | | Merge topic 'hppa-binutils-flag'Brad King2014-01-171-1/+1
|\ \ \
| * | | Improve ld flags for CMake itself on Linux/HPPAGuy Martin2014-01-171-1/+1
* | | | Merge topic 'xcode-storyboard-view'Brad King2014-01-171-7/+9
|\ \ \ \
| * | | | Xcode: Fix storyboard viewRuslan Baratov2014-01-161-3/+9
| * | | | Xcode: Remove dead codeRuslan Baratov2014-01-161-4/+0
| |/ / /
* | | | Merge topic 'doc-osx-vars'Brad King2014-01-177-7/+52
|\ \ \ \
| * | | | Help: Document CMAKE_OSX_* variablesBrad King2014-01-167-7/+52
| |/ / /
* | | | Merge topic 'cmmakefile-const'Brad King2014-01-1726-59/+63
|\ \ \ \
| * | | | cmMakefile: make some methods take const std::string& instead of const char*Rolf Eike Beer2014-01-1626-59/+63
* | | | | CMake Nightly Date StampKitware Robot2014-01-171-1/+1
| |/ / / |/| | |
* | | | Merge topic 'GNUInstallDirs_debian-multiarch-fix'Brad King2014-01-161-5/+59
|\ \ \ \
| * | | | GNUInstallDirs: Fix CMAKE_INSTALL_LIBDIR on DebianDaniele E. Domenichelli2014-01-151-5/+59
| | |/ / | |/| |
* | | | Merge topic 'fix-help-if-typo'Brad King2014-01-161-1/+1
|\ \ \ \
| * | | | Help: Fix typo in 'if()' command documentationRaphael Kubo da Costa2014-01-151-1/+1
* | | | | Merge topic 'ninja_fix_rerun'Brad King2014-01-161-3/+0
|\ \ \ \ \
| * | | | | Revert "Ninja: Track configured files so we can regenerate them."Brad King2014-01-151-3/+0
* | | | | | Merge topic 'revert-ninja_fix_rerun'Brad King2014-01-161-24/+5
|\ \ \ \ \ \
| * | | | | | Revert "Ninja: Avoid re-running CMake on next build after regeneration"Brad King2014-01-151-24/+5
* | | | | | | Merge topic 'var-type-autofill'Brad King2014-01-164-16/+62
|\ \ \ \ \ \ \
| * | | | | | | cmake-gui: Remember variable type in Add EntrySergey Zolotarev2014-01-164-16/+62
* | | | | | | | CMake Nightly Date StampKitware Robot2014-01-161-1/+1
| |_|_|_|/ / / |/| | | | | |
* | | | | | | Merge topic 'skip-return-code'Brad King2014-01-159-1/+77
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | allow to mark a test as "Not Run" with a specific return code (#8466)Rolf Eike Beer2014-01-149-1/+77
* | | | | | | Merge topic 'hppa-bootstrap'Brad King2014-01-151-4/+1
|\ \ \ \ \ \ \
| * | | | | | | bootstrap: improve ld flag for Linux/HPPA buildsRolf Eike Beer2014-01-151-4/+1
* | | | | | | | Merge topic 'doc-Qt-macro-TARGET-arg'Brad King2014-01-151-7/+13
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | Document the TARGET options in Qt4 macros.Stephen Kelly2014-01-141-7/+13
| | |/ / / / / | |/| | | | |
* | | | | | | CMake Nightly Date StampKitware Robot2014-01-151-1/+1
| |/ / / / / |/| | | | |
* | | | | | Merge topic 'fix-cb-nmake-quotes'Brad King2014-01-141-3/+5
|\ \ \ \ \ \
| * | | | | | CodeBlocks: fix unescaped command quotes when used with nmakeNils Gladitz2014-01-131-3/+5
* | | | | | | Merge topic 'update-Qt4-COMPILE_DEFINITIONS'Brad King2014-01-141-7/+1
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Qt4: Use generator expression in COMPILE_DEFINITIONS (#14692)Stephen Kelly2014-01-131-7/+1
* | | | | | | CMake Nightly Date StampKitware Robot2014-01-141-1/+1
| |/ / / / / |/| | | | |
* | | | | | Merge topic 'support-codelite-ide-generator'Brad King2014-01-136-0/+571
|\ \ \ \ \ \
| * | | | | | Add support for codelite IDE project flesEran Ifrah2014-01-106-0/+571
* | | | | | | Merge topic 'missing-dependency-error'Brad King2014-01-1322-2/+140
|\ \ \ \ \ \ \
| * | | | | | | AddDependencies: new policy requires dependencies to existNils Gladitz2014-01-1222-2/+140
* | | | | | | | Merge topic 'constify'Brad King2014-01-139-56/+72
|\ \ \ \ \ \ \ \
| * | | | | | | | cmGlobalGenerator: Make SelectMakeProgram const.Stephen Kelly2014-01-124-10/+10
| * | | | | | | | cmGlobalGenerator: Make CheckALLOW_DUPLICATE_CUSTOM_TARGETS constStephen Kelly2014-01-124-4/+4
| * | | | | | | | cmGlobalGenerator: Make some API const.Stephen Kelly2014-01-122-39/+55
| * | | | | | | | cmGeneratorTarget: Hold a const global generator.Stephen Kelly2014-01-122-2/+2