Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | Merge topic 'cpack-dmg-sla' | Brad King | 2022-01-19 | 9 | -0/+53 | |
|\ \ \ \ \ | ||||||
| * | | | | | CPack/DMG: Add explicit option to use CPACK_RESOURCE_FILE_LICENSE for SLA | Brad King | 2022-01-18 | 5 | -0/+22 | |
| * | | | | | Tests: Add CPack/DMG case covering SLA from CPACK_RESOURCE_FILE_LICENSE | Brad King | 2022-01-18 | 5 | -0/+31 | |
* | | | | | | Merge topic 'define-property-optional-args' | Brad King | 2022-01-19 | 4 | -0/+33 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | define_property(): Make BRIEF_DOCS and FULL_DOCS optional | Kyle Edwards | 2022-01-18 | 4 | -0/+33 | |
| |/ / / / / | ||||||
* | | | | | | Merge topic 'handle_multiple_source_dirs' | Brad King | 2022-01-19 | 1 | -0/+13 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Add tests that showcase cmake -S limitations | Robert Maynard | 2022-01-18 | 1 | -0/+13 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | Merge topic 'depfile-parsing-update' | Brad King | 2022-01-19 | 4 | -0/+19 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| * | | | | | Depfile parsing: enhance compatibility with GNU Make | Marc Chevrier | 2022-01-16 | 4 | -0/+19 | |
| |/ / / / | ||||||
* | | | | | Merge topic 'CheckLinkerFlag-update-implementation' | Brad King | 2022-01-18 | 2 | -2/+2 | |
|\ \ \ \ \ | ||||||
| * | | | | | internal/CheckCompilerFlag: rely on common configuration | Marc Chevrier | 2022-01-14 | 2 | -2/+2 | |
* | | | | | | Merge topic 'find_library-clean-env' | Brad King | 2022-01-18 | 3 | -0/+9 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| * | | | | | Tests: Avoid interference from environment in RunCMake.find_library | William R. Dieter | 2022-01-14 | 3 | -0/+9 | |
* | | | | | | Help: Document formatting of DEPRECATION target property | Brad King | 2022-01-13 | 2 | -2/+9 | |
|/ / / / / | ||||||
* | | | | | Merge topic 'vs2022-v143-link-guard-cf' | Brad King | 2022-01-13 | 3 | -0/+48 | |
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| | | ||||||
| * | | | VS: Remove the '/guard:cf' flag from v143 link flag table | Benjamin Sluis | 2022-01-12 | 3 | -0/+48 | |
* | | | | Merge topic 'better_error_message_on_unsupported_language_level' | Brad King | 2022-01-12 | 8 | -12/+8 | |
|\ \ \ \ | ||||||
| * | | | | cmStandardLevelResolver: Better error message on unsupported language level | Robert Maynard | 2022-01-11 | 8 | -12/+8 | |
* | | | | | Merge topic 'file-READ_ELF-capture-error' | Brad King | 2022-01-12 | 2 | -2/+21 | |
|\ \ \ \ \ | | |_|_|/ | |/| | | | ||||||
| * | | | | file: Restore error capture in undocumented READ_ELF mode | Brad King | 2022-01-11 | 2 | -2/+21 | |
* | | | | | GoogleTest: Add handling for square brackets in test names | Evgeniy Shcherbina | 2022-01-11 | 3 | -3/+39 | |
* | | | | | GoogleTest: Generalize test samples | Evgeniy Shcherbina | 2022-01-11 | 5 | -135/+135 | |
| |_|_|/ |/| | | | ||||||
* | | | | Merge topic 'cmake-presets-include' | Brad King | 2022-01-10 | 36 | -1/+232 | |
|\ \ \ \ | |_|/ / |/| | | | ||||||
| * | | | CMakePresets: Add include field | Kyle Edwards | 2022-01-07 | 35 | -0/+231 | |
| * | | | Refactor: Generalize file graph in CMakePresets | Kyle Edwards | 2022-01-07 | 1 | -1/+1 | |
* | | | | Merge topic 'GoogleTest-dots' | Brad King | 2022-01-07 | 8 | -89/+170 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | GoogleTest: Fix regex matching all dots in the suite name | Francesco Guastella | 2022-01-07 | 8 | -89/+170 | |
* | | | | Merge topic 'xcode-framework-system-includes' | Brad King | 2022-01-06 | 5 | -0/+33 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Xcode: Properly identify frameworks with system includes | Gregor Jasny | 2021-12-22 | 5 | -0/+33 | |
* | | | | Merge topic 'vs-csharp-dotnet-sdk' | Brad King | 2021-12-22 | 14 | -0/+170 | |
|\ \ \ \ | ||||||
| * | | | | VS: Add DOTNET_SDK property to generate SDK-style C# projects | Sumit Bhardwaj | 2021-12-21 | 14 | -0/+170 | |
* | | | | | Merge topic 'doc-list-non-existent' | Brad King | 2021-12-22 | 2 | -0/+48 | |
|\ \ \ \ \ | ||||||
| * | | | | | Tests: add tests to check claims in the documentation | Adriaan de Groot | 2021-12-21 | 2 | -0/+48 | |
* | | | | | | Merge topic 'link-only-targets' | Brad King | 2021-12-22 | 26 | -1/+107 | |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||||
| * | | | | | target_link_libraries: Optionally require only target names | Brad King | 2021-12-20 | 6 | -0/+106 | |
| * | | | | | Tests: Rename RunCMake.{CMP0028 => LinkItemValidation} | Brad King | 2021-12-20 | 22 | -1/+1 | |
| |/ / / / | ||||||
* | | | | | FindGLUT: Provide modern-named GLUT_INCLUDE_DIRS result variable | Brad King | 2021-12-20 | 1 | -1/+1 | |
|/ / / / | ||||||
* | | | | Merge topic 'improve-CMP0028-messages' | Brad King | 2021-12-20 | 6 | -34/+76 | |
|\ \ \ \ | ||||||
| * | | | | CMP0028: Report the target whose link interface has an offending item | Brad King | 2021-12-16 | 6 | -23/+65 | |
| * | | | | CMP0028: Report backtrace to link item rather than target creation | Brad King | 2021-12-16 | 6 | -13/+13 | |
* | | | | | Merge topic 'FindGLUT-include-dirs' | Brad King | 2021-12-20 | 1 | -1/+1 | |
|\ \ \ \ \ | | |_|/ / | |/| | | | ||||||
| * | | | | FindGLUT: Provide legacy GLUT_INCLUDE_DIR result in pkg-config code path | Brad King | 2021-12-17 | 1 | -1/+1 | |
* | | | | | Merge topic 'test-vsnormal-allow-intel' | Brad King | 2021-12-20 | 1 | -1/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | Tests: In RunCMake.GeneratorToolset accept Intel platform toolsets | William R. Dieter | 2021-12-17 | 1 | -1/+1 | |
| | |/ / / | |/| | | | ||||||
* | | | | | Merge topic 'filter-debug-find' | Brad King | 2021-12-17 | 31 | -0/+427 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | cmake: Add filtered debug-find options | John Parent | 2021-12-17 | 31 | -0/+427 | |
| | |/ / | |/| | | ||||||
* | | | | Merge topic 'link-interface-backtrace' | Brad King | 2021-12-16 | 3 | -3/+9 | |
|\ \ \ \ | ||||||
| * | | | | cmGeneratorTarget: Propagate backtraces from INTERFACE_LINK_LIBRARIES | Brad King | 2021-12-15 | 3 | -3/+9 | |
| |/ / / | ||||||
* | | | | Merge topic 'msvc_cuda_propagate_defines_to_ptx' | Brad King | 2021-12-16 | 3 | -0/+8 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | CUDA: Visual Studio Generator propagates definitions for PTX files | unknown | 2021-12-14 | 3 | -0/+8 | |