summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'FindBoost-fix-fiber-compiler-features' into release-3.14Brad King2019-04-301-3/+11
|\
| * FindBoost: Fix compiler features for `fiber` and `context`Alex Turbov2019-04-301-0/+2
| * FindBoost: Record compiler features for Boost 1.67 and aboveAlex Turbov2019-04-301-3/+9
* | Merge branch 'out-of-dir-linking-private-deps' into release-3.14Brad King2019-04-305-2/+32
|\ \ | |/ |/|
| * target_link_libraries: Fix static library private deps in other dirsBrad King2019-04-305-2/+32
* | CMake 3.14.3v3.14.3Brad King2019-04-221-1/+1
* | Merge branch 'findqt3-hints-fix' into release-3.14Brad King2019-04-221-5/+7
|\ \
| * | FindQt3: Restore missing lib and bin path suffixesChristian Pfeiffer2019-04-221-5/+7
* | | Merge branch 'vs-default-platform' into release-3.14Brad King2019-04-1910-3/+40
|\ \ \
| * | | VS: Provide the default platform name to project codeBrad King2019-04-1910-3/+40
| |/ /
* | | Merge branch 'FindOpenGL-libglvnd-subdir' into release-3.14Brad King2019-04-171-0/+3
|\ \ \
| * | | FindOpenGL: look for GLVND libraries with a libglvnd suffixBen Boeckel2019-04-171-0/+3
| |/ /
* | | Merge branch 'Boost-Gentoo' into release-3.14Brad King2019-04-163-1/+31
|\ \ \
| * | | FindBoost: Fix detection with version suffixes on GentooRolf Eike Beer2019-04-163-1/+31
| |/ /
* | | Merge branch 'vs2019-redist' into release-3.14Brad King2019-04-151-2/+5
|\ \ \
| * | | IRSL: Update redist directory for VS 2019 update 1Brad King2019-04-151-2/+5
* | | | Merge branch 'backport-FindBoost-msvc-toolset-14.2' into release-3.14Brad King2019-04-121-5/+20
|\ \ \ \ | |_|/ / |/| | |
| * | | FindBoost: Add support for MSVC toolset version 14.2Brad King2019-04-121-5/+20
|/ / /
* | | CMake 3.14.2v3.14.2Brad King2019-04-121-1/+1
* | | Merge branch 'fix-overlay-icon-windows' into release-3.14Brad King2019-04-111-1/+0
|\ \ \
| * | | cmake-gui: Fix icon overlay on windowsJulien Jomier2019-04-111-1/+0
* | | | Merge branch 'xcode-extra-sources' into release-3.14Brad King2019-04-112-18/+30
|\ \ \ \
| * | | | Xcode: Avoid mutating App Bundle targets during generationBrad King2019-04-112-8/+21
| * | | | Xcode: Factor out duplicate source group code into lambdaBrad King2019-04-111-11/+10
| |/ / /
* | | | Merge branch 'fix-submit-url' into release-3.14Craig Scott2019-04-091-1/+1
|\ \ \ \
| * | | | Modules/CTest: Fix SubmitURLRegina Pfeifer2019-04-091-1/+1
* | | | | Merge branch 'backport-cmake-gui-windows-theme' into release-3.14Brad King2019-04-081-0/+3
|\ \ \ \ \
| * | | | | cmake-gui: Fix theme on Windows with Qt >= 5.10mistersandman2019-04-081-0/+3
| | |/ / / | |/| | |
* | | | | Merge branch 'backport-implicit-includes-relative' into release-3.14Brad King2019-04-0825-19/+72
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fix implicit include directory extraction for adaptive relative pathsBrad King2019-04-086-0/+53
| * | | | Tests: Teach RunCMake.ParseImplicitIncludeInfo to match output by regexBrad King2019-04-0816-17/+17
| * | | | Tests: Clarify hand-written cases in RunCMake.ParseImplicitIncludeInfoBrad King2019-04-085-2/+2
| |/ / /
* | | | Merge branch 'vs2019-redist' into release-3.14Brad King2019-04-042-10/+18
|\ \ \ \ | | |/ / | |/| |
| * | | IRSL: Fix discovery of VS 2019 v142 toolset redistributablesBrad King2019-04-041-9/+14
| * | | MSVC: Fix MSVC_TOOLSET_VERSION for VS 2019 v142 toolsetBrad King2019-04-031-1/+4
| |/ /
* | | Merge branch 'armcc-compiler-id' into release-3.14Brad King2019-04-041-1/+1
|\ \ \ | |/ / |/| |
| * | ARMCC: Do not identify ARMClang as ARMCCBrad King2019-04-031-1/+1
|/ /
* | CMake 3.14.1v3.14.1Brad King2019-03-291-1/+1
* | Merge branch 'implicit-includes' into release-3.14Brad King2019-03-2917-72/+92
|\ \
| * | ParseImplicitIncludeInfo: Canonicalize implicit include dirsBrad King2019-03-2917-72/+92
* | | Merge branch 'implicit-includes-autogen' into release-3.14Brad King2019-03-291-8/+13
|\ \ \
| * | | Autogen: Do not treat hard-coded -I/usr/include exclusion as implicit includeSebastian Holtermann2019-03-281-8/+13
* | | | Merge branch 'ifw_group_option_parsing' into release-3.14Brad King2019-03-291-0/+6
|\ \ \ \
| * | | | CPackIFW: Add missing cpack_ifw_configure_component_group option processingClément Rezvoy2019-03-281-0/+6
| | |/ / | |/| |
* | | | Merge branch 'backport-kwsys-SystemTools-copy-self' into release-3.14Brad King2019-03-271-4/+4
|\ \ \ \ | |_|/ / |/| | |
| * | | cmake: Fix '-E copy foo .' to avoid clobbering fileBrad King2019-03-261-4/+4
| |/ /
* | | Merge branch 'FindFontconfig-var-case' into release-3.14Brad King2019-03-274-32/+46
|\ \ \
| * | | FindFontconfig: Convert module variables to camel caseBrad King2019-03-264-32/+46
| |/ /
* | | Merge branch 'jacoco_parser_crash' into release-3.14Brad King2019-03-271-0/+1
|\ \ \
| * | | ctest_coverage: fix out-of-bounds index in Jacoco parserSylvain Joubert2019-03-261-0/+1
| |/ /