Marc Chevrier
|
e5cd39ca80
cmProp: refactoring: transform alias in class
|
4 years ago |
Oleksandr Koval
|
209daa20b2
Code style: add missed explicit 'this->'
|
4 years ago |
Vitaly Stakhovsky
|
60f57d0dcc
cmPropertyMap: Introduce cmProp as return type for GetProperty() functions
|
5 years ago |
Vitaly Stakhovsky
|
1398517f31
AppendProperty: convert value param to std::string
|
5 years ago |
Regina Pfeifer
|
a1ddf2d0ba
clang-tidy: Replace typedef with using
|
6 years ago |
Sebastian Holtermann
|
00d265e3c8
cmPropertyMap: Use std::unordered_map as container instead of std::map
|
6 years ago |
Sebastian Holtermann
|
1b945f95ba
cmPropertyMap: Add RemoveProperty method
|
6 years ago |
Sebastian Holtermann
|
e0a8ff3148
cmPropertyMap: Use std::string as value container class
|
6 years ago |
Sebastian Holtermann
|
8d934d861b
cmPropertyMap: Make std::map container private
|
6 years ago |
Sebastian Holtermann
|
026f65d284
cmPropertyMap: Add GetList method
|
6 years ago |
Sebastian Holtermann
|
9e64e617eb
cmPropertyMap: Rename GetPropertyList method to GetKeys
|
6 years ago |
Pavel Solodovnikov
|
7d5095796a
Meta: modernize old-fashioned loops to range-based `for`.
|
8 years ago |
Daniel Pfeifer
|
ca2233e31f
IWYU: Mark cmConfigure.h with pragma: keep
|
8 years ago |
Daniel Pfeifer
|
5962db4389
Use C++11 nullptr
|
8 years ago |
Daniel Pfeifer
|
1d829c862c
Use quotes for non-system includes
|
8 years ago |
Brad King
|
86578eccf2
Simplify CMake per-source license notices
|
9 years ago |
Daniel Pfeifer
|
5cbb548807
fix a batch of include-what-you-use violations
|
9 years ago |
Daniel Pfeifer
|
1d6909a287
use CM_NULLPTR
|
9 years ago |
Tobias Hunger
|
120899c698
cmPropertyList: Add a way to retrieve all properties
|
9 years ago |
Kitware Robot
|
d9fd2f5402
Revise C++ coding style using clang-format
|
9 years ago |
Brad King
|
e1c7747253
Format include directive blocks and ordering with clang-format
|
9 years ago |
Brad King
|
180538c706
Source: Stabilize include order
|
9 years ago |
Stephen Kelly
|
5181fae264
cmPropertyMap: Remove chaining logic.
|
10 years ago |
Stephen Kelly
|
3ac4b90bfd
cmPropertyMap: Require a non-empty name parameter.
|
10 years ago |
Stephen Kelly
|
7c0aa672fe
cmPropertyMap: Remove scope parameter from API where not used.
|
10 years ago |
Stephen Kelly
|
1c48edf8fc
cmProperty: Remove needless Name member.
|
10 years ago |
Stephen Kelly
|
b159bff732
Move property definition to cmState.
|
10 years ago |
Ben Boeckel
|
ec97ed7d0c
stringapi: Use strings for property names
|
12 years ago |
Brad King
|
277bd1db98
Drop CMAKE_STRICT mode
|
12 years ago |
Kitware Robot
|
7bbaa4283d
Remove trailing whitespace from most CMake and C/C++ code
|
13 years ago |