summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* CMake 3.5.0v3.5.0Brad King2016-03-081-1/+1
* Merge branch 'vs14-debug-enum-older-toolsets' into releaseBrad King2016-03-071-0/+28
|\
| * VS: Fix VS 2015 .vcxproj debug setting for older toolsets (#15986)Brad King2016-03-071-0/+28
* | CMake 3.5.0-rc3v3.5.0-rc3Brad King2016-02-181-1/+1
* | Merge branch 'fix-static-private-non-target-depends' into releaseBrad King2016-02-172-5/+23
|\ \
| * | Fix export of STATIC library PRIVATE non-target dependenciesBrad King2016-02-172-5/+23
* | | Merge branch 'fix-cmake_parse_arguments-expansion' into releaseBrad King2016-02-121-2/+10
|\ \ \
| * | | cmake_parse_arguments: Restore ;-list argument flatteningDimitar Yordanov2016-02-121-2/+10
| |/ /
* | | Merge branch 'cmake-gui-reset-generator' into releaseBrad King2016-02-121-0/+7
|\ \ \
| * | | cmake-gui: Fix cmState initialization when changing generators (#15959)Brad King2016-02-121-0/+7
| |/ /
* | | 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
|\ \ \ \ \ | |_|/ / / |/| | | |