summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* QNX: Introduce QCC compiler id for that QNX platform compiler.Stephen Kelly2014-01-223-1/+43
* Merge topic 'KateDontRequireVariable'Brad King2014-01-201-1/+1
|\
| * Kate: use cmMakefile::GetSafeDefinition() for a not-required variableAlex Neundorf2014-01-171-1/+1
* | 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 '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 '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 '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-153-1/+18
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | allow to mark a test as "Not Run" with a specific return code (#8466)Rolf Eike Beer2014-01-143-1/+18
* | | | | | 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
* | | | | | CMake Nightly Date StampKitware Robot2014-01-141-1/+1
|/ / / / /
* | | | | Merge topic 'support-codelite-ide-generator'Brad King2014-01-134-0/+546
|\ \ \ \ \
| * | | | | Add support for codelite IDE project flesEran Ifrah2014-01-104-0/+546
* | | | | | Merge topic 'missing-dependency-error'Brad King2014-01-136-2/+69
|\ \ \ \ \ \
| * | | | | | AddDependencies: new policy requires dependencies to existNils Gladitz2014-01-126-2/+69
* | | | | | | 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
| * | | | | | | cmComputeLinkDepends: Hold a const global generator.Stephen Kelly2014-01-121-1/+1
* | | | | | | | Merge topic 'fix-find-package-mode'Brad King2014-01-133-26/+31
|\ \ \ \ \ \ \ \
| * | | | | | | | cmake: Future-proof --find-package mode.Stephen Kelly2014-01-133-26/+31
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge topic 'ninja_fix_rerun'Brad King2014-01-131-5/+24
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | / / / | | |_|_|/ / / | |/| | | | |
| * | | | | | Ninja: Avoid re-running CMake on next build after regenerationRobert Maynard2014-01-131-5/+24
| | |_|_|/ / | |/| | | |
* | | | | | CMake Nightly Date StampKitware Robot2014-01-131-1/+1
| |_|/ / / |/| | | |
* | | | | CMake Nightly Date StampKitware Robot2014-01-121-1/+1
| |/ / / |/| | |
* | | | CMake Nightly Date StampKitware Robot2014-01-111-1/+1
| |/ / |/| |
* | | CMake Nightly Date StampKitware Robot2014-01-101-1/+1
* | | Merge topic 'minor-cleanups'Brad King2014-01-0922-114/+271
|\ \ \
| * | | cmTarget: Make GetSourceFiles populate an out-vector parameter.Stephen Kelly2014-01-0918-33/+54
| * | | cmGeneratorTarget: Add methods to access source file groups.Stephen Kelly2014-01-0911-77/+209
| * | | cmTarget: Handle NO_SYSTEM_FROM_IMPORTED.Stephen Kelly2014-01-081-4/+8
* | | | Merge topic 'compat-help-custom-modules'Brad King2014-01-093-2/+59
|\ \ \ \
| * | | | cmake: Implement placeholder --help-custom-modules compatibilityBrad King2014-01-083-2/+59
| |/ / /
* | | | Merge topic 'policies'Brad King2014-01-097-33/+134
|\ \ \ \