summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge branch 'fix-cmake_parse_arguments-expansion' into releaseBrad King2016-02-122-2/+29
|\ \ \ \ \
| * | | | | cmake_parse_arguments: Restore ;-list argument flatteningDimitar Yordanov2016-02-122-2/+29
| | |/ / / | |/| | |
* | | | | 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
| |/ / /
* | | | Merge branch 'doc-xcode-escaping-fix' into releaseBrad King2016-02-111-0/+6
|\ \ \ \
| * | | | Help: Add release note about Xcode escaping fix (#15969)Brad King2016-02-111-0/+6
| |/ / /
* | | | 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 'wix-prevent-nsis-overwrite' into releaseBrad King2016-02-0910-4/+151
|\ \ \ \
| * | | | CMake: Prevent WiX installations over existing NSIS installationsNils Gladitz2016-02-0910-4/+151
| |/ / /
* | | | 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-088-6/+19
|\ \ \ \
| * | | | Tests: Avoid OS X 10.5 limitation warning in RunCMake.install testBrad King2016-02-081-0/+1
| * | | | install(EXPORT): Fix crash on target in another directoryBrad King2016-02-054-3/+14
| * | | | Tests: Use newer policy settings in RunCMake.install testBrad King2016-02-054-3/+4
| |/ / /
* | | | Merge branch 'test-ctest_submit-update' into releaseBrad King2016-02-084-4/+4
|\ \ \ \
| * | | | Tests: Extend ctest_submit host lookup failure matching (#15958)Orion Poplawski2016-02-084-4/+4
| |/ / /
* | | | Merge branch 'install-man-conditionally' into releaseBrad King2016-02-081-0/+8
|\ \ \ \
| * | | | Install ccmake.1 and cmake-gui.1 conditionally with their tools (#15957)Brad King2016-02-081-0/+8
| |/ / /
* | | | Merge branch 'fix-doc-typos' into releaseBrad King2016-02-082-2/+2
|\ \ \ \
| * | | | Help: Fix command specification for cmake_minimum_requiredHorst Kronstorfer2016-02-081-1/+1
| * | | | Help: Fix mistake in cmake-buildsystem(7) examplePaul Wilkinson2016-02-081-1/+1
| |/ / /
* | | | Merge branch 'ExternalProject-build-config-compat' into releaseBrad King2016-02-081-2/+17
|\ \ \ \
| * | | | ExternalProject: Be compatible with projects setting CMAKE_CFG_INTDIRBrad King2016-02-051-2/+17
| |/ / /
* | | | Merge branch 'fix-Fortran-module-in-subdir' into releaseBrad King2016-02-086-5/+9
|\ \ \ \
| * | | | Fix dependency scanning configuration in subdirectoriesBrad King2016-02-056-5/+9
| |/ / /
* | | | CMake 3.5.0-rc1 version updatev3.5.0-rc1Brad King2016-02-022-4/+4
* | | | Help: Drop development topic notes to prepare releaseBrad King2016-02-022-9/+0
|/ / /
* | | Merge topic 'doc-3.5-relnotes'Brad King2016-02-0235-211/+183
|\ \ \
| * | | Help: Organize and revise 3.5 release notesBrad King2016-02-011-77/+106
| * | | Help: Consolidate 3.5 release notesBrad King2016-02-0135-211/+154
* | | | 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-023-0/+16
|\ \ \ \
| * | | | cmConditionEvaluator: Fix matching of `CMAKE_MATCH_*` values (#15944)Brad King2016-02-013-0/+16
* | | | | CMake Nightly Date StampKitware Robot2016-02-021-1/+1
| |/ / / |/| | |
* | | | Merge topic 'doc-cmake-developer-typo'Brad King2016-02-011-1/+1
|\ \ \ \
| * | | | Help: Fix typo in `cmake-developer(7)` manualPrayag Verma2016-02-011-1/+1
* | | | | Merge topic 'FindGit-updates'Brad King2016-02-011-13/+13
|\ \ \ \ \
| * | | | | FindGit: Improve documentation formattingBrad King2016-01-271-8/+7
| * | | | | FindGit: Document Git_FOUND, unset internal varChristoph GrĂ¼ninger2016-01-271-8/+9
* | | | | | Merge topic 'clarify-add_custom_command-TARGET-scope'Brad King2016-02-0115-18/+59
|\ \ \ \ \ \
| * | | | | | add_custom_command: Clarify error when TARGET is out of scope (#15681)Brad King2016-01-2811-3/+37
| * | | | | | Help: Clarify `add_custom_command(TARGET)` scope (#15681)Bartosz Kosiorek2016-01-281-2/+5
| * | | | | | Help: Clarify policy `CMP0040` documentation (#15681)Bartosz Kosiorek2016-01-281-8/+11
| * | | | | | Help: Clarify scope of `if(TARGET)` expressionBartosz Kosiorek2016-01-281-3/+4
| * | | | | | Help: Improve markup in `if` command documentationBartosz Kosiorek2016-01-281-1/+1