| Commit message (Expand) | Author | Age | Files | Lines |
* | clang-tidy: fix `readability-qualified-auto` warnings | Ben Boeckel | 2021-01-27 | 1 | -1/+1 |
|
|
* | export: Fix replacement of multiple TARGET_NAME expressions | Brad King | 2021-01-05 | 1 | -1/+1 |
|
|
* | export: Increase maximum policy version in exported files to 3.18 | Brad King | 2020-10-13 | 1 | -2/+2 |
|
|
* | install(EXPORT): Fix exporting target w/ source named using CONFIG genex | Deniz Bahadir | 2020-09-22 | 1 | -3/+1 |
|
|
* | cmMakefile: Refactor API to better handle empty config values | Robert Maynard | 2020-07-03 | 1 | -2/+3 |
|
|
* | Single location for cmProp typedef | Vitaly Stakhovsky | 2020-06-01 | 1 | -0/+1 |
|
|
* | Export: Specify a policy range in exported files | Craig Scott | 2020-05-18 | 1 | -4/+6 |
|
|
* | cmGeneratorTarget::GetProperty: return cmProp | Vitaly Stakhovsky | 2020-04-29 | 1 | -29/+28 |
|
|
* | Refactor: Avoid `std::endl` where it's not necessary (part 1) | Alex Turbov | 2020-03-26 | 1 | -2/+1 |
|
|
* | Merge topic 'prop_t' | Brad King | 2020-03-17 | 1 | -6/+6 |
|\ |
|
| * | cmPropertyMap: Introduce cmProp as return type for GetProperty() functions | Vitaly Stakhovsky | 2020-03-13 | 1 | -6/+6 |
|
|
* | | Source: Remove trailing whitespace from export generation code | Alexandru Croitor | 2020-03-13 | 1 | -1/+1 |
|/ |
|
* | Source: use std::string in place of const char* | Vitaly Stakhovsky | 2020-01-29 | 1 | -2/+2 |
|
|
* | target_link_libraries: Fix out-of-dir linking of a list of targets | Brad King | 2020-01-16 | 1 | -0/+4 |
|
|
* | Add set_property option: DEPRECATION | Joseph Snyder | 2020-01-02 | 1 | -0/+6 |
|
|
* | install,export: Do not treat language names as target names | Brad King | 2019-10-16 | 1 | -13/+18 |
|
|
* | install,export: Fix export of a genex following $<INSTALL_PREFIX> | Brad King | 2019-10-04 | 1 | -3/+3 |
|
|
* | Revise include order using clang-format-6.0 | Kitware Robot | 2019-10-01 | 1 | -8/+9 |
|
|
* | cmGeneratorExpression: Move quiet flag to cmCompiledGeneratorExpression | Daniel Eiband | 2019-09-22 | 1 | -1/+1 |
|
|
* | cmstd: Modernize CMake system headers | Marc Chevrier | 2019-09-20 | 1 | -1/+1 |
|
|
* | clang-tidy: modernize-deprecated-headers | Regina Pfeifer | 2019-09-16 | 1 | -2/+2 |
|
|
* | clang-tidy: modernize-use-auto | Regina Pfeifer | 2019-09-10 | 1 | -1/+1 |
|
|
* | Merge topic 'source_sweep_ostringstream_single' | Brad King | 2019-08-26 | 1 | -3/+1 |
|\ |
|
| * | Source sweep: Replace std::ostringstream when used with a single append | Sebastian Holtermann | 2019-08-23 | 1 | -3/+1 |
|
|
* | | Source sweep: Replace cmExpandList with the shorter cmExpandedList | Sebastian Holtermann | 2019-08-23 | 1 | -2/+1 |
|/ |
|
* | Source sweep: Use cmStrCat for string concatenation | Sebastian Holtermann | 2019-08-22 | 1 | -10/+7 |
|
|
* | Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgument | Sebastian Holtermann | 2019-08-14 | 1 | -2/+2 |
|
|
* | Cleanups: Use cmHas{Prefix,Suffix} instead of String{Starts,Ends}With | Sebastian Holtermann | 2019-08-01 | 1 | -2/+2 |
|
|
* | cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.h | Sebastian Holtermann | 2019-07-29 | 1 | -1/+1 |
|
|
* | Introduce memory management helper: cm_memory.hxx | Marc Chevrier | 2019-07-14 | 1 | -1/+2 |
|
|
* | IWYU: Fix handling of <memory> standard header | Brad King | 2019-07-10 | 1 | -1/+1 |
|
|
* | cmPropertyMap: Use std::string as value container class | Sebastian Holtermann | 2019-06-08 | 1 | -1/+0 |
|
|
* | cmPropertyMap: Make std::map container private | Sebastian Holtermann | 2019-06-08 | 1 | -6/+3 |
|
|
* | Work around clang-cl breakage on make_unique/std::forward | Zsolt Parragi | 2019-02-11 | 1 | -1/+2 |
|
|
* | cmSystemTools::Error(): new overload accepting std::string | Vitaly Stakhovsky | 2019-01-23 | 1 | -1/+1 |
|
|
* | Factor out enum MessageType into dedicated header | Bruno Manganelli | 2019-01-16 | 1 | -9/+10 |
|
|
* | clang-tidy: fix warnings from version 7 | Regina Pfeifer | 2018-11-20 | 1 | -1/+1 |
|
|
* | CSharp: Fix regression in VS project type selection for custom target | Brad King | 2018-10-31 | 1 | -1/+1 |
|
|
* | LINK_DIRECTORIES: Add new properties and commands | Marc Chevrier | 2018-09-25 | 1 | -0/+31 |
|
|
* | Merge topic 'getsafedef-stdstring' | Brad King | 2018-09-18 | 1 | -1/+1 |
|\ |
|
| * | cmMakefile: Make GetSafeDefinition return std::string const& | Vitaly Stakhovsky | 2018-09-18 | 1 | -1/+1 |
|
|
* | | cmExportFileGenerator: Use cmGeneratorTarget::ResolveTargetReference | Brad King | 2018-09-12 | 1 | -2/+7 |
|/ |
|
* | cmLinkItem: Convert to a "sum type" over a string and target pointer | Brad King | 2018-09-07 | 1 | -1/+11 |
|
|
* | Merge topic 'export-properties-undefined' | Craig Scott | 2018-08-18 | 1 | -0/+5 |
|\ |
|
| * | EXPORT_PROPERTIES: Prevent null dereference for undefined property | Craig Scott | 2018-08-16 | 1 | -0/+5 |
|
|
* | | cmGeneratedFileStream: clang-tidy applied to remove redundant ``c_str`` calls | Sebastian Holtermann | 2018-08-07 | 1 | -1/+1 |
|
|
* | | LINK_DEPENDS: add support for property INTERFACE_LINK_DEPENDS | Marc Chevrier | 2018-06-27 | 1 | -0/+31 |
|/ |
|
* | Revise C++ coding style using clang-format-6.0 | Kitware Robot | 2018-06-01 | 1 | -4/+6 |
|
|
* | cmExportFileGenerator: set IMPORTED_COMMON_LANGUAGE_RUNTIME for CSharp target | Michael Stürmer | 2018-04-23 | 1 | -2/+7 |
|
|
* | cmExportFileGenerator: add target property for managed targets | Michael Stürmer | 2018-04-05 | 1 | -0/+14 |
|
|