summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | VS: Add genex support to VS_SHADER_FLAGSJeremiah van Oosten2021-01-051-1/+8
* | | | | | | Merge topic 'cmake-gui-qt6'Brad King2021-01-075-28/+137
|\ \ \ \ \ \ \
| * | | | | | | cmake-gui: Add a Qt version control variableSankhesh Jhaveri2021-01-051-8/+20
| * | | | | | | cmake-gui: Conditionally switch between QDirModel and QFileSystemModelSankhesh Jhaveri2021-01-051-1/+36
| * | | | | | | cmake-gui: Replace obsolete QDirModel with QFileSystemModelSankhesh Jhaveri2021-01-051-13/+10
| * | | | | | | cmake-gui: Prefer local variable for Qt major versionSankhesh Jhaveri2021-01-051-23/+27
| * | | | | | | cmake-gui: Support installation for both Qt5 and Qt6 pluginsSankhesh Jhaveri2021-01-051-7/+17
| * | | | | | | cmake-gui: Use a consistent Qt major version variable nameSankhesh Jhaveri2021-01-051-20/+19
| * | | | | | | cmake-gui: Remove explicit locale setupSankhesh Jhaveri2021-01-051-4/+0
| * | | | | | | cmake-gui: Support building against Qt6Sankhesh Jhaveri2021-01-053-21/+77
* | | | | | | | Merge topic 'export-target-name-subst'Brad King2021-01-071-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | export: Fix replacement of multiple TARGET_NAME expressionsBrad King2021-01-051-1/+1
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge topic 'ctest-progress-output-fixes'Brad King2021-01-072-4/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | ctest: Make verbose mode override progress behaviorSylvain Joubert2021-01-051-1/+1
| * | | | | | | | ctest: Don't treat skipped test as failed tests in progess reportSylvain Joubert2021-01-051-3/+4
| |/ / / / / / /
* | | | | | | | CMake Nightly Date StampKitware Robot2021-01-071-1/+1
| |_|_|_|/ / / |/| | | | | |
* | | | | | | Merge topic 'explicit-this-fix'Brad King2021-01-06122-2137/+2311
|\ \ \ \ \ \ \
| * | | | | | | Code style: add missed explicit 'this->'Oleksandr Koval2021-01-05122-2137/+2311
| |/ / / / / /
* | | | | | | Merge topic 'depend_make_refine'Brad King2021-01-065-21/+77
|\ \ \ \ \ \ \
| * | | | | | | cmDepends: merge dependers of depend makefileKai Wang2021-01-055-21/+77
* | | | | | | | Merge topic 'update-kwsys'Brad King2021-01-061-5/+63
|\ \ \ \ \ \ \ \
| * | | | | | | | Merge branch 'upstream-KWSys' into update-kwsysBrad King2021-01-051-5/+63
| | |/ / / / / / | |/| | | | | |
* | | | | | | | CMake Nightly Date StampKitware Robot2021-01-061-1/+1
| |_|_|/ / / / |/| | | | | |
* | | | | | | Merge topic 'ninja-omit-empty-custom-command'Brad King2021-01-051-1/+5
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Ninja: Omit custom commands with an empty COMMANDShannon Booth2020-12-231-1/+5
* | | | | | | CMake Nightly Date StampKitware Robot2021-01-051-1/+1
| |_|_|_|/ / |/| | | | |
* | | | | | CMake Nightly Date StampKitware Robot2021-01-041-1/+1
* | | | | | CMake Nightly Date StampKitware Robot2021-01-031-1/+1
* | | | | | CMake Nightly Date StampKitware Robot2021-01-021-1/+1
* | | | | | CMake Nightly Date StampKitware Robot2021-01-011-1/+1
* | | | | | CMake Nightly Date StampKitware Robot2020-12-311-1/+1
* | | | | | CMake Nightly Date StampKitware Robot2020-12-301-1/+1
* | | | | | CMake Nightly Date StampKitware Robot2020-12-291-1/+1
* | | | | | CMake Nightly Date StampKitware Robot2020-12-281-1/+1
| |/ / / / |/| | | |
* | | | | CMake Nightly Date StampKitware Robot2020-12-271-1/+1
* | | | | Merge topic 'makefiles-custom_command-depfile'Marc Chevrier2020-12-2610-77/+225
|\ \ \ \ \
| * | | | | Makefiles: Add support of DEPFILE for add_custom_commandMarc Chevrier2020-12-237-62/+182
| * | | | | cmGccDepfileReader: Add new function ensuring paths are validMarc Chevrier2020-12-233-15/+43
* | | | | | CMake Nightly Date StampKitware Robot2020-12-261-1/+1
* | | | | | CMake Nightly Date StampKitware Robot2020-12-251-1/+1
* | | | | | CMake Nightly Date StampKitware Robot2020-12-241-1/+1
* | | | | | Merge topic 'xcode-inherit-paths'Craig Scott2020-12-242-38/+75
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Xcode: Generalize inheritance of project-level search pathsBrad King2020-12-222-10/+37
| * | | | | cmGlobalXCodeGenerator: Factor out helper to append attributeBrad King2020-12-212-28/+38
* | | | | | CMake Nightly Date StampKitware Robot2020-12-231-1/+1
| |/ / / / |/| | | |
* | | | | Merge topic 'issue-20134'Brad King2020-12-223-2/+11
|\ \ \ \ \
| * | | | | target_include_directories: Support AFTER optionAsit Dhal2020-12-193-2/+11
* | | | | | Merge topic 'issue-15653'Brad King2020-12-225-17/+88
|\ \ \ \ \ \
| * | | | | | file(GENERATE): Support options to manipulate file permissionsAsit Dhal2020-12-215-17/+88
* | | | | | | Merge topic 'create_test_sourcelist-typo'Brad King2020-12-221-1/+1
|\ \ \ \ \ \ \