Oleksandr Koval
|
62d7acc6d4
cmCommandArgumentParserHelper: rework input handling
|
5 years ago |
Kitware Robot
|
bdca8b01d2
Modernize: Use #pragma once in all header files
|
5 years ago |
Marc Chevrier
|
557cecdc3d
Modernize memory management
|
5 years ago |
Regina Pfeifer
|
b05b778a2d
clang-tidy: Use `= delete`
|
6 years ago |
Artur Ryt
|
1d32a35c10
cmCommandArgumentParserHelper: use cmMakefile::MaybeWarnUninitialized
|
6 years ago |
Rolf Eike Beer
|
576c079faa
cmCommandArgumentParser: remove the variable tokens from the class
|
8 years ago |
Rolf Eike Beer
|
98cb9f3ee9
cmCommandArgumentParserHelper: constify some char* values
|
8 years ago |
Daniel Pfeifer
|
ca2233e31f
IWYU: Mark cmConfigure.h with pragma: keep
|
8 years ago |
Daniel Pfeifer
|
d6f0006c0b
Use CM_DISABLE_COPY
|
8 years ago |
Daniel Pfeifer
|
a28894e4d4
cmCommandArgumentParserHelper: make noncopyable
|
8 years ago |
Daniel Pfeifer
|
1d829c862c
Use quotes for non-system includes
|
8 years ago |
Daniel Pfeifer
|
d58d28a941
ParserHelper: Move macros to bottom of files
|
8 years ago |
Brad King
|
86578eccf2
Simplify CMake per-source license notices
|
9 years ago |
Daniel Pfeifer
|
efed6468ed
fix a load of include-what-you-use violations
|
9 years ago |
Daniel Pfeifer
|
3838a0d5fb
make sure to include cmConfigure.h before cmStandardIncludes.h
|
9 years ago |
Kitware Robot
|
d9fd2f5402
Revise C++ coding style using clang-format
|
9 years ago |
Stephen Kelly
|
db24e41b9d
cmCommandArgumentParserHelper: Re-arrange data.
|
10 years ago |
Ben Boeckel
|
270eb96df0
strings: Remove cmStdString references
|
11 years ago |
Ben Boeckel
|
b26c70cc9a
stringapi: Use strings for AddString methods
|
11 years ago |
Kitware Robot
|
7bbaa4283d
Remove trailing whitespace from most CMake and C/C++ code
|
13 years ago |
Yury G. Kudryashov
|
e26657103f
Remove UnionsAvailable member from 2 classes
|
13 years ago |
Ben Boeckel
|
74997000c8
Add a flag to warn about system files
|
15 years ago |
Ben Boeckel
|
d7999e9b29
Rename strict-mode to warn-uninitialized
|
15 years ago |
Bill Hoffman
|
f794d589a4
Make --strict-mode option, and integrate with cmake-gui
|
15 years ago |
Brad King
|
96afb12087
Convert CMake to OSI-approved BSD License
|
16 years ago |
Brad King
|
d524f3675e
ENH: Improve argument parsing error messages
|
17 years ago |
Brad King
|
db0f26e852
BUG: Fixed @ONLY configuration to not try to parse ${} syntax at all. This fixes the original fix to bug#4393 and adds a test.
|
18 years ago |
Bill Hoffman
|
0e95a190bc
ENH: add atonly support to cmCommandArgumentParserHelper.cxx and remove old non-yacc parser code from cmMakefile.cxx
|
19 years ago |
Brad King
|
523075ded5
BUG: Do not replace @VAR@ syntax in list files. This addresses bug #2722.
|
19 years ago |
Ken Martin
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
19 years ago |