summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* Refactor export file generator intefaceEugene Shalygin2021-07-228-62/+61
* Refactor cmTargetExport removing InterfaceIncludeDirecoriesEugene Shalygin2021-07-225-4/+20
* 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
| * | | Refactor: cmCPackDebGenerator::PackageComponents handle `else` firstAlex Turbov2021-07-131-27/+27
| * | | Refactor: Change return value to bool for private membersAlex Turbov2021-07-132-20/+9
| * | | Refactor: Drop unnecessary `if` before `return`Alex Turbov2021-07-131-8/+2
| * | | Refactor: Drop useless assignments of `retval` before returnAlex Turbov2021-07-131-4/+2
* | | | Merge topic 'link-item-cleanup'Brad King2021-07-142-44/+32
|\ \ \ \
| * | | | cmGeneratorTarget: Clarify logic recognizing explicit link interfaceBrad King2021-07-131-6/+6
| * | | | cmGeneratorTarget: Clarify cmLinkImplItem constructor callBrad King2021-07-131-1/+2
| * | | | cmGeneratorTarget: Clarify ExpandLinkItems local variable roleBrad King2021-07-131-4/+7
| * | | | cmGeneratorTarget: Simplify ExpandLinkItems signatureBrad King2021-07-132-35/+19
| |/ / /
* | | | Merge topic 'doc-cmake-build-signature'Brad King2021-07-141-1/+4
|\ \ \ \ | | |/ / | |/| |
| * | | Help: Clarify 'cmake --build' signature alternativesBrad King2021-07-131-1/+4
* | | | CMake Nightly Date StampKitware Robot2021-07-141-1/+1
| |/ / |/| |
* | | Merge topic 'ctest-environment-modifications'Brad King2021-07-135-3/+151
|\ \ \
| * | | CTest: add an ENVIRONMENT_MODIFICATION propertyBen Boeckel2021-07-095-3/+151
* | | | Merge topic 'state-project-kind'Brad King2021-07-137-51/+42
|\ \ \ \
| * | | | cmake: Model normal and try-compile project kinds explicitlyBrad King2021-07-126-35/+32
| * | | | cmState: Construct with modeBrad King2021-07-124-19/+13
* | | | | Merge topic 'vs-CMAKE_MSVCIDE_RUN_PATH'Brad King2021-07-131-1/+1
|\ \ \ \ \
| * | | | | VS: Always enable CMAKE_MSVCIDE_RUN_PATHAsit Dhal2021-07-121-1/+1