summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'FindPNG-static-define'Brad King2019-05-201-1/+4
|\
| * FindPNG: Fix definitions on imported targetAxel Huebl2019-05-171-1/+4
* | Merge topic 'interface-library-export-properties'Brad King2019-05-204-0/+12
|\ \
| * | InterfaceLibrary: Whitelist EXPORT_PROPERTIES propertyBrad King2019-05-174-0/+12
* | | CMake Nightly Date StampKitware Robot2019-05-201-1/+1
* | | CMake Nightly Date StampKitware Robot2019-05-191-1/+1
* | | Merge topic 'bracket-comment-doc-clarification'Craig Scott2019-05-181-3/+3
|\ \ \
| * | | Help: Clarify that bracket comments start with bracket openKyle Edwards2019-05-161-3/+3
* | | | Merge topic 'file-install-follow-symlink-chain'Marc Chevrier2019-05-186-7/+268
|\ \ \ \
| * | | | file(INSTALL): Add FOLLOW_SYMLINK_CHAIN argumentKyle Edwards2019-05-166-7/+268
| |/ / /
* | | | CMake Nightly Date StampKitware Robot2019-05-181-1/+1
| |_|/ |/| |
* | | Merge topic 'findblas_mklroot_bla_vendor'Brad King2019-05-171-9/+8
|\ \ \
| * | | FindBLAS: Choose MKL arch based on BLA_VENDORJakub Benda2019-05-161-9/+8
* | | | Merge topic 'autogen_ninja_clean'Brad King2019-05-173-11/+12
|\ \ \ \
| * | | | Autogen: Update documentation for ADDITIONAL_CLEAN_FILESSebastian Holtermann2019-05-151-1/+1
| * | | | Autogen: Use ADDITIONAL_CLEAN_FILES target property for file cleaningSebastian Holtermann2019-05-152-10/+11
* | | | | Merge topic 'use_additional_clean_files'Brad King2019-05-176-30/+24
|\ \ \ \ \
| * | | | | UseSWIG: Use ADDITIONAL_CLEAN_FILES for cleaningSebastian Holtermann2019-05-151-2/+2
| * | | | | UseJava: Use ADDITIONAL_CLEAN_FILES for cleaningSebastian Holtermann2019-05-151-1/+2
| * | | | | UseEcos: Use ADDITIONAL_CLEAN_FILES for cleaningSebastian Holtermann2019-05-151-4/+4
| * | | | | FindDoxygen: Use ADDITIONAL_CLEAN_FILES for cleaningSebastian Holtermann2019-05-151-1/+1
| * | | | | Test: Improve WarnUnusedCliUnused to run on all generatorsSebastian Holtermann2019-05-152-22/+15
| |/ / / /
* | | | | Merge topic 'offer_compiler_lang_generator_expression'Brad King2019-05-1730-11/+222
|\ \ \ \ \
| * | | | | Genex: Add COMPILE_LANG_AND_ID generator expressionRobert Maynard2019-05-1430-1/+212
| * | | | | Docs: Generator-expressions remove usage of `CMake-id`Robert Maynard2019-05-131-10/+10
* | | | | | Merge topic 'string-cleanup'Brad King2019-05-1718-91/+87
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Source: std::string related cleanupVitaly Stakhovsky2019-05-1518-91/+87
* | | | | | CMake Nightly Date StampKitware Robot2019-05-171-1/+1
| |_|_|_|/ |/| | | |
* | | | | Merge topic 'armclang'Brad King2019-05-1615-1/+126
|\ \ \ \ \
| * | | | | ARMClang: Add support for Clang-based ARM compilerJohan Stridkvist2019-05-1415-1/+126
* | | | | | Merge topic 'sunpro-supports-cxx14-release-note'Brad King2019-05-161-0/+4
|\ \ \ \ \ \
| * | | | | | Help: Add release note that SunPro supports C++14Robert Maynard2019-05-151-0/+4
| | |_|_|/ / | |/| | | |
* | | | | | Merge topic 'FindBoost-allow-root'Brad King2019-05-161-1/+5
|\ \ \ \ \ \
| * | | | | | FindBoost: Remove obsolete diagnostic message about Boost_ROOTDennis Klein2019-05-151-1/+5
| |/ / / / /
* | | | | | Merge topic 'update-kwsys'Brad King2019-05-162-20/+83
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Merge branch 'upstream-KWSys' into update-kwsysBrad King2019-05-152-20/+83
| |\ \ \ \ \
| | * | | | | KWSys 2019-05-15 (dea11658)KWSys Upstream2019-05-152-20/+83
* | | | | | | CMake Nightly Date StampKitware Robot2019-05-161-1/+1
* | | | | | | Merge topic 'msvc-jmc'Brad King2019-05-1513-1/+137
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | MSVC: Add support for /JMC (Just My Code)Luca Cappa2019-05-1413-1/+137
* | | | | | | Merge topic 'additional_clean_files'Brad King2019-05-1521-77/+370
|\ \ \ \ \ \ \
| * | | | | | | Release notes: Add release notes for ADDITIONAL_CLEAN_FILES propertiesSebastian Holtermann2019-05-141-0/+10
| * | | | | | | Doc: Update and deprecate ADDITIONAL_MAKE_CLEAN_FILES directory propertySebastian Holtermann2019-05-141-3/+13
| * | | | | | | Doc: Add documentation for ADDITIONAL_CLEAN_FILES propertiesSebastian Holtermann2019-05-143-0/+34
| * | | | | | | Tests: Extend MakeClean test to cover ADDITIONAL_CLEAN_FILESSebastian Holtermann2019-05-143-30/+87
| * | | | | | | Ninja: Add support for ADDITIONAL_CLEAN_FILES target propertySebastian Holtermann2019-05-143-0/+29
| * | | | | | | Ninja: Add support for ADDITIONAL_CLEAN_FILES directory propertySebastian Holtermann2019-05-142-0/+27
| * | | | | | | Ninja: Add support for additional clean filesSebastian Holtermann2019-05-142-7/+104
| * | | | | | | Makefiles: Add support for ADDITIONAL_CLEAN_FILES target propertySebastian Holtermann2019-05-141-0/+12
| * | | | | | | Makefiles: Add support for ADDITIONAL_CLEAN_FILES directory propertySebastian Holtermann2019-05-141-0/+12