summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* PCH: Report error when setting COMPILE_PDB_NAME propertyCristian Adam2019-10-016-0/+59
* Merge topic 'typos'Brad King2019-10-014-5/+5
|\
| * Help: fixed typos in PCH / Unity Build docCorentin Plouet2019-09-304-5/+5
* | Merge topic 'FindCurses-ncursesw'Brad King2019-10-011-4/+12
|\ \
| * | FindCurses: toplevel ncursesw support, recover cflagsnick black2019-09-281-4/+12
* | | CMake Nightly Date StampKitware Robot2019-10-011-1/+1
* | | Merge branch 'release-3.15'Brad King2019-09-300-0/+0
|\ \ \ | |_|/ |/| |
| * | CMake 3.15.4v3.15.4Brad King2019-09-301-1/+1
* | | Merge branch 'release-3.14'Brad King2019-09-300-0/+0
|\ \ \
| * | | CMake 3.14.7v3.14.7Brad King2019-09-301-1/+1
* | | | Merge branch 'release-3.15'Brad King2019-09-300-0/+0
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch 'backport-3.15-fix-EXCLUDE_FROM_ALL-subdir-all' into release-3.15Brad King2019-09-3021-106/+202
| |\ \ \
* | \ \ \ Merge branch 'release-3.14'Brad King2019-09-300-0/+0
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge branch 'backport-3.14-fix-EXCLUDE_FROM_ALL-subdir-all' into release-3.14Brad King2019-09-3020-102/+170
| |\ \ \ \
* | \ \ \ \ Merge topic 'fix-EXCLUDE_FROM_ALL-subdir-all'Brad King2019-09-3021-106/+202
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'backport-3.15-fix-EXCLUDE_FROM_ALL-subdir-all'Brad King2019-09-3021-106/+202
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| | * | | | | Help: Mention 3.14.7 EXCLUDE_FROM_ALL fix in 3.15.4 release noteBrad King2019-09-301-0/+1
| | * | | | | Merge branch 'backport-3.14-fix-EXCLUDE_FROM_ALL-subdir-all'Brad King2019-09-301-0/+8
| | |\ \ \ \ \ | | | | |/ / / | | | |/| | |
| | | * | | | Help: Add release note for EXCLUDE_FROM_ALL fix in 3.14.7Brad King2019-09-301-0/+8
| | * | | | | Help: Add release note for EXCLUDE_FROM_ALL fix in 3.15.4Brad King2019-09-301-0/+8
| | * | | | | Merge branch 'backport-3.14-fix-EXCLUDE_FROM_ALL-subdir-all'Brad King2019-09-3019-102/+162
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | Restore "all" target in subdirectories marked EXCLUDE_FROM_ALLBrad King2019-09-3017-38/+110
| | | * | | | Tests: Clarify target names in RunCMake.add_subdirectory ExcludeFromAllBrad King2019-09-264-6/+9
| | | * | | | Tests: Revise RunCMake.add_subdirectory ExcludeFromAll to avoid globbingBrad King2019-09-264-61/+43
| | | * | | | Tests: Teach RunCMake to support a custom working directoryBrad King2019-09-241-1/+4
| | | |/ / /
| | * | | | Makefiles: Revert "Make build root targets ... recursive"Brad King2019-09-271-5/+24
* | | | | | Merge topic 'objective-c-cxx'Brad King2019-09-3072-81/+2787
|\ \ \ \ \ \
| * | | | | | Objective C/C++: Add compiler standard detectionCristian Adam2019-09-284-72/+108
| * | | | | | Help: Add release note for Objective-C/C++ language supportCristian Adam2019-09-281-0/+9
| * | | | | | Languages: Add support for Objective-C++Steve Wilson2019-09-2839-32/+1453
| * | | | | | Languages: Add support for Objective-CSteve Wilson2019-09-2839-8/+1248
* | | | | | | Merge topic 'autogen_free_functions'Brad King2019-09-307-977/+1014
|\ \ \ \ \ \ \
| * | | | | | | Autogen: Make cmQtAutoMocUic a free functionSebastian Holtermann2019-09-283-650/+635
| * | | | | | | Autogen: Make cmQtAutoRcc a free functionSebastian Holtermann2019-09-283-83/+95
| * | | | | | | Autogen: Refactor json info file reading interfaceSebastian Holtermann2019-09-287-248/+288
* | | | | | | | Merge topic 'FPHSA-reason-failure-message'Brad King2019-09-3015-6/+96
|\ \ \ \ \ \ \ \
| * | | | | | | | FPHSA: add capability to specify message explaining reason of failureMarc Chevrier2019-09-2715-6/+96
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge topic 'smart_ptr/cmCurses'Brad King2019-09-308-203/+157
|\ \ \ \ \ \ \ \
| * | | | | | | | cmCursesMainForm: change Entries to object vectorTushar Maheshwari2019-09-273-47/+49
| * | | | | | | | cmCursesStringWidget: remove manual deleteTushar Maheshwari2019-09-272-24/+13
| * | | | | | | | cmCursesCacheEntryComposite: default destructorTushar Maheshwari2019-09-263-37/+42
| * | | | | | | | cmCursesMainForm: cleanup manual allocationTushar Maheshwari2019-09-264-107/+69
| * | | | | | | | CursesDialog: modernize CMake usageTushar Maheshwari2019-09-262-21/+17
* | | | | | | | | CMake Nightly Date StampKitware Robot2019-09-301-1/+1
* | | | | | | | | CMake Nightly Date StampKitware Robot2019-09-291-1/+1
| |_|/ / / / / / |/| | | | | | |
* | | | | | | | CMake Nightly Date StampKitware Robot2019-09-281-1/+1
| |_|/ / / / / |/| | | | | |
* | | | | | | Merge topic 'FindBinUtils-ask-compiler'Brad King2019-09-275-21/+84
|\ \ \ \ \ \ \
| * | | | | | | FindBinUtils: Use the compiler to get the path to compiler toolsIsuru Fernando2019-09-272-21/+75
| * | | | | | | Tests: Add symbols to FortranModules static librariesBrad King2019-09-263-0/+9
* | | | | | | | Merge topic 'decompose-custom-command-creation'Brad King2019-09-2716-230/+313
|\ \ \ \ \ \ \ \