Vitaly Stakhovsky
|
c34b4497f8
cmTarget: add std::string overloads
|
5 years ago |
Regina Pfeifer
|
42e413bcbb
cmSetTargetPropertiesCommand: Port away from cmCommand
|
6 years ago |
Sebastian Holtermann
|
9b334397f5
Source sweep: Use cmStrCat for string concatenation
|
6 years ago |
Sebastian Holtermann
|
006229278b
Use cmAppend to append ranges to std::vector instances
|
6 years ago |
Daniel Pfeifer
|
b26577c92a
clang-tidy: remove else after break and continue
|
8 years ago |
Daniel Pfeifer
|
e81c323da9
Include necessary headers in commands
|
9 years ago |
Brad King
|
86578eccf2
Simplify CMake per-source license notices
|
9 years ago |
Kitware Robot
|
d9fd2f5402
Revise C++ coding style using clang-format
|
9 years ago |
Brad King
|
180538c706
Source: Stabilize include order
|
9 years ago |
Stephen Kelly
|
74d565e0e9
Remove unused cmLocalGenerator include.
|
10 years ago |
Bill Hoffman
|
a4a1b729c6
Fix warnings from clang scanbuild.
|
10 years ago |
Stephen Kelly
|
63f584b618
Replace while loop with member insert.
|
10 years ago |
Stephen Kelly
|
74c4d9d27a
Take a size check outside of an inner loop.
|
10 years ago |
Stephen Kelly
|
930bd47816
Replace 'foo.size() == 0' pattern with foo.empty().
|
10 years ago |
Stephen Kelly
|
21c573f682
Remove some c_str() calls.
|
11 years ago |
Ben Boeckel
|
fabf1fbabb
stringapi: Use strings in target name
|
11 years ago |
Rolf Eike Beer
|
c768e398f9
cmMakefile: make some methods take const std::string& instead of const char*
|
11 years ago |
Stephen Kelly
|
370bf55415
Add the ALIAS target concept for libraries and executables.
|
12 years ago |
Kitware Robot
|
7bbaa4283d
Remove trailing whitespace from most CMake and C/C++ code
|
13 years ago |
Brad King
|
96afb12087
Convert CMake to OSI-approved BSD License
|
16 years ago |
Brad King
|
fe98e57e38
ENH: Disallow link-type keywords in link interface
|
17 years ago |
Brad King
|
5594ad4885
ENH: Updated exporting and importing of targets to support libraries and configurations.
|
18 years ago |
Ken Martin
|
0e69d38004
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
|
18 years ago |
Alexander Neundorf
|
4878c00905
|
18 years ago |
Bill Hoffman
|
cbe95dffcc
BUG: fix for bug 4414, find targets in the global generator for set_target_properties and add_dependencies
|
19 years ago |
Ken Martin
|
27379d7b08
ENH: make properties a bit more formal with documentation and chaining
|
19 years ago |
Ken Martin
|
daa37f1163
STYLE: fix line length
|
19 years ago |
Ken Martin
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
19 years ago |
Brad King
|
b3b341cbbe
BUG: Report error when a target does not exist.
|
19 years ago |
Bill Hoffman
|
1161d76bc6
ENH: add target properties files
|
23 years ago |