summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* 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-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
|\ \ \
| * | | get_target_property: Error on non-existent target.Stephen Kelly2014-01-083-1/+36
| * | | Genex: Use case-sensitive comparison for COMPILER_ID.Stephen Kelly2014-01-083-1/+29
| * | | cmTarget: Deprecate COMPILE_DEFINITIONS_ properties with a policy.Stephen Kelly2014-01-086-31/+69
* | | | Merge topic 'optional-install'Brad King2014-01-091-2/+13
|\ \ \ \
| * | | | InstallRules: added new variable to disable generation of install rulesNils Gladitz2014-01-081-2/+13
* | | | | Merge topic 'vs10-include-backslashes'Brad King2014-01-091-1/+3
|\ \ \ \ \
| * | | | | VS: Convert include path to backslashes for VS >= 10Brad King2014-01-081-1/+3
| | |_|_|/ | |/| | |
* | | | | CMake Nightly Date StampKitware Robot2014-01-091-1/+1
| |_|_|/ |/| | |
* | | | Merge topic 'wix-cmake-package-registry'Brad King2014-01-082-1/+45
|\ \ \ \
| * | | | CPackWiX: added new CPACK_WIX_CMAKE_PACKAGE_REGISTRY variableNils Gladitz2014-01-082-1/+45
| | |_|/ | |/| |
* | | | Merge topic 'xcode-storyboard-file-type'Brad King2014-01-081-1/+4
|\ \ \ \
| * | | | Xcode: Fix storyboard viewRuslan Baratov2014-01-071-1/+4
| |/ / /
* | | | CMake Nightly Date StampKitware Robot2014-01-081-1/+1
|/ / /
* | | Merge topic 'minor-cleanups'Brad King2014-01-076-71/+92
|\ \ \
| * | | Genex: Add a nullary form for CONFIGStephen Kelly2014-01-071-2/+6
| * | | Genex: Make EQUAL support upper case binary literalsStephen Kelly2014-01-061-6/+6
| * | | Genex: Fix case of methods in the dag checker.Stephen Kelly2014-01-063-9/+9
| * | | Genex: Use a preprocessor loop to implement transitive DAG check.Stephen Kelly2014-01-062-32/+29
| * | | Genex: List transitive properties and methods as a table, not two lists.Stephen Kelly2014-01-061-10/+12
| * | | Add cmHasLiteralSuffix API.Stephen Kelly2014-01-063-12/+30