Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Restore honoring CMAKE_GENERATOR_INSTANCE in toolchain file | Brad King | 2021-10-20 | 4 | -33/+1 |
* | cmake_host_system_information: Add undocumented VS_MSBUILD_COMMAND key | Brad King | 2021-10-20 | 1 | -0/+7 |
* | cmGlobalVisualStudio10Generator: Add method to find MSBuild early | Brad King | 2021-10-20 | 4 | -0/+21 |
* | cmGlobalGenerator: Add method to check if generator is at least VS 10 | Brad King | 2021-10-20 | 2 | -0/+4 |
* | cmGlobalVisualStudioVersionedGenerator: Allow repeating SetGeneratorInstance | Brad King | 2021-10-20 | 2 | -0/+9 |
* | cmGlobalVisualStudio10Generator: Allow subclasses to reset MSBuild search | Brad King | 2021-10-20 | 2 | -2/+1 |
* | Merge topic 'fix-ifdef-windows' into release-3.22 | Brad King | 2021-10-18 | 4 | -4/+4 |
|\ | |||||
| * | Source: Fix typo in _WIN32 preprocessor checks | Brad King | 2021-10-15 | 4 | -4/+4 |
| * | CMake 3.19.8v3.19.8 | Brad King | 2021-04-06 | 1 | -1/+1 |
* | | CMake 3.22.0-rc1v3.22.0-rc1 | Brad King | 2021-10-14 | 1 | -1/+1 |
* | | cmBinUtilsMacOSMachOLinker: improve performance by memoizing otool calls | Seth R Johnson | 2021-10-12 | 2 | -9/+43 |
* | | cmFileCommand: improve error message | Seth R Johnson | 2021-10-12 | 1 | -3/+6 |
* | | Begin 3.22 release versioning | Brad King | 2021-10-08 | 1 | -3/+3 |
* | | CMake Nightly Date Stamp | Kitware Robot | 2021-10-08 | 1 | -1/+1 |
* | | CMake Nightly Date Stamp | Kitware Robot | 2021-10-07 | 1 | -1/+1 |
* | | Merge topic 'bootstrap-qt6' | Brad King | 2021-10-06 | 1 | -2/+2 |
|\ \ | |||||
| * | | bootstrap: Enable cmake_language command to support cmake-gui with Qt 6.2 | Brad King | 2021-10-05 | 1 | -2/+2 |
* | | | Merge topic 'Wunused-but-set-variable' | Brad King | 2021-10-06 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | CPack/OSXX11: Fix Clang 13 Wunused-but-set-variable | Sean McBride | 2021-10-05 | 1 | -1/+1 |
* | | | | Merge topic 'uic-options-merge-qt6' | Craig Scott | 2021-10-06 | 3 | -9/+10 |
|\ \ \ \ | |||||
| * | | | | AUTOUIC: Fix merging of --blah options not being detected for Qt6 | Craig Scott | 2021-10-05 | 3 | -9/+10 |
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2021-10-06 | 1 | -1/+1 |
* | | | | | Merge topic 'runpath-install' | Brad King | 2021-10-05 | 1 | -22/+43 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | cmInstallTargetGenerator: optimize rpath adjustments | Seth R Johnson | 2021-09-30 | 1 | -22/+43 |
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2021-10-05 | 1 | -1/+1 |
* | | | | | Merge topic 'default_extensions' | Brad King | 2021-10-04 | 2 | -16/+76 |
|\ \ \ \ \ | |||||
| * | | | | | cmStandardLevelResolver: Avoid unnecessary flags, fix unset level logic | Raul Tambre | 2021-09-29 | 2 | -16/+76 |
* | | | | | | Merge topic 'e2k_support' | Brad King | 2021-10-04 | 1 | -5/+4 |
|\ \ \ \ \ \ | |||||
| * | | | | | | cmMakefile: Fix compilation on EDG-based compilers such as LCC | makise-homura | 2021-10-01 | 1 | -5/+4 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2021-10-04 | 1 | -1/+1 |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2021-10-03 | 1 | -1/+1 |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2021-10-02 | 1 | -1/+1 |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2021-10-01 | 1 | -1/+1 |
|/ / / / / | |||||
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2021-09-30 | 1 | -1/+1 |
* | | | | | Merge topic 'clang-warnings' | Brad King | 2021-09-29 | 39 | -41/+94 |
|\ \ \ \ \ | |||||
| * | | | | | Source: Fix clang -Wimplicit-fallthrough warnings | Sean McBride | 2021-09-28 | 27 | -22/+67 |
| * | | | | | Source: Fix clang -Wextra-semi warnings | Sean McBride | 2021-09-28 | 13 | -19/+27 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge topic 'xcode-dead-code' | Brad King | 2021-09-29 | 1 | -3/+0 |
|\ \ \ \ \ | |||||
| * | | | | | cmGlobalXCodeGenerator: Remove dead buildsystem version check | Brad King | 2021-09-28 | 1 | -3/+0 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge topic 'xcode-generation-support-inl-files' | Brad King | 2021-09-29 | 1 | -1/+1 |
|\ \ \ \ \ | |||||
| * | | | | | Xcode: Treat .inl files as C++ header files | Jake Turner | 2021-09-28 | 1 | -1/+1 |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2021-09-29 | 1 | -1/+1 |
| |/ / / / |/| | | | | |||||
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2021-09-28 | 1 | -1/+1 |
* | | | | | Merge topic 'autogen-dep-on-imported-implib-only-target' | Brad King | 2021-09-27 | 1 | -1/+10 |
|\ \ \ \ \ | | |_|/ / | |/| | | | |||||
| * | | | | cmQtAutoGenInitializer: support IMPLIB-only imported targets | Ben Boeckel | 2021-09-24 | 1 | -1/+10 |
| * | | | | CMake 3.21.3v3.21.3 | Brad King | 2021-09-20 | 1 | -1/+1 |
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2021-09-27 | 1 | -1/+1 |
| |/ / / |/| | | | |||||
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2021-09-26 | 1 | -1/+1 |
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2021-09-25 | 1 | -1/+1 |
| |/ / |/| | | |||||
* | | | CMake Nightly Date Stamp | Kitware Robot | 2021-09-24 | 1 | -1/+1 |