summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'test-cleanups'Brad King2017-09-1823-219/+10
|\
| * Tests: Fix CMake syntax warning in VSGNUFortran testBrad King2017-09-151-1/+1
| * Tests: Fix some references to 'cmake' executableBrad King2017-09-151-9/+9
| * Tests: Drop tests that have not run for over 10 yearsBrad King2017-09-1522-209/+0
* | Merge branch 'release-3.9'Brad King2017-09-180-0/+0
|\ \
| * \ Merge branch 'backport-FindBoost-1.65' into release-3.9Brad King2017-09-181-3/+27
| |\ \
| * \ \ Merge branch 'revert-vim-no-tabs' into release-3.9Brad King2017-09-181-1/+0
| |\ \ \
* | \ \ \ Merge topic 'backport-FindBoost-1.65'Brad King2017-09-180-0/+0
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | FindBoost: Add support for Boost 1.65.0 and 1.65.1 to CMake 3.9Roger Leigh2017-09-181-3/+27
* | | | | Merge topic 'revert-vim-no-tabs'Brad King2017-09-181-1/+0
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | vim: Remove default setting of expandtabMaarten de Vries2017-09-181-1/+0
| |/ / /
* | | | CMake Nightly Date StampKitware Robot2017-09-181-1/+1
* | | | CMake Nightly Date StampKitware Robot2017-09-171-1/+1
* | | | CMake Nightly Date StampKitware Robot2017-09-161-1/+1
| |_|/ |/| |
* | | Merge topic 'refactor-iwyu-code'Brad King2017-09-1524-241/+333
|\ \ \
| * | | Clean up iwyu code to not be one big if statement.Bill Hoffman2017-09-1324-241/+333
* | | | Merge topic 'findopenmp-components'Brad King2017-09-152-17/+48
|\ \ \ \
| * | | | FindOpenMP: Add support for componentsChristian Pfeiffer2017-09-142-15/+44
| * | | | FindOpenMP: Minor environmental improvementsChristian Pfeiffer2017-09-141-2/+4
* | | | | Merge topic 'codeblocks-exclude-external'Brad King2017-09-155-1/+39
|\ \ \ \ \
| * | | | | CodeBlocks: add option to exclude external filesAlexandr (Sagrer) Gridnev2017-09-145-1/+39
* | | | | | Merge topic 'ranged-for'Brad King2017-09-1533-869/+606
|\ \ \ \ \ \
| * | | | | | Meta: modernize old-fashioned loops to range-based `for` (CTest).Pavel Solodovnikov2017-09-1433-869/+606
* | | | | | | Merge topic 'update-kwsys'Brad King2017-09-152-66/+0
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'upstream-KWSys' into update-kwsysBrad King2017-09-142-66/+0
| |\ \ \ \ \ \ \
| | * | | | | | | KWSys 2017-09-14 (d85b17e7)KWSys Upstream2017-09-142-66/+0
* | | | | | | | | Merge topic 'fphsa-fix-version-exact'Brad King2017-09-152-5/+5
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | FPHSA: fix typo in commentYves Frederix2017-09-141-2/+2
| * | | | | | | | | FPHSA: replace left-over VERSION by _FOUND_VERSION.Yves Frederix2017-09-141-1/+1
| * | | | | | | | | FPHSA: Add (failing) unit test when checking EXACT on full version numberYves Frederix2017-09-141-2/+2
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | CMake Nightly Date StampKitware Robot2017-09-151-1/+1
* | | | | | | | | Merge topic 'doc-RunCMake-result'Brad King2017-09-141-2/+2
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | Tests: Update RunCMake/README.rst to clarify meaning of -result.txtBrad King2017-09-141-2/+2
|/ / / / / / / /
* | | | | | | | Merge branch 'release-3.9'Brad King2017-09-140-0/+0
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | Merge branch 'backport-autogen-target-depends' into release-3.9Brad King2017-09-1312-72/+242
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'bootstrap-twice-in-source' into release-3.9Brad King2017-09-131-0/+6
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'backport-vs-fix-config-map' into release-3.9Brad King2017-09-132-8/+20
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* | | | | | | | | | Merge topic 'get_filename_component-fix-program-split'Brad King2017-09-145-1/+99
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | get_filename_component: Revise PROGRAM/PROGRAM_ARGS split semanticsBrad King2017-09-135-1/+99
* | | | | | | | | | | Merge topic 'remove-nmcl'Brad King2017-09-141-4/+0
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Platforms: Remove Windows-NMclChristian Pfeiffer2017-09-131-4/+0
| | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | |
* | | | | | | | | | | Merge topic 'bootstrap-twice-in-source'Brad King2017-09-141-0/+6
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / | |/| | | | | | | | |
| * | | | | | | | | | bootstrap: Fix running multiple times in-sourceBrad King2017-09-131-0/+6
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge topic 'vs-fix-config-map'Brad King2017-09-142-8/+20
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'backport-vs-fix-config-map' into vs-fix-config-mapBrad King2017-09-132-8/+20
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / | | |/| | | | / / / / | | |_|_|_|_|/ / / / | |/| | | | | | | |
| | * | | | | | | | VS: Do not consider MAP_IMPORTED_CONFIG_<CONFIG> on non-imported targetsBrad King2017-09-132-8/+20
| | |/ / / / / / /
* | | | | | | | | Merge topic 'autogen-target-depends-fix-3-9-2'Brad King2017-09-140-0/+0
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | |
| * | | | | | | | Merge branch 'backport-autogen-target-depends' into autogen-target-depends-fi...Brad King2017-09-130-0/+0
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | / / / | | | |_|_|/ / / | | |/| | | | |
| | * | | | | | Autogen: Tests: Backport tests for _autogen target dependenciesSebastian Holtermann2017-09-1311-47/+182
| | * | | | | | Autogen: Backport autogen target dependency as file dependency fixSebastian Holtermann2017-09-131-25/+60
| | |/ / / / /