| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename cmProp in cmValue | Marc Chevrier | 2021-09-21 | 1 | -5/+5 |
|
|
* | GHS: Remove bashism from custom command shell scripts | Lawrence A | 2021-07-28 | 1 | -1/+1 |
|
|
* | cmLocalGenerator: Factor out relative path conversion helpers | Brad King | 2021-05-13 | 1 | -6/+2 |
|
|
* | Source: Remove unnecessary comparisons to nullptr | Vitaly Stakhovsky | 2021-05-10 | 1 | -1/+1 |
|
|
* | clang-tidy: fix `readability-use-anyofallof` warnings | Ben Boeckel | 2021-01-27 | 1 | -6/+4 |
|
|
* | clang-tidy: fix `readability-qualified-auto` warnings | Ben Boeckel | 2021-01-27 | 1 | -6/+6 |
|
|
* | Code style: add missed explicit 'this->' | Oleksandr Koval | 2021-01-05 | 1 | -3/+3 |
|
|
* | Reduce the scope of temporary cmProp variables and other improvements | Vitaly Stakhovsky | 2020-11-05 | 1 | -2/+1 |
|
|
* | cmLocalGenerator: Migrate custom command output lookup from cmMakefile | Brad King | 2020-10-08 | 1 | -3/+3 |
|
|
* | cmMakefile::GetDefinition: return cmProp | Vitaly Stakhovsky | 2020-09-02 | 1 | -2/+2 |
|
|
* | cmIsOn: add overload accepting const std::string* | Vitaly Stakhovsky | 2020-07-14 | 1 | -3/+3 |
|
|
* | Single location for cmProp typedef | Vitaly Stakhovsky | 2020-06-01 | 1 | -0/+1 |
|
|
* | Merge topic 'gitlab-ci-lint' | Brad King | 2020-04-30 | 1 | -1/+1 |
|\ |
|
| * | IWYU: mark cmLinkLineComputer as necessary | Ben Boeckel | 2020-04-29 | 1 | -1/+1 |
|
|
* | | cmGeneratorTarget::GetProperty: return cmProp | Vitaly Stakhovsky | 2020-04-29 | 1 | -4/+4 |
|/ |
|
* | cmSourceFile::GetProperty: return cmProp | Vitaly Stakhovsky | 2020-04-14 | 1 | -4/+4 |
|
|
* | Refactor: Avoid `std::endl` where it's not necessary (part 3) | Alex Turbov | 2020-03-24 | 1 | -27/+27 |
|
|
* | Merge topic 'loops-improve' | Brad King | 2020-03-11 | 1 | -7/+7 |
|\ |
|
| * | GHS: Name range-based for-loop variable types explicitly | Vitaly Stakhovsky | 2020-03-10 | 1 | -7/+7 |
|
|
* | | Source: use std::string overloads | Vitaly Stakhovsky | 2020-03-10 | 1 | -12/+8 |
|/ |
|
* | cmGlobalGenerator: modernize memrory managemenbt | Marc Chevrier | 2019-12-30 | 1 | -2/+2 |
|
|
* | cmTarget: add std::string overloads | Vitaly Stakhovsky | 2019-12-14 | 1 | -1/+1 |
|
|
* | Revise include order using clang-format-6.0 | Kitware Robot | 2019-10-01 | 1 | -7/+7 |
|
|
* | clang-tidy: modernize-use-auto | Regina Pfeifer | 2019-09-10 | 1 | -6/+3 |
|
|
* | cmSourceFile: Rename mutating GetFullPath() overload | Daniel Eiband | 2019-08-29 | 1 | -2/+2 |
|
|
* | 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 | -32/+24 |
|
|
* | Source sweep: Use cmIsOn instead of cmSystemTools::IsOn | Sebastian Holtermann | 2019-08-17 | 1 | -6/+3 |
|
|
* | Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgument | Sebastian Holtermann | 2019-08-14 | 1 | -1/+1 |
|
|
* | clang-tidy: Enable performance-inefficient-string-concatenation | Sebastian Holtermann | 2019-08-05 | 1 | -2/+3 |
|
|
* | IWYU: Fix handling of <memory> standard header | Brad King | 2019-07-10 | 1 | -0/+2 |
|
|
* | GHS: Update project layout to accommodate gbuild inconsistencies | Fred Baksik | 2019-04-11 | 1 | -23/+0 |
|
|
* | GHS: Update project layout to build targets correctly | Fred Baksik | 2019-04-11 | 1 | -38/+32 |
|
|
* | GHS: Support add_dependencies() command | Fred Baksik | 2019-04-11 | 1 | -17/+25 |
|
|
* | GHS: Support add_custom_target() command | Fred Baksik | 2019-04-11 | 1 | -33/+61 |
|
|
* | GHS: Support add_custom_command( OUTPUT ) signature | Fred Baksik | 2019-04-11 | 1 | -24/+150 |
|
|
* | GHS: Update custom command build events | Fred Baksik | 2019-04-10 | 1 | -34/+132 |
|
|
* | Merge topic 'ghs-linux' | Brad King | 2019-03-22 | 1 | -24/+33 |
|\ |
|
| * | GHS: Fix include-what-you-use and clang-tidy diagnostics | Brad King | 2019-03-20 | 1 | -24/+33 |
|
|
* | | Replace use of CollapseCombinedPath with CollapseFullPath | Brad King | 2019-03-19 | 1 | -1/+1 |
|/ |
|
* | cmSystemTools: More functions accept `std::string` params | Vitaly Stakhovsky | 2019-02-20 | 1 | -6/+4 |
|
|
* | Create and use `cmGeneratorTarget::Names` | Saleem Abdulrasool | 2019-02-11 | 1 | -20/+6 |
|
|
* | Merge topic 'modernize-for-loops' | Brad King | 2019-02-11 | 1 | -22/+15 |
|\ |
|
| * | Modernize: Use ranged for-loops when possible | Artur Ryt | 2019-02-07 | 1 | -22/+15 |
|
|
* | | GHS: Document usage of GHS_NO_SOURCE_GROUP_FILE | Fred Baksik | 2019-02-08 | 1 | -1/+1 |
|/ |
|
* | Merge topic 'cmoutputconverter-simplify' | Brad King | 2019-01-29 | 1 | -2/+3 |
|\ |
|
| * | cmOutputConverter: move ConvertToRelativePath to cmStateDirectory. | Bruno Manganelli | 2019-01-27 | 1 | -2/+3 |
|
|
* | | cmSystemTools::Message: Add overload accepting std::string | Vitaly Stakhovsky | 2019-01-28 | 1 | -3/+3 |
|/ |
|
* | GHS: Update test suite | Fred Baksik | 2019-01-16 | 1 | -0/+1 |
|
|
* | GHS: Integrity Application updates | Fred Baksik | 2019-01-16 | 1 | -37/+41 |
|
|