| Commit message (Expand) | Author | Age | Files | Lines |
* | cmInstallGenerator: Add backtrace to all install generators | Brad King | 2021-01-28 | 1 | -8/+14 |
|
|
* | clang-tidy: fix `readability-make-member-function-const` warnings | Ben Boeckel | 2021-01-27 | 1 | -36/+52 |
|
|
* | export: Do not fail generation for separate namelink only case | Deniz Bahadir | 2020-12-01 | 1 | -8/+11 |
|
|
* | export: Remove leftover inaccurate code comment | Craig Scott | 2020-10-13 | 1 | -1/+0 |
|
|
* | export: Do not fail generation for namelink-only case | Deniz Bahadir | 2020-10-09 | 1 | -19/+27 |
|
|
* | install: Use case-sensitive pattern matching on Cygwin | Lemures Lemniscati | 2020-08-06 | 1 | -1/+1 |
|
|
* | cmNonempty: Convenience inlines to check for non-empty string | Vitaly Stakhovsky | 2020-07-14 | 1 | -3/+3 |
|
|
* | Single location for cmProp typedef | Vitaly Stakhovsky | 2020-06-01 | 1 | -0/+1 |
|
|
* | Refactoring: rename "cm_static_string_view.hxx" as <cmext/string_view> | Marc Chevrier | 2020-04-30 | 1 | -2/+1 |
|
|
* | clang-tidy: address bugprone-branch-clone lints | Ben Boeckel | 2020-04-13 | 1 | -1/+0 |
|
|
* | cmTarget::GetProperty: return cmProp | Vitaly Stakhovsky | 2020-03-30 | 1 | -7/+7 |
|
|
* | Merge branch 'backport-3.16-install-default-fix' | Brad King | 2020-02-11 | 1 | -6/+38 |
|\ |
|
| * | install: Fix regression when using default destinations | Kyle Edwards | 2020-02-11 | 1 | -6/+38 |
|
|
* | | cmInstallGenerator: std::string params | Vitaly Stakhovsky | 2020-01-21 | 1 | -8/+8 |
|
|
* | | cmInstall*Generator: std::string params | Vitaly Stakhovsky | 2020-01-21 | 1 | -22/+18 |
|
|
* | | cmMakefile: modernize memory management | Marc Chevrier | 2020-01-14 | 1 | -70/+71 |
|/ |
|
* | Revise include order using clang-format-6.0 | Kitware Robot | 2019-10-01 | 1 | -3/+6 |
|
|
* | cmInstallCommand: Port away from cmCommand | Regina Pfeifer | 2019-09-21 | 1 | -280/+314 |
|
|
* | Merge topic 'smart_ptr/cmExportSet' | Brad King | 2019-09-20 | 1 | -11/+10 |
|\ |
|
| * | cmExportSet: subsume cmExportSetMap source files | Tushar Maheshwari | 2019-09-19 | 1 | -1/+0 |
|
|
| * | cmExportSet: default destructor | Tushar Maheshwari | 2019-09-19 | 1 | -6/+6 |
|
|
| * | cmExportSetMap: improve ownership of cmExportSet | Tushar Maheshwari | 2019-09-19 | 1 | -6/+6 |
|
|
* | | Refactor: Use cmStrCat to construct error strings | Asit Dhal | 2019-09-18 | 1 | -190/+124 |
|/ |
|
* | clang-tidy: modernize-deprecated-headers | Regina Pfeifer | 2019-09-16 | 1 | -1/+1 |
|
|
* | Merge topic 'source_sweep_ostringstream_single' | Brad King | 2019-08-26 | 1 | -4/+3 |
|\ |
|
| * | Source sweep: Replace std::ostringstream when used with a single append | Sebastian Holtermann | 2019-08-23 | 1 | -4/+3 |
|
|
* | | Source sweep: Replace cmExpandList with the shorter cmExpandedList | Sebastian Holtermann | 2019-08-23 | 1 | -6/+3 |
|/ |
|
* | Source sweep: Use cmStrCat for string concatenation | Sebastian Holtermann | 2019-08-22 | 1 | -13/+8 |
|
|
* | Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgument | Sebastian Holtermann | 2019-08-14 | 1 | -3/+3 |
|
|
* | Refactor: Convert all instances of CMAKE_BUILD_WITH_CMAKE to CMAKE_BOOTSTRAP | Kitware Robot | 2019-08-09 | 1 | -1/+1 |
|
|
* | Merge topic 'fileapi-install-generators' | Brad King | 2019-08-05 | 1 | -1/+3 |
|\ |
|
| * | fileapi: Fix codemodel target install destination for cross-dir rules | Brad King | 2019-07-31 | 1 | -1/+3 |
|
|
* | | cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.h | Sebastian Holtermann | 2019-07-29 | 1 | -1/+1 |
|
|
* | | AIX: Create import library for executables with exports | Brad King | 2019-07-16 | 1 | -1/+2 |
|
|
* | | De-duplicate checks for whether a platform uses Windows DLLs | Brad King | 2019-07-12 | 1 | -6/+2 |
|/ |
|
* | Merge topic 'iface-headers' | Brad King | 2019-04-12 | 1 | -2/+1 |
|\ |
|
| * | INTERFACE Target: allow (PUBLIC/PRIVATE)_HEADER properties | Avraham Shukron | 2019-04-11 | 1 | -2/+1 |
|
|
* | | cmInstallCommand: Port to cmArgumentParser | Regina Pfeifer | 2019-04-04 | 1 | -82/+90 |
|/ |
|
* | install: Do not crash on imported global target | Brad King | 2019-03-07 | 1 | -1/+5 |
|
|
* | cmSystemTools::Message: Add overload accepting std::string | Vitaly Stakhovsky | 2019-01-28 | 1 | -1/+1 |
|
|
* | Factor out enum MessageType into dedicated header | Bruno Manganelli | 2019-01-16 | 1 | -6/+6 |
|
|
* | install: Add sane set of defaults for DESTINATION and file type parameters | Kyle Edwards | 2018-11-07 | 1 | -79/+297 |
|
|
* | install: Record TARGET mode backtraces internally | Brad King | 2018-10-18 | 1 | -27/+31 |
|
|
* | cmMakefile: Make GetSafeDefinition return std::string const& | Vitaly Stakhovsky | 2018-09-18 | 1 | -3/+1 |
|
|
* | cmGlobalGenerator::AddInstallComponent(): Accept std::string argument | Vitaly Stakhovsky | 2018-08-30 | 1 | -13/+13 |
|
|
* | install: Allow installing targets created in another directory | Zack Galbreath | 2018-06-18 | 1 | -3/+7 |
|
|
* | Revise C++ coding style using clang-format-6.0 | Kitware Robot | 2018-06-01 | 1 | -5/+7 |
|
|
* | install: add NAMELINK_COMPONENT argument | Kyle Edwards | 2018-05-03 | 1 | -7/+39 |
|
|
* | Identify DLL platforms via CMAKE_IMPORT_LIBRARY_SUFFIX | Stephan Szabo | 2018-03-09 | 1 | -2/+3 |
|
|
* | install,export: Maybe transform OBJECT libraries to INTERFACE libraries | Brad King | 2018-02-28 | 1 | -17/+14 |
|
|