summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* update vim-syntax to latest cmake-commitPatrick Boettcher2017-10-314-22/+33
|\
| * vim-cmake-syntax 2017-10-31 (a8a846f0)vim-cmake-syntax upstream2017-10-314-23/+33
* | CMake Nightly Date StampKitware Robot2017-10-311-1/+1
* | Merge topic 'vs-diagnostics-flag'Brad King2017-10-301-0/+4
|\ \
| * | VS generator: support /diagnostics compiler flagJustin Goshi2017-10-251-0/+4
* | | Merge branch 'release-3.10'Brad King2017-10-300-0/+0
|\ \ \
| * \ \ Merge branch 'autogen-qrc-file-name' into release-3.10Brad King2017-10-301-5/+15
| |\ \ \
| * \ \ \ Merge branch 'cpack-rpm-dist-test-fix' into release-3.10Brad King2017-10-301-0/+5
| |\ \ \ \
| * \ \ \ \ Merge branch 'backport-fix-co-compile' into release-3.10Brad King2017-10-2716-87/+175
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'autogen-static-library-cycles' into release-3.10Brad King2017-10-2710-17/+172
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'cmp0040-wording' into release-3.10Brad King2017-10-263-5/+5
| |\ \ \ \ \ \ \
* | \ \ \ \ \ \ \ Merge topic 'freetype-windows'Brad King2017-10-301-0/+3
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | FindFreetype: Normalize slashes when legacy FREETYPE_LIBRARY is specifiedMark Salisbury2017-10-271-0/+3
* | | | | | | | | | Merge topic 'autogen-qrc-file-name'Brad King2017-10-301-5/+15
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / | |/| | | | | | | |
| * | | | | | | | | Autogen: RCC: Append checksum suffix to wrapped file nameSebastian Holtermann2017-10-291-5/+15
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge topic 'cpack-deb-0-so-version-support'Brad King2017-10-304-4/+14
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | CPack/Deb: handle shlibs file generation when SOVERSION set to 0Domen Vrankar2017-10-284-4/+14
* | | | | | | | | | Merge topic 'cpack-rpm-dist-test-fix'Brad King2017-10-301-0/+5
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / | |/| | | | | | | |
| * | | | | | | | | CPack/RPM: DIST-MONOLITHIC-type subtest fixDomen Vrankar2017-10-301-0/+5
* | | | | | | | | | Merge topic 'fix-co-compile'Brad King2017-10-3016-87/+175
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'backport-fix-co-compile' into fix-co-compileBrad King2017-10-2716-87/+175
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / | | |/| | | | | | | |
| | * | | | | | | | | cmcmd: Restore support for running multiple lint toolsBrad King2017-10-2715-61/+166
| | * | | | | | | | | cmcmd: Convert lint handlers to file-static functionsBrad King2017-10-272-29/+12
| | * | | | | | | | | cmcmd: Rename loop iteration variable for clarityBrad King2017-10-271-2/+2
* | | | | | | | | | | Merge topic 'autogen-static-library-cycles'Brad King2017-10-3010-17/+172
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / | |/| | | | | | | | |
| * | | | | | | | | | Autogen: Tests: Add test for STATIC_LIBRARY cyclesSebastian Holtermann2017-10-279-0/+89
| * | | | | | | | | | Autogen: Don't add STATIC_LIBRARY cycle targets to the _autogen dependenciesSebastian Holtermann2017-10-271-17/+83
* | | | | | | | | | | CMake Nightly Date StampKitware Robot2017-10-301-1/+1
* | | | | | | | | | | CMake Nightly Date StampKitware Robot2017-10-291-1/+1
| |_|_|_|/ / / / / / |/| | | | | | | | |
* | | | | | | | | | CMake Nightly Date StampKitware Robot2017-10-281-1/+1
* | | | | | | | | | Merge topic 'generalize-importedtargets-behavior'Brad King2017-10-2740-129/+236
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Help: Add notes for topic 'generalize-importedtargets-behavior'Brad King2017-10-261-0/+25
| * | | | | | | | | | Add support for IMPORTED GLOBAL targets to be aliasedDeniz Bahadir2017-10-269-22/+109
| * | | | | | | | | | Teach target_* commands to set INTERFACE properties of IMPORTED targetsDeniz Bahadir2017-10-2628-95/+91
| * | | | | | | | | | cmTargetPropCommandBase: Fix typo in error messageDeniz Bahadir2017-10-263-12/+11
| | |_|_|_|_|_|_|/ / | |/| | | | | | | |
* | | | | | | | | | Merge topic 'findICU_update'Brad King2017-10-271-1/+20
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | FindICU: Add support for static libraries on WindowsFrancois Budin2017-10-251-0/+19
| * | | | | | | | | | FindICU: Search in 'sbin' directories for icu toolsFrancois Budin2017-10-251-1/+1
* | | | | | | | | | | Merge topic 'cmdparser-strcpy'Brad King2017-10-274-49/+51
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | cmCommandArgumentParser: remove the variable tokens from the classRolf Eike Beer2017-10-254-32/+32
| * | | | | | | | | | | cmCommandArgumentParserHelper: constify some char* valuesRolf Eike Beer2017-10-252-17/+19
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge topic 'cmp0040-wording'Brad King2017-10-273-5/+5
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / |/| | | | | | | | / / | | |_|_|_|_|_|_|/ / | |/| | | | | | | |
| * | | | | | | | | CMP0040: Clarify policy warning to match documentationBrad King2017-10-263-5/+5
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | CMake Nightly Date StampKitware Robot2017-10-271-1/+1
| |_|_|_|_|_|/ / |/| | | | | | |
* | | | | | | | Merge branch 'release-3.10'Brad King2017-10-260-0/+0
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | Merge branch 'clang-cl-TP' into release-3.10Brad King2017-10-252-0/+2
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge topic 'cm-array-begins-size'Brad King2017-10-269-105/+147
|\ \ \ \ \ \ \ \
| * | | | | | | | Replace cmArray{Begin,End,Size} by their standard counterpartsMatthias Maennich2017-10-239-105/+147
* | | | | | | | | Merge topic 'clang-cl-TP'Brad King2017-10-262-0/+2
|\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
| * | | | | | | | Clang: Use -TP flag for C++ sources with clang-clBrad King2017-10-252-0/+2
| | |_|/ / / / / | |/| | | | | |