Marc Chevrier
|
8d4a9ee398
Refactoring: rename "cm_static_string_view.hxx" as <cmext/string_view>
|
5 years ago |
Kitware Robot
|
ed98209ddc
Revise include order using clang-format-6.0
|
6 years ago |
Marc Chevrier
|
c688b401d3
cmstd: Modernize CMake system headers
|
6 years ago |
Sebastian Holtermann
|
9b334397f5
Source sweep: Use cmStrCat for string concatenation
|
6 years ago |
Regina Pfeifer
|
5558070d52
cmExecutionStatus: Remove function Clear
|
6 years ago |
Regina Pfeifer
|
41364824ad
cmFunctionBlocker: Recycle functions
|
6 years ago |
Regina Pfeifer
|
6491270e0d
cmFunctionBlocker: Move check for matching args
|
6 years ago |
Regina Pfeifer
|
af24e4ef6e
cmFunctionBlocker: Move common logic to base
|
6 years ago |
Regina Pfeifer
|
ef38ff22f7
cm*FunctionBlocker: Extract function Replay
|
6 years ago |
Regina Pfeifer
|
c76500949d
cm*FunctionBlocker: Move to source file
|
6 years ago |
Regina Pfeifer
|
28f2d12a05
cmCommand: De-virtualize function InvokeInitialPass
|
6 years ago |
Daniel Pfeifer
|
1eebc29563
cmCommand: deprecate functions GetMakefile and SetError
|
8 years ago |
Sebastian Holtermann
|
3bed969dac
cmMakefile: Modernize AddFunctionBlocker method to accept a std::unique_ptr
|
6 years ago |
Marc Chevrier
|
1591f138f1
modernize: manage cmCommand instances using unique_ptr.
|
6 years ago |
Brad King
|
71fbebd1dc
IWYU: Fix handling of <memory> standard header
|
6 years ago |
Bruno Manganelli
|
cc2a5261f8
Factor out enum MessageType into dedicated header
|
7 years ago |
Regina Pfeifer
|
5731ec30f0
clang-tidy: fix warnings from version 7
|
7 years ago |
Florian Jacomme
|
b1a05d6c76
Revise implementation of case-insensitive command names
|
7 years ago |
Matthias Maennich
|
f0489856e3
Retire std::auto_ptr and its macro CM_AUTO_PTR
|
8 years ago |
Pavel Solodovnikov
|
7d5095796a
Meta: modernize old-fashioned loops to range-based `for`.
|
8 years ago |
Daniel Pfeifer
|
67a8d907ad
cmExecutionStatus: Remove arguments from setters
|
8 years ago |
Gregor Jasny
|
edac95b955
cmIfCommand: Reject duplicate else() and misplaced elseif()
|
8 years ago |
Daniel Pfeifer
|
e81c323da9
Include necessary headers in commands
|
9 years ago |
Daniel Pfeifer
|
608afd4f62
Separate compilation for commands included in cmBootstrapCommands2
|
9 years ago |
Brad King
|
86578eccf2
Simplify CMake per-source license notices
|
9 years ago |
Daniel Pfeifer
|
516f8edb2e
Avoid else after return
|
9 years ago |
Brad King
|
b5ec5b0901
Avoid using KWSys auto_ptr by adopting it ourselves
|
9 years ago |
Stephen Kelly
|
5bbcf758a1
cmIfCommand: Don't rely on NestedError logic to issue messages
|
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 |