summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'update-bison-parser'Brad King2021-01-2719-3693/+3998
|\
| * LexerParser: Suppress -Wused-but-marked-unused warning in cmExprParserBrad King2021-01-262-52/+62
| * LexerParser: Clean up includes following include-what-you-useChristoph Grüninger2021-01-259-115/+115
| * LexerParser: Regenerate parser files with GNU Bison 3.7.4Christoph Grüninger2021-01-2514-3666/+3977
| * LexerParser: Manual removing code from Bison is no longer neededChristoph Grüninger2021-01-255-16/+0
| * LexerParser: Do not use GNU Bison's yacc mode, we use Bison extensionsChristoph Grüninger2021-01-255-5/+5
* | Merge topic 'outdir-target-genex'Brad King2021-01-279-4/+91
|\ \
| * | OUTPUT_DIRECTORY: Support tgt genex in output artifact varsAsit Dhal2021-01-269-4/+91
* | | Merge topic 'doc-system-processor'Brad King2021-01-271-4/+9
|\ \ \
| * | | Help: Clarify meaning of CMAKE_SYSTEM_PROCESSORBrad King2021-01-261-4/+9
* | | | Merge topic 'cpack-compression-threads'Brad King2021-01-2713-10/+90
|\ \ \ \
| * | | | CPack: add CPACK_THREADS variable to control compression threadsRodolfo Lima2021-01-2612-9/+83
| * | | | libarchive: Fix lzma_stream_encoder_mt detectionRodolfo Lima2021-01-261-1/+7
| |/ / /
* | | | Merge topic 'ExternalProject-vcs-tests'Brad King2021-01-275-7/+136
|\ \ \ \
| * | | | Tests: Generate simpler ExternalProject sample Git repositoriesBrad King2021-01-255-7/+136
| | |_|/ | |/| |
* | | | Merge topic 'doc-if'Brad King2021-01-271-3/+4
|\ \ \ \
| * | | | Help: Document that if(EXISTS) does not expand ~Michael Hirsch, Ph.D2021-01-261-3/+4
| |/ / /
* | | | CMake Nightly Date StampKitware Robot2021-01-271-1/+1
| |/ / |/| |
* | | Merge topic 'nmc-cache-targets'Brad King2021-01-265-2/+17
|\ \ \
| * | | Ninja Multi-Config: Restore rebuild_cache and edit_cache targetsBrad King2021-01-255-0/+17
| * | | cmNinjaUtilityTargetGenerator: Remove leftover development commentBrad King2021-01-251-2/+0
| |/ /
* | | Merge topic 'cm-optional-warning'Brad King2021-01-261-4/+4
|\ \ \
| * | | cm::optional: Fix `-Wunused-parameter` warnings in comparison operatorsBrad King2021-01-251-4/+4
| |/ /
* | | Merge topic 'irsl-msvc-arm64'Brad King2021-01-261-7/+9
|\ \ \
| * | | IRSL: Add support for non-x86/x64 architectures such as arm64pastdue2021-01-251-7/+9
* | | | Merge topic 'csharp-vs-v142-flags'Brad King2021-01-261-0/+18
|\ \ \ \
| * | | | CSharp: Add 'warnaserror:...' to v142 flag table for VSFrancois Keith2021-01-251-0/+11
| * | | | CSharp: Add 'debug:portable' to v142 flag table for VSFrancois Keith2021-01-251-0/+7
| | |/ / | |/| |
* | | | Merge topic 'update-kwsys'Brad King2021-01-261-1/+4
|\ \ \ \
| * \ \ \ Merge branch 'upstream-KWSys' into update-kwsysBrad King2021-01-251-1/+4
| |\ \ \ \
| | * | | | KWSys 2021-01-25 (10e36d47)KWSys Upstream2021-01-251-1/+4
* | | | | | Merge topic 'reproducible-unity-id'Brad King2021-01-265-11/+55
|\ \ \ \ \ \
| * | | | | | Unity: Generate reproducible unity IDs for anonymous namespacesCraig Scott2021-01-225-11/+55
* | | | | | | CMake Nightly Date StampKitware Robot2021-01-261-1/+1
| |_|_|/ / / |/| | | | |
* | | | | | Merge branch 'release-3.19'Brad King2021-01-250-0/+0
|\ \ \ \ \ \
| * \ \ \ \ \ Merge topic 'doc-multi-config-prop' into release-3.19Brad King2021-01-251-2/+6
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge topic 'doc-multi-config-prop'Brad King2021-01-251-2/+6
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | Help: Add Ninja Multi-Config to list in GENERATOR_IS_MULTI_CONFIGBrad King2021-01-251-2/+6
* | | | | | | | Merge branch 'release-3.19'Brad King2021-01-250-0/+0
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | Merge topic 'intel-fortran-nofor-main' into release-3.19Brad King2021-01-251-1/+1
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge topic 'intel-fortran-nofor-main'Brad King2021-01-251-1/+1
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | Intel: Replace deprecated Fortran flag -nofor_main with -nofor-mainBrad King2021-01-221-1/+1
| |/ / / / / /
* | | | | | | Merge topic 'cpack-deb-shlibdeps-private-search-dirs'Brad King2021-01-2514-5/+271
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | CPackDeb: dpkg-shlibdeps now supports searching for private shared libsDeniz Bahadir2021-01-2214-5/+271
* | | | | | | CMake Nightly Date StampKitware Robot2021-01-251-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge topic 'doc-xcode-attr'Craig Scott2021-01-242-3/+15
|\ \ \ \ \ \
| * | | | | | Help: Document intended purpose of XCODE_ATTRIBUTE_<an-attribute>Brad King2021-01-222-3/+15
* | | | | | | CMake Nightly Date StampKitware Robot2021-01-241-1/+1
* | | | | | | CMake Nightly Date StampKitware Robot2021-01-231-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge topic 'SWIG-dependencies'Brad King2021-01-225-18/+93
|\ \ \ \ \ \