summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* list(REMOVE_ITEM): Make removal of an empty item a no-op.Asit Dhal2021-01-124-5/+11
* Merge topic 'reword_MSVC_documentation'Brad King2021-01-081-3/+2
|\
| * Help: Reword the MSVC variable documentation focusing on cl.exe compatibilityThomas Bernard2021-01-071-3/+2
* | Merge topic 'Help-guide-import-export-dest'Brad King2021-01-081-3/+3
|\ \
| * | Help/guide: fix importing-exporting CMake install destinationsBen Boeckel2021-01-071-3/+3
* | | Merge branch 'release-3.19'Brad King2021-01-080-0/+0
|\ \ \
| * \ \ Merge topic 'rel-macos-modern' into release-3.19Brad King2021-01-0813-29/+200
| |\ \ \
* | \ \ \ Merge topic 'rel-macos-modern'Brad King2021-01-0813-29/+211
|\ \ \ \ \
| * | | | | gitlab-ci: add a job to upload macOS 10.10 binariesBrad King2021-01-071-0/+11
| * | | | | Merge branch 'backport-rel-macos-modern' into rel-macos-modernBrad King2021-01-0712-29/+197
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | ci: build separate macOS packages for macOS 10.13+ and macOS 10.10+Brad King2021-01-079-28/+69
| | * | | | Utilities/Release: Add script to build Qt 5.15.2 macOS universal binariesBrad King2021-01-071-0/+125
| | * | | | Utilities/Release: Fix macOS Qt 5.9 build script umaskBrad King2021-01-071-0/+2
| | * | | | cmake-gui: Fix macOS styling for binaries distributed with Qt 5.10+Brad King2021-01-071-0/+3
| | * | | | gitlab-ci: update upload jobs to go to cmake.orgBrad King2021-01-071-1/+1
| * | | | | 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 branch 'release-3.19'Brad King2021-01-080-0/+0
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge topic 'xcode-object-ids' into release-3.19Brad King2021-01-089-40/+85
| |\ \ \ \ | | |_|/ / | |/| | |
* | | | | Merge topic 'xcode-object-ids'Brad King2021-01-089-40/+85
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Xcode: Use deterministic object ids for script build phasesBrad King2021-01-065-10/+40
| * | | | 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-0713-75/+309
|\ \ \
| * | | ninja: add experimental infrastructure to generate gcc-format modmap filesBen Boeckel2021-01-052-1/+44
| * | | 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-057-22/+150
| * | | cmNinjaTargetGenerator: use $OBJ_FILE for the objectBen Boeckel2021-01-051-1/+1
| * | | Treat the '.mpp' file extension as C++ codeBen Boeckel2021-01-054-7/+9
| * | | 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-078-12/+145
|\ \ \ \
| * | | | AutoMoc: Re-run after adding Q_OBJECT macroJoerg Bornemann2021-01-061-1/+25
| * | | | Add a failing test case for #21620Joerg Bornemann2021-01-066-2/+61
| * | | | Extend QtAutogen/RerunMocJoerg Bornemann2021-01-062-0/+32
| * | | | Do not use try_compile in RerunMocBasic testJoerg Bornemann2021-01-061-10/+28
| | |_|/ | |/| |
* | | | Merge topic 'use_common_command_line_argument_parser'Brad King2021-01-073-298/+404
|\ \ \ \
| * | | | cmake: --install now uses cmCommandLineArgumentRobert Maynard2021-01-061-54/+51
| * | | | cmake: --build now uses cmCommandLineArgumentRobert Maynard2021-01-061-83/+95
| * | | | cmCommandLineArgument now supports OneOrMore argument typeRobert Maynard2021-01-061-0/+18
| * | | | cmCommandLineArgument supports ZeroOrOne argumentsRobert Maynard2021-01-061-2/+10
| * | | | cmake: Use shared parsing code for all cmake argv parsingRobert Maynard2021-01-063-164/+235
* | | | | Merge topic 'export-compile-commands-per-target'Brad King2021-01-0712-3/+90
|\ \ \ \ \