summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'fileapi-toolchains'Brad King2021-01-145-0/+233
|\
| * cmFileAPI: Add "toolchains" object kind.Ben McMorran2021-01-125-0/+233
* | Merge topic 'install-FILES-rename-genex'Brad King2021-01-142-2/+13
|\ \
| * | install(files): Support genex in rename optionAsit Dhal2021-01-132-2/+13
* | | CMake Nightly Date StampKitware Robot2021-01-141-1/+1
* | | Merge topic 'issue-21663'Brad King2021-01-131-3/+4
|\ \ \
| * | | list(REMOVE_ITEM): Make removal of an empty item a no-op.Asit Dhal2021-01-121-3/+4
* | | | Merge topic 'depend_make_refine'Brad King2021-01-131-0/+2
|\ \ \ \
| * | | | cmDepends: disable long line dependencies for nmakeKai Wang2021-01-111-0/+2
* | | | | CMake Nightly Date StampKitware Robot2021-01-131-1/+1
| |_|/ / |/| | |
* | | | Merge topic 'ninja-multi-config-post-build'Brad King2021-01-123-15/+21
|\ \ \ \
| * | | | Ninja Multi-Config: Run POST_BUILD when BYPRODUCTS don't overlapKyle Edwards2021-01-073-15/+21
| | |_|/ | |/| |
* | | | Merge topic 'trace_expand_bracket'Brad King2021-01-121-1/+1
|\ \ \ \
| * | | | cmMakefile: Don't expand bracket arguments in --trace-expandRaul Tambre2021-01-111-1/+1
* | | | | Merge topic 'cmake-gui-qrc-fix'Brad King2021-01-121-2/+3
|\ \ \ \ \
| * \ \ \ \ Merge branch 'master' into cmake-gui-qrc-fixKyle Edwards2021-01-11228-8437/+8670
| |\ \ \ \ \
| * | | | | | cmake-gui: Restore linking of Qt resourcesKyle Edwards2021-01-111-2/+3
| | |/ / / / | |/| | | |
| * | | | | Merge topic 'rel-macos-modern' into release-3.19Brad King2021-01-081-0/+3
| |\ \ \ \ \
| | * | | | | cmake-gui: Fix macOS styling for binaries distributed with Qt 5.10+Brad King2021-01-071-0/+3
* | | | | | | CMake Nightly Date StampKitware Robot2021-01-121-1/+1
| |_|/ / / / |/| | | | |
* | | | | | Merge topic 'makefiles-compiler-deps'Brad King2021-01-116-48/+83
|\ \ \ \ \ \
| * | | | | | Makefiles: ensure transparent switch between dependencies strategiesMarc Chevrier2021-01-091-24/+39
| * | | | | | Makefile dependencies: ensure long paths are used on WindowsMarc Chevrier2021-01-095-24/+44
* | | | | | | CMake Nightly Date StampKitware Robot2021-01-111-1/+1
| |_|_|_|/ / |/| | | | |
* | | | | | CMake Nightly Date StampKitware Robot2021-01-101-1/+1
|/ / / / /
* | | | | CMake Nightly Date StampKitware Robot2021-01-091-1/+1
| |_|_|/ |/| | |
* | | | Merge topic 'rel-macos-modern'Brad King2021-01-081-0/+3
|\ \ \ \
| * | | | cmake-gui: Fix macOS styling for binaries distributed with Qt 5.10+Brad King2021-01-071-0/+3
* | | | | Merge topic 'cmake-gui-qt6'Brad King2021-01-081-5/+14
|\ \ \ \ \ | |/ / / /
| * | | | cmake-gui: Restore minimal plugin installation for Qt5Brad King2021-01-071-2/+12
| * | | | cmake-gui: Restore exclusion of static plugin installationBrad King2021-01-071-1/+2
| * | | | cmake-gui: Restore installation of Qt plugin dependenciesBrad King2021-01-071-1/+1
| * | | | cmake-gui: Remove outdated FIXME comment about plugin installationBrad King2021-01-071-2/+0
| * | | | cmake-gui: Fix CMake_QT_MAJOR_VERSION string comparisonBrad King2021-01-071-1/+1
* | | | | Merge topic 'xcode-object-ids'Brad King2021-01-086-40/+59
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Xcode: Use deterministic object ids for script build phasesBrad King2021-01-062-10/+14
| * | | | cmGlobalXCodeGenerator: Add infrastructure for deterministic object idsBrad King2021-01-062-15/+28
| * | | | cmGlobalXCodeGenerator: Adopt pbxproj object id generationBrad King2021-01-066-28/+30
| | |/ / | |/| |
* | | | CMake Nightly Date StampKitware Robot2021-01-081-1/+1
| |/ / |/| |
* | | Merge topic 'cpp-modules'Brad King2021-01-0711-73/+247
|\ \ \
| * | | ninja: add experimental infrastructure to generate gcc-format modmap filesBen Boeckel2021-01-051-1/+24
| * | | ninja: add experimental infrastructure to generate modmap files with dyndepBen Boeckel2021-01-053-15/+74
| * | | ninja: Add experimental infrastructure for C++20 module dependency scanningBrad King2021-01-056-21/+109
| * | | cmNinjaTargetGenerator: use $OBJ_FILE for the objectBen Boeckel2021-01-051-1/+1
| * | | Treat the '.mpp' file extension as C++ codeBen Boeckel2021-01-053-6/+8
| * | | cmScanDepFormat: Fix name of our internal tool in parse errorsBrad King2021-01-051-13/+11
| * | | ninja: De-duplicate version numbers required for ninja featuresBrad King2021-01-051-2/+5
| * | | cmStandardLevelResolver: Factor out helper to capture stoi exceptionsBrad King2021-01-051-15/+16
* | | | Merge topic 'fix-21620'Brad King2021-01-071-1/+25
|\ \ \ \
| * | | | AutoMoc: Re-run after adding Q_OBJECT macroJoerg Bornemann2021-01-061-1/+25
| | |_|/ | |/| |