summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* Makefile dependencies: ensure long paths are used on WindowsMarc Chevrier2021-01-095-24/+44
* 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
* | | | 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-073-2/+3
|\ \ \ \ \
| * | | | | CMAKE_EXPORT_COMPILE_COMMANDS: allow configuration per targetShannon Booth2021-01-053-2/+3
* | | | | | Merge topic 'vs_shader_flags-generator-expressions'Brad King2021-01-071-1/+8
|\ \ \ \ \ \
| * | | | | | 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
| |/ / / / / / /