Kyle Edwards
|
970052fedd
FILE_SET: Fix source group detection
|
3 years ago |
Marc Chevrier
|
557cecdc3d
Modernize memory management
|
5 years ago |
Kitware Robot
|
ed98209ddc
Revise include order using clang-format-6.0
|
6 years ago |
Sebastian Holtermann
|
9b334397f5
Source sweep: Use cmStrCat for string concatenation
|
6 years ago |
Regina Pfeifer
|
5a0784ddea
clang-tidy: Pass by value
|
6 years ago |
Vitaly Stakhovsky
|
969c1f94ae
cmSourceGroup: code improvements; use std::string and C++11 loops
|
8 years ago |
Brad King
|
c871446abc
cmSourceGroup: Return strings from GetName and GetFullName
|
8 years ago |
Daniel Pfeifer
|
5962db4389
Use C++11 nullptr
|
8 years ago |
Brad King
|
86578eccf2
Simplify CMake per-source license notices
|
9 years ago |
Daniel Pfeifer
|
1d6909a287
use CM_NULLPTR
|
9 years ago |
Daniel Pfeifer
|
7f6b8d3399
Simplify boolean expressions
|
9 years ago |
Daniel Pfeifer
|
618fb23fc9
Pass arguments that are not modified as const&.
|
9 years ago |
Kitware Robot
|
d9fd2f5402
Revise C++ coding style using clang-format
|
9 years ago |
Brad King
|
0ac18d40c8
Remove `//------...` horizontal separator comments
|
9 years ago |
Ben Boeckel
|
270eb96df0
strings: Remove cmStdString references
|
11 years ago |
Ben Boeckel
|
310ef08fed
stringapi: Use strings for source names
|
11 years ago |
Stephen Kelly
|
5cc9fb0234
cmSourceGroup: Fix method name capitalization.
|
12 years ago |
Stephen Kelly
|
fe8b0330eb
cmMakefile: Constify some cmSourceGroup related code.
|
12 years ago |
Clemens Heppner
|
00e96808aa
CMake: source_group needs to check its own regex after its children (#13611)
|
13 years ago |
Kitware Robot
|
7bbaa4283d
Remove trailing whitespace from most CMake and C/C++ code
|
13 years ago |
Brad King
|
46f4940675
Remove unused cmSourceGroup method
|
13 years ago |
Brad King
|
96afb12087
Convert CMake to OSI-approved BSD License
|
16 years ago |
Bill Hoffman
|
28b1912aa3
ENH: add group support and fix borland error
|
16 years ago |
Brad King
|
10db44a81d
COMP: Fix build with concept checking of STL.
|
17 years ago |
Alexander Neundorf
|
9220e97401
BUG: fix #4057 (which had several duplicates): handle recursivew source groups better, i.e. multiple sourcegroups with the same end component work now
|
18 years ago |
Ken Martin
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
Bill Hoffman
|
aa47caab2d
FIX: apply patch from bug# 1965
|
20 years ago |
Brad King
|
48aedb2ba3
ENH: Fully implemented SOURCE_GROUP command.
|
22 years ago |
Ken Martin
|
0b3b21fa63
warning fixes
|
22 years ago |
Ken Martin
|
ba68f771b3
yikes added new custom command support
|
22 years ago |