Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | Merge topic 'cmake-presets-include-outside-project-dir' | Brad King | 2022-01-20 | 3 | -29/+0 | |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||||
| * | | | | | | | CMakePresets: Allow files included from CMakePresets.json to be anywhere | Kyle Edwards | 2022-01-19 | 3 | -29/+0 | |
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2022-01-20 | 1 | -1/+1 | |
| |_|/ / / / / |/| | | | | | | ||||||
* | | | | | | | Merge topic 'cpack-dmg-sla' | Brad King | 2022-01-19 | 1 | -3/+7 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | CPack/DMG: Add explicit option to use CPACK_RESOURCE_FILE_LICENSE for SLA | Brad King | 2022-01-18 | 1 | -3/+7 | |
* | | | | | | | | Merge topic 'define-property-optional-args' | Brad King | 2022-01-19 | 2 | -44/+25 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | define_property(): Make BRIEF_DOCS and FULL_DOCS optional | Kyle Edwards | 2022-01-18 | 2 | -13/+5 | |
| * | | | | | | | | cmDefinePropertyCommand: Refactor to use cmArgumentParser | Kyle Edwards | 2022-01-18 | 1 | -32/+21 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge topic 'handle_multiple_source_dirs' | Brad King | 2022-01-19 | 1 | -28/+26 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | CMake: `-S` paths preferred over other provided paths | Robert Maynard | 2022-01-18 | 1 | -28/+26 | |
| | |/ / / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge topic 'depfile-parsing-update' | Brad King | 2022-01-19 | 6 | -84/+115 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | add_custom_command(DEPFILE): ensure all dependencies are taken into account | Marc Chevrier | 2022-01-16 | 3 | -30/+36 | |
| * | | | | | | | | Depfile parsing: enhance compatibility with GNU Make | Marc Chevrier | 2022-01-16 | 3 | -54/+79 | |
* | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2022-01-19 | 1 | -1/+1 | |
| |_|/ / / / / / |/| | | | | | | | ||||||
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2022-01-18 | 1 | -1/+1 | |
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2022-01-17 | 1 | -1/+1 | |
|/ / / / / / / | ||||||
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2022-01-16 | 1 | -1/+1 | |
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2022-01-15 | 1 | -1/+1 | |
|/ / / / / / | ||||||
* | | | | | | Merge topic 'fix_file_offset' | Brad King | 2022-01-14 | 1 | -14/+9 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | file: Fix types of the OFFSET and LIMIT arguments | Alexey Edelev | 2022-01-13 | 1 | -14/+9 | |
| |/ / / / / | ||||||
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2022-01-14 | 1 | -1/+1 | |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2022-01-13 | 1 | -1/+1 | |
|/ / / / / | ||||||
* | | | | | Merge topic 'better_error_message_on_unsupported_language_level' | Brad King | 2022-01-12 | 1 | -2/+6 | |
|\ \ \ \ \ | ||||||
| * | | | | | cmStandardLevelResolver: Better error message on unsupported language level | Robert Maynard | 2022-01-11 | 1 | -2/+6 | |
* | | | | | | Merge topic 'file-READ_ELF-capture-error' | Brad King | 2022-01-12 | 1 | -3/+8 | |
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | | ||||||
| * | | | | | file: Restore error capture in undocumented READ_ELF mode | Brad King | 2022-01-11 | 1 | -3/+8 | |
| * | | | | | CMake 3.22.1v3.22.1 | Brad King | 2021-12-07 | 1 | -1/+1 | |
* | | | | | | Merge topic 'update-kwsys' | Brad King | 2022-01-12 | 5 | -25/+27 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | cmFileCommand: Update for new signature of GetLineFromStream | Brad King | 2022-01-11 | 1 | -6/+4 | |
| * | | | | | | Merge branch 'upstream-KWSys' into update-kwsys | Brad King | 2022-01-11 | 4 | -19/+23 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2022-01-12 | 1 | -1/+1 | |
|/ / / / / | ||||||
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2022-01-11 | 1 | -1/+1 | |
* | | | | | Merge topic 'cmake-presets-include' | Brad King | 2022-01-10 | 18 | -1326/+1697 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| * | | | | CMakePresets: Add include field | Kyle Edwards | 2022-01-07 | 3 | -3/+66 | |
| * | | | | Refactor: Generalize file graph in CMakePresets | Kyle Edwards | 2022-01-07 | 3 | -28/+111 | |
| * | | | | Refactor: Split JSON processing into configure, build, and test presets | Kyle Edwards | 2022-01-06 | 6 | -599/+821 | |
| * | | | | Refactor: Rename cmCMakePresetsFile to cmCMakePresetsGraph | Kyle Edwards | 2022-01-06 | 13 | -221/+224 | |
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2022-01-10 | 1 | -1/+1 | |
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2022-01-09 | 1 | -1/+1 | |
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2022-01-08 | 1 | -1/+1 | |
* | | | | | Merge topic 'refactor_vsproject_type' | Brad King | 2022-01-07 | 7 | -47/+55 | |
|\ \ \ \ \ | ||||||
| * | | | | | Consolidate usage of VsProjectType | Sumit Bhardwaj | 2021-12-23 | 4 | -42/+41 | |
| * | | | | | Refactor VsProjectType to its own header | Sumit Bhardwaj | 2021-12-23 | 3 | -5/+14 | |
* | | | | | | Merge topic 'cpack-pkg-domains' | Brad King | 2022-01-07 | 2 | -1/+40 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | CPack/productbuild: add options to control domains element | David Wosk | 2022-01-06 | 2 | -1/+40 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2022-01-07 | 1 | -1/+1 | |
|/ / / / / | ||||||
* | | | | | Merge topic 'xcode-framework-system-includes' | Brad King | 2022-01-06 | 1 | -1/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | Xcode: Properly identify frameworks with system includes | Gregor Jasny | 2021-12-22 | 1 | -1/+1 | |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2022-01-06 | 1 | -1/+1 | |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2022-01-05 | 1 | -1/+1 | |