summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* CMake 3.5.0-rc2v3.5.0-rc2Brad King2016-02-101-1/+1
* Merge branch 'curl-pre-7.21.5' into releaseBrad King2016-02-091-0/+5
|\
| * cmCurl: Fix compilation with system curl versions prior to 7.21.5Brad King2016-02-091-0/+5
* | Merge branch 'fix-target-lookup-performance-regression' into releaseBrad King2016-02-084-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 branch 'fix-install-EXPORT-crash' into releaseBrad King2016-02-081-3/+5
|\ \
| * | install(EXPORT): Fix crash on target in another directoryBrad King2016-02-051-3/+5
| |/
* | Merge branch 'fix-Fortran-module-in-subdir' into releaseBrad King2016-02-081-4/+2
|\ \
| * | Fix dependency scanning configuration in subdirectoriesBrad King2016-02-051-4/+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
| * | | Remove temporary allocations by extending the lifetime of the retval.Milian Wolff2016-01-201-6/+6
| * | | Remove temporary allocations when calling cmGeneratorTarget::GetName.Milian Wolff2016-01-202-2/+2
* | | | Merge topic 'cmake-E-time-quoting'Brad King2016-01-211-2/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | cmake: Fix `-E time` argument passing to childBrad King2016-01-201-2/+2
* | | | CMake Nightly Date StampKitware Robot2016-01-211-1/+1
|/ / /
* | | Merge topic 'cleanup-RunSingleCommand'Brad King2016-01-204-51/+37
|\ \ \
| * | | cmSystemTools: Teach RunSingleCommand to merge child pipes when possibleBrad King2016-01-191-23/+21
| * | | cmSystemTools: Simplify RunSingleCommand output string constructionBrad King2016-01-191-13/+4
| * | | cmSystemTools: Drop redundant condition in RunSingleCommandBrad King2016-01-191-9/+7
| * | | cmSystemTools: Rename OUTPUT_NORMAL to OUTPUT_FORWARD to clarify its purposeBrad King2016-01-192-3/+3
| * | | cmcmd.cxx: Remove unused code in __run_iwyu implementationBrad King2016-01-191-3/+2
| * | | cmake: Change `-E chdir` to pass through stdout/stderr directlyBrad King2016-01-191-1/+1
* | | | Merge topic 'mfc-utility-targets'Brad King2016-01-201-6/+9
|\ \ \ \