summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'fix-target-lookup-performance-regression'Brad King2016-02-094-62/+47
|\
| * Improve internal generator target structure lookupBrad King2016-02-083-35/+22
| * Fix internal target lookup performance regressionBrad King2016-02-083-34/+32
* | Merge topic 'install-EXCLUDE_FROM_ALL'Brad King2016-02-0918-33/+98
|\ \
| * | install: Add EXCLUDE_FROM_ALL option (#14921)Nick Lewis2016-02-0418-33/+98
* | | Merge topic 'fix-install-EXPORT-crash'Brad King2016-02-091-3/+5
|\ \ \
| * | | install(EXPORT): Fix crash on target in another directoryBrad King2016-02-051-3/+5
| | |/ | |/|
* | | CMake Nightly Date StampKitware Robot2016-02-091-1/+1
* | | Merge topic 'fix-Fortran-module-in-subdir'Brad King2016-02-081-4/+2
|\ \ \
| * | | Fix dependency scanning configuration in subdirectoriesBrad King2016-02-051-4/+2
| |/ /
* | | Merge topic 'fix-pedantic-warnings'Brad King2016-02-083-3/+3
|\ \ \
| * | | Make cmLinkInterface:: and cmGeneratorTarget::Multiplicity unsigned intsChristoph GrĂ¼ninger2016-02-043-3/+3
| |/ /
* | | Merge topic 'error-multiple-targets'Brad King2016-02-081-1/+13
|\ \ \
| * | | cmake: Teach --build to reject multiple --target optionsSebastian Schuberth2016-02-051-1/+13
| | |/ | |/|
* | | CMake Nightly Date StampKitware Robot2016-02-081-1/+1
* | | CMake Nightly Date StampKitware Robot2016-02-071-1/+1
* | | CMake Nightly Date StampKitware Robot2016-02-061-1/+1
* | | CMake Nightly Date StampKitware Robot2016-02-051-1/+1
* | | Merge topic 'list-FILTER-command'Brad King2016-02-042-0/+115
|\ \ \ | |/ / |/| |
| * | list: Add FILTER subcommand (#3986)Ashley Whetter2016-02-032-0/+115
* | | CMake Nightly Date StampKitware Robot2016-02-041-1/+1
|/ /
* | CMake Nightly Date StampKitware Robot2016-02-031-1/+1
* | Begin post-3.5 developmentBrad King2016-02-021-2/+2
* | CMake 3.5.0-rc1 version updatev3.5.0-rc1Brad King2016-02-021-3/+3
|/
* Merge topic 'remove-stray-semicolon'Brad King2016-02-021-1/+1
|\
| * cmAlgorithms.h: remove superfluous semicolon after methodChristoph GrĂ¼ninger2016-02-011-1/+1
* | Merge topic 'fix-CMAKE_MATCH-self-match'Brad King2016-02-021-0/+10
|\ \
| * | cmConditionEvaluator: Fix matching of `CMAKE_MATCH_*` values (#15944)Brad King2016-02-011-0/+10
* | | CMake Nightly Date StampKitware Robot2016-02-021-1/+1
| |/ |/|
* | Merge topic 'clarify-add_custom_command-TARGET-scope'Brad King2016-02-011-1/+18
|\ \
| * | add_custom_command: Clarify error when TARGET is out of scope (#15681)Brad King2016-01-281-1/+18
| |/
* | CMake Nightly Date StampKitware Robot2016-02-011-1/+1
* | CMake Nightly Date StampKitware Robot2016-01-311-1/+1
* | CMake Nightly Date StampKitware Robot2016-01-301-1/+1
* | CMake Nightly Date StampKitware Robot2016-01-291-1/+1
* | CMake Nightly Date StampKitware Robot2016-01-281-1/+1
|/
* CMake Nightly Date StampKitware Robot2016-01-271-1/+1
* CMake Nightly Date StampKitware Robot2016-01-261-1/+1
* Merge topic 'vs-win10-sdk'Brad King2016-01-252-5/+6
|\
| * VS: Do not fail on Windows 10 with VS 2015 if no SDK is available (#15929)Brad King2016-01-212-5/+6
* | CMake Nightly Date StampKitware Robot2016-01-251-1/+1
* | CMake Nightly Date StampKitware Robot2016-01-241-1/+1
* | CMake Nightly Date StampKitware Robot2016-01-231-1/+1
* | Merge topic 'fix-use-generator-target'Brad King2016-01-221-1/+1
|\ \
| * | cmExportInstallFileGenerator: Fix crash in FindNamespacesAndrey Pokrovskiy2016-01-211-1/+1
* | | CMake Nightly Date StampKitware Robot2016-01-221-1/+1
* | | Merge topic 'reduce-allocations'Brad King2016-01-216-29/+26
|\ \ \
| * | | Remove temporary allocations when calling cmHasLiteral{Suf,Pre}fix.Milian Wolff2016-01-201-2/+2
| * | | Optimize cmMakefile::ExpandVariablesInStringNew.Milian Wolff2016-01-201-10/+9
| * | | Remove temporary allocations in cmMacroHelper::InvokeInitialPass.Milian Wolff2016-01-201-9/+7