summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'autogen_reenable_implicit_include_dirs'Brad King2019-01-298-79/+128
|\
| * Autogen: Reenable passing compiler implicit include directories to mocSebastian Holtermann2019-01-284-8/+14
| * cmLocalGenerator: Refactor `GetIncludeDirectoriesImplicit` methodSebastian Holtermann2019-01-281-45/+51
| * cmLocalGenerator: Simplify `GetIncludeDirectories`Sebastian Holtermann2019-01-285-26/+63
* | CMake Nightly Date StampKitware Robot2019-01-291-1/+1
* | Merge topic 'commit-ref-in-prose'Brad King2019-01-281-5/+14
|\ \ | |/ |/|
| * Help: prefer commit hashes in commit referencesBen Boeckel2019-01-251-5/+14
* | Merge topic 'cmake-gui-s-b'Brad King2019-01-283-12/+57
|\ \
| * | QtDialog: Clean up and document -S and -B optionsKyle Edwards2019-01-253-12/+57
* | | Merge branch 'release-3.13'Brad King2019-01-280-0/+0
|\ \ \
| * \ \ Merge branch 'doxygen-escaping' into release-3.13Brad King2019-01-281-1/+3
| |\ \ \
* | \ \ \ Merge topic 'doxygen-escaping'Brad King2019-01-281-1/+3
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | FindDoxygen: Escape backslashes in default valuesCraig Scott2019-01-261-1/+3
* | | | | Merge topic 'cmake-E-compare_files-eol'Brad King2019-01-2813-7/+37
|\ \ \ \ \
| * | | | | cmake: Add --ignore-eol option to `-E compare_files` commandTaylor Braun-Jones2019-01-2813-7/+37
| | |_|/ / | |/| | |
* | | | | Merge topic 'get_filename_component_last_ext'Brad King2019-01-284-1/+15
|\ \ \ \ \
| * | | | | Help: Add notes for topic 'get_filename_component_last_ext'Brad King2019-01-281-0/+6
| * | | | | Tests: Add tests for LAST_EXT and NAME_WLETushar Maheshwari2019-01-241-1/+3
| * | | | | Help: Add documentation for new get_filename_component componentsTushar Maheshwari2019-01-241-0/+2
| * | | | | cmGetFilenameComponentCommand: Add more componentsTushar Maheshwari2019-01-241-0/+4
| | |_|_|/ | |/| | |
* | | | | Merge topic 'implicit-incs-upd'Brad King2019-01-2847-19/+1183
|\ \ \ \ \
| * | | | | ParseImplicitIncludeInfo: add Fortran implicit include handlingChuck Cranor2019-01-2517-12/+449
| * | | | | ParseImplicitIncludeInfo: handle/add SunPro, XL, and -nostdinc test casesChuck Cranor2019-01-2533-13/+740
| | |/ / / | |/| | |
* | | | | Merge topic 'vs2019'Brad King2019-01-286-10/+2562
|\ \ \ \ \
| * | | | | VS: Update for Visual Studio 2019 Preview 2Brad King2019-01-244-10/+27
| * | | | | VS: Fix `/MANIFESTUAC:` link flag mapping for v142Brad King2019-01-241-21/+4
| * | | | | VS: Fix support for '/guard:cf' linker flag for v142Brad King2019-01-241-7/+0
| * | | | | VS: Map the link `/debug` flag for v142Brad King2019-01-241-10/+18
| * | | | | VS: Fix `/MANIFESTUAC:NO` link flag mapping for v142Brad King2019-01-241-5/+1
| * | | | | VS: Populate `/permissive` flag table entry for v142Brad King2019-01-241-1/+8
| * | | | | VS: Populate `/JMC-` flag table entry for v142Brad King2019-01-241-0/+7
| * | | | | VS: Populate `-Qspectre-` flag table entry for v142Brad King2019-01-241-6/+6
| * | | | | VS: Populate `/Y-` flag table entry for v142Brad King2019-01-241-1/+1
| * | | | | VS: Add `-Zc:inline[-]` flag table entry for v142Brad King2019-01-241-0/+7
| * | | | | VS: Fix `/analyze:log` flag mapping for v142Brad King2019-01-241-14/+4
| * | | | | VS: Add v142 flag tables for cl and link toolsBrad King2019-01-242-0/+2544
| | |/ / / | |/| | |
* | | | | Merge topic 'png-optimize'Brad King2019-01-2832-10/+11
|\ \ \ \ \
| * | | | | Reduce size of PNG imagesLucy Phipps2019-01-2531-10/+10
| * | | | | CPack: Replace corrupted background png with originalLucy Phipps2019-01-252-0/+1
* | | | | | Merge branch 'release-3.13'Brad King2019-01-280-0/+0
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Merge branch 'intel-compile-features' into release-3.13Brad King2019-01-251-1/+1
| |\ \ \ \ \
* | \ \ \ \ \ Merge topic 'intel-compile-features'Brad King2019-01-281-1/+1
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Intel: Record support for relaxed constexpr by version 18.0.5Brad King2019-01-251-1/+1
| | |_|_|_|/ | |/| | | |
* | | | | | Merge topic 'FindPythonInterp-version-fix'Brad King2019-01-281-7/+7
|\ \ \ \ \ \
| * | | | | | FindPythonInterp: Do not assume any version if test script failsMarc Chevrier2019-01-221-7/+7
* | | | | | | CMake Nightly Date StampKitware Robot2019-01-281-1/+1
* | | | | | | CMake Nightly Date StampKitware Robot2019-01-271-1/+1
* | | | | | | CMake Nightly Date StampKitware Robot2019-01-261-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge topic 'max-recursion-depth'Brad King2019-01-25103-5/+776
|\ \ \ \ \ \
| * | | | | | cmMakefile: Impose maximum recursion limitKyle Edwards2019-01-23103-5/+776
| | |_|_|/ / | |/| | | |