Vitaly Stakhovsky
|
58da4aa47d
Source: Avoid comparing pointers to nullptr
|
1 year ago |
Marc Chevrier
|
e08ba229ee
CMake code rely on cmList class for CMake lists management (part. 1)
|
2 years ago |
Brad King
|
ef5a4d964b
Deprecate "extra" generators in favor of cmake-file-api(7)
|
2 years ago |
Brad King
|
94a58e502b
cmLocalGenerator: Remove unused IncludePathStyle infrastructure
|
3 years ago |
Marc Chevrier
|
cc56dc7468
Rename cmProp in cmValue
|
4 years ago |
Brad King
|
a133a583d4
cmLocalGenerator: Clarify GetIncludeFlags signature
|
4 years ago |
Oleksandr Koval
|
209daa20b2
Code style: add missed explicit 'this->'
|
4 years ago |
Brad King
|
48aac247e9
Compile with explicit language flag when source LANGUAGE property is set
|
4 years ago |
Brad King
|
30aa715fac
Revert "specify language flag when source LANGUAGE property is set"
|
4 years ago |
vvs31415
|
d298ae7470
cmake::GetCacheDefinition: Return cmProp
|
5 years ago |
Robert Maynard
|
74b1c9fc8e
Explicitly specify language flag when source LANGUAGE property is set
|
5 years ago |
Vitaly Stakhovsky
|
b36d1bdd9d
Single location for cmProp typedef
|
5 years ago |
Brad King
|
eb705b9531
Update links to gitlab.kitware.com repos to add `-/`
|
5 years ago |
Vitaly Stakhovsky
|
e64fa5f1b6
cmSourceFile::GetProperty: return cmProp
|
5 years ago |
Rolf Eike Beer
|
48adc29721
replace "std::string::find(x) == 0" with cmHasPrefix()
|
5 years ago |
Vitaly Stakhovsky
|
bbc07e4561
Source: use std::string in place of const char*
|
5 years ago |
Marc Chevrier
|
f93385283f
cmLocalGenerator: modernize memory management
|
6 years ago |
Kitware Robot
|
ed98209ddc
Revise include order using clang-format-6.0
|
6 years ago |
Regina Pfeifer
|
f30523d090
clang-tidy: modernize-deprecated-headers
|
6 years ago |
Regina Pfeifer
|
d25a5a7ec9
clang-tidy: modernize-use-auto
|
6 years ago |
Daniel Eiband
|
2d888e3390
cmSourceFile: Rename mutating GetFullPath() overload
|
6 years ago |
Tushar Maheshwari
|
8cb3cffa42
cmSourceFile: Rename non-const GetLanguage
|
6 years ago |
Sebastian Holtermann
|
aaf59120bf
Source sweep: Replace cmExpandList with the shorter cmExpandedList
|
6 years ago |
Sebastian Holtermann
|
9b334397f5
Source sweep: Use cmStrCat for string concatenation
|
6 years ago |
Sebastian Holtermann
|
20e580be01
Source sweep: Use cmIsOn instead of cmSystemTools::IsOn
|
6 years ago |
Sebastian Holtermann
|
f4f3c68926
Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgument
|
6 years ago |
Sebastian Holtermann
|
18b0330b86
clang-tidy: Enable performance-inefficient-string-concatenation
|
6 years ago |
Artur Ryt
|
30bb14c657
Modernize: Enable modernize-raw-string-literal in clang-tidy
|
6 years ago |
Vitaly Stakhovsky
|
00ba28ffd0
cmMakefile::GetRequiredDefinition: return const std::string&
|
6 years ago |
Bruno Manganelli
|
cc2a5261f8
Factor out enum MessageType into dedicated header
|
7 years ago |