summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* Refactor: Make `IncrementArguments()` the free functionAlex Turbov2021-07-262-25/+22
* Refactor: Turn the innter `while` loop in `HandleLevelN()` into `for`Alex Turbov2021-07-261-30/+10
* Refactor: Turn `reducible` flag into booleanAlex Turbov2021-07-262-18/+18
* Refactor: Use `cm::string_view` for static const literalsAlex Turbov2021-07-262-47/+50
* Refactor: Opt-out `if` stataments to select 1st paramAlex Turbov2021-07-261-18/+10
* Refactor: Add constnessAlex Turbov2021-07-261-10/+10
* Refactor: Use anonymous namespace instead of `static` keyword for constsAlex Turbov2021-07-261-32/+34
* Merge topic 'refactor-target-export'Brad King2021-07-2612-66/+81
|\
| * Refactor export file generator intefaceEugene Shalygin2021-07-228-62/+61
| * Refactor cmTargetExport removing InterfaceIncludeDirecoriesEugene Shalygin2021-07-225-4/+20
* | Merge topic 'autouic-header-depends'Brad King2021-07-2610-81/+119
|\ \
| * | AUTOUIC: Fix generating of dependency rules for UI header filesAlexey Edelev2021-07-2310-81/+119
| * | Merge topic 'message-color' into release-3.21Brad King2021-07-211-0/+11
| |\ \
| * \ \ Merge topic 'toolchain-CMP0126' into release-3.21Brad King2021-07-211-0/+7
| |\ \ \
* | | | | CMake Nightly Date StampKitware Robot2021-07-261-1/+1
* | | | | CMake Nightly Date StampKitware Robot2021-07-251-1/+1
* | | | | CMake Nightly Date StampKitware Robot2021-07-241-1/+1
* | | | | Merge topic 'nmc-target-objects'Brad King2021-07-231-4/+5
|\ \ \ \ \
| * | | | | Ninja Multi-Config: Restore TARGET_OBJECTS support in cross-configsBrad King2021-07-211-1/+1
| * | | | | cmGeneratorExpressionNode: Factor out local variable for global generatorBrad King2021-07-201-3/+4
| |/ / / /
* | | | | CMake Nightly Date StampKitware Robot2021-07-231-1/+1
| |_|_|/ |/| | |
* | | | CMake Nightly Date StampKitware Robot2021-07-221-1/+1
* | | | Merge topic 'message-color'Brad King2021-07-211-0/+11
|\ \ \ \ | | |_|/ | |/| |
| * | | cmMessenger: Revert to non-color messages on WindowsBrad King2021-07-201-0/+11
| |/ /
* | | Merge topic 'toolchain-CMP0126'Brad King2021-07-211-0/+7
|\ \ \ | | |/ | |/|
| * | try_compile: Propagate CMP0126 to the generated test projectBrad King2021-07-201-0/+7
* | | CMake Nightly Date StampKitware Robot2021-07-211-1/+1
* | | Merge topic 'find_library_usable_from_script_mode'Brad King2021-07-201-4/+31
|\ \ \
| * | | find_library: Infer library prefix and suffix when in script modeRobert Maynard2021-07-191-4/+31
* | | | Merge topic 'autogen-ui-header-depends'Brad King2021-07-201-6/+14
|\ \ \ \ | | |_|/ | |/| |
| * | | AUTOUIC: Fix cyclic dependency between generated UI headers and timestampAlexey Edelev2021-07-191-6/+14
| | |/ | |/|
| * | Merge topic 'cmake-presets-no-binary-dir-no-s' into release-3.21Brad King2021-07-191-4/+6
| |\ \
* | | | CMake Nightly Date StampKitware Robot2021-07-201-1/+1
* | | | Merge topic 'cmake-presets-no-binary-dir-no-s'Brad King2021-07-191-4/+6
|\ \ \ \ | | |/ / | |/| |
| * | | CMakePresets.json: Fix expansion issue with empty binaryDirKyle Edwards2021-07-161-4/+6
* | | | Merge topic 'vs2022'Brad King2021-07-191-2/+1
|\ \ \ \ | | |/ / | |/| |
| * | | VS: Update Visual Studio 17 2022 generator for Preview 2Brad King2021-07-151-2/+1
| |/ /
| * | CMake 3.21.0v3.21.0Brad King2021-07-141-1/+1
* | | CMake Nightly Date StampKitware Robot2021-07-191-1/+1
* | | CMake Nightly Date StampKitware Robot2021-07-181-1/+1
* | | CMake Nightly Date StampKitware Robot2021-07-171-1/+1
* | | CMake Nightly Date StampKitware Robot2021-07-161-1/+1
* | | CMake Nightly Date StampKitware Robot2021-07-151-1/+1
* | | Merge topic 'cpack-deb-debuginfo'Brad King2021-07-142-180/+156
|\ \ \
| * | | Refactor: Drop redundand `std::endl` calls in the middle of outputAlex Turbov2021-07-131-36/+52
| * | | Refactor: Use `cmStrToLong` instead of `std::strtol`Alex Turbov2021-07-131-18/+17
| * | | Refactor: Avoid duplicate calls to `GetOption("GEN_DBGSYMDIR")`Alex Turbov2021-07-131-9/+11
| * | | Refactor: Deduplicate code of `createDebPackages()`Alex Turbov2021-07-131-22/+19
| * | | CPack/DEB: dbgsym package not generated for non-component packagingAlex Turbov2021-07-132-45/+37
| * | | Refactor: Extract packaged files finder into a functionAlex Turbov2021-07-131-45/+34