Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge topic 'autogen_reenable_implicit_include_dirs' | Brad King | 2019-01-29 | 8 | -79/+128 |
|\ | |||||
| * | Autogen: Reenable passing compiler implicit include directories to moc | Sebastian Holtermann | 2019-01-28 | 4 | -8/+14 |
| * | cmLocalGenerator: Refactor `GetIncludeDirectoriesImplicit` method | Sebastian Holtermann | 2019-01-28 | 1 | -45/+51 |
| * | cmLocalGenerator: Simplify `GetIncludeDirectories` | Sebastian Holtermann | 2019-01-28 | 5 | -26/+63 |
* | | CMake Nightly Date Stamp | Kitware Robot | 2019-01-29 | 1 | -1/+1 |
* | | Merge topic 'commit-ref-in-prose' | Brad King | 2019-01-28 | 1 | -5/+14 |
|\ \ | |/ |/| | |||||
| * | Help: prefer commit hashes in commit references | Ben Boeckel | 2019-01-25 | 1 | -5/+14 |
* | | Merge topic 'cmake-gui-s-b' | Brad King | 2019-01-28 | 3 | -12/+57 |
|\ \ | |||||
| * | | QtDialog: Clean up and document -S and -B options | Kyle Edwards | 2019-01-25 | 3 | -12/+57 |
* | | | Merge branch 'release-3.13' | Brad King | 2019-01-28 | 0 | -0/+0 |
|\ \ \ | |||||
| * \ \ | Merge branch 'doxygen-escaping' into release-3.13 | Brad King | 2019-01-28 | 1 | -1/+3 |
| |\ \ \ | |||||
* | \ \ \ | Merge topic 'doxygen-escaping' | Brad King | 2019-01-28 | 1 | -1/+3 |
|\ \ \ \ \ | | |/ / / | |/| | | | |||||
| * | | | | FindDoxygen: Escape backslashes in default values | Craig Scott | 2019-01-26 | 1 | -1/+3 |
* | | | | | Merge topic 'cmake-E-compare_files-eol' | Brad King | 2019-01-28 | 13 | -7/+37 |
|\ \ \ \ \ | |||||
| * | | | | | cmake: Add --ignore-eol option to `-E compare_files` command | Taylor Braun-Jones | 2019-01-28 | 13 | -7/+37 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge topic 'get_filename_component_last_ext' | Brad King | 2019-01-28 | 4 | -1/+15 |
|\ \ \ \ \ | |||||
| * | | | | | Help: Add notes for topic 'get_filename_component_last_ext' | Brad King | 2019-01-28 | 1 | -0/+6 |
| * | | | | | Tests: Add tests for LAST_EXT and NAME_WLE | Tushar Maheshwari | 2019-01-24 | 1 | -1/+3 |
| * | | | | | Help: Add documentation for new get_filename_component components | Tushar Maheshwari | 2019-01-24 | 1 | -0/+2 |
| * | | | | | cmGetFilenameComponentCommand: Add more components | Tushar Maheshwari | 2019-01-24 | 1 | -0/+4 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Merge topic 'implicit-incs-upd' | Brad King | 2019-01-28 | 47 | -19/+1183 |
|\ \ \ \ \ | |||||
| * | | | | | ParseImplicitIncludeInfo: add Fortran implicit include handling | Chuck Cranor | 2019-01-25 | 17 | -12/+449 |
| * | | | | | ParseImplicitIncludeInfo: handle/add SunPro, XL, and -nostdinc test cases | Chuck Cranor | 2019-01-25 | 33 | -13/+740 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge topic 'vs2019' | Brad King | 2019-01-28 | 6 | -10/+2562 |
|\ \ \ \ \ | |||||
| * | | | | | VS: Update for Visual Studio 2019 Preview 2 | Brad King | 2019-01-24 | 4 | -10/+27 |
| * | | | | | VS: Fix `/MANIFESTUAC:` link flag mapping for v142 | Brad King | 2019-01-24 | 1 | -21/+4 |
| * | | | | | VS: Fix support for '/guard:cf' linker flag for v142 | Brad King | 2019-01-24 | 1 | -7/+0 |
| * | | | | | VS: Map the link `/debug` flag for v142 | Brad King | 2019-01-24 | 1 | -10/+18 |
| * | | | | | VS: Fix `/MANIFESTUAC:NO` link flag mapping for v142 | Brad King | 2019-01-24 | 1 | -5/+1 |
| * | | | | | VS: Populate `/permissive` flag table entry for v142 | Brad King | 2019-01-24 | 1 | -1/+8 |
| * | | | | | VS: Populate `/JMC-` flag table entry for v142 | Brad King | 2019-01-24 | 1 | -0/+7 |
| * | | | | | VS: Populate `-Qspectre-` flag table entry for v142 | Brad King | 2019-01-24 | 1 | -6/+6 |
| * | | | | | VS: Populate `/Y-` flag table entry for v142 | Brad King | 2019-01-24 | 1 | -1/+1 |
| * | | | | | VS: Add `-Zc:inline[-]` flag table entry for v142 | Brad King | 2019-01-24 | 1 | -0/+7 |
| * | | | | | VS: Fix `/analyze:log` flag mapping for v142 | Brad King | 2019-01-24 | 1 | -14/+4 |
| * | | | | | VS: Add v142 flag tables for cl and link tools | Brad King | 2019-01-24 | 2 | -0/+2544 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge topic 'png-optimize' | Brad King | 2019-01-28 | 32 | -10/+11 |
|\ \ \ \ \ | |||||
| * | | | | | Reduce size of PNG images | Lucy Phipps | 2019-01-25 | 31 | -10/+10 |
| * | | | | | CPack: Replace corrupted background png with original | Lucy Phipps | 2019-01-25 | 2 | -0/+1 |
* | | | | | | Merge branch 'release-3.13' | Brad King | 2019-01-28 | 0 | -0/+0 |
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | |||||
| * | | | | | Merge branch 'intel-compile-features' into release-3.13 | Brad King | 2019-01-25 | 1 | -1/+1 |
| |\ \ \ \ \ | |||||
* | \ \ \ \ \ | Merge topic 'intel-compile-features' | Brad King | 2019-01-28 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | |||||
| * | | | | | | Intel: Record support for relaxed constexpr by version 18.0.5 | Brad King | 2019-01-25 | 1 | -1/+1 |
| | |_|_|_|/ | |/| | | | | |||||
* | | | | | | Merge topic 'FindPythonInterp-version-fix' | Brad King | 2019-01-28 | 1 | -7/+7 |
|\ \ \ \ \ \ | |||||
| * | | | | | | FindPythonInterp: Do not assume any version if test script fails | Marc Chevrier | 2019-01-22 | 1 | -7/+7 |
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-01-28 | 1 | -1/+1 |
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-01-27 | 1 | -1/+1 |
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-01-26 | 1 | -1/+1 |
| |_|_|_|_|/ |/| | | | | | |||||
* | | | | | | Merge topic 'max-recursion-depth' | Brad King | 2019-01-25 | 103 | -5/+776 |
|\ \ \ \ \ \ | |||||
| * | | | | | | cmMakefile: Impose maximum recursion limit | Kyle Edwards | 2019-01-23 | 103 | -5/+776 |
| | |_|_|/ / | |/| | | | |