Daniel Pfeifer
|
fa277b29e4
Remove c_str() calls from stream arguments.
|
9 gadi atpakaļ |
Kitware Robot
|
d9fd2f5402
Revise C++ coding style using clang-format
|
9 gadi atpakaļ |
Brad King
|
0ac18d40c8
Remove `//------...` horizontal separator comments
|
9 gadi atpakaļ |
Brad King
|
e1c7747253
Format include directive blocks and ordering with clang-format
|
9 gadi atpakaļ |
Brad King
|
180538c706
Source: Stabilize include order
|
9 gadi atpakaļ |
Daniel Pfeifer
|
c45671b0f1
cmGlobalKdevelopGenerator: port to cmXMLWriter
|
10 gadi atpakaļ |
Stephen Kelly
|
780bff5279
cmake: Store hardcoded lists of sources and headers
|
10 gadi atpakaļ |
Stephen Kelly
|
67b2f4312c
Port to GetGeneratorTargets.
|
10 gadi atpakaļ |
Stephen Kelly
|
a8c0fbcc19
cmLocalGenerator: Store a vector of generator targets.
|
10 gadi atpakaļ |
Stephen Kelly
|
eac15298a8
cmState: Move TargetType enum from cmTarget.
|
10 gadi atpakaļ |
Stephen Kelly
|
2293d43d00
cmLocalGenerator: Store cmGeneratorTargets.
|
10 gadi atpakaļ |
Stephen Kelly
|
bbef3c2da8
cmLocalGenerator: Add current binary directory accessor.
|
10 gadi atpakaļ |
Stephen Kelly
|
12cb3bdce4
cmLocalGenerator: Add Home directory accessors.
|
10 gadi atpakaļ |
Stephen Kelly
|
4ab2750c54
cmLocalGenerator: Add GetProjectName method.
|
10 gadi atpakaļ |
Stephen Kelly
|
5d3776a7eb
Access sources through cmGeneratorTarget.
|
10 gadi atpakaļ |
Stephen Kelly
|
9f2dca805c
Move GetLocation to cmGeneratorTarget.
|
12 gadi atpakaļ |
Stephen Kelly
|
c7a8e74b8c
Always access target location from a cmGeneratorTarget instance.
|
10 gadi atpakaļ |
Stephen Kelly
|
32b8f03acc
cmMakefile: Port users of GetStart* methods to new names.
|
10 gadi atpakaļ |
Stephen Kelly
|
fd7b371293
Replace foo.size() pattern with !foo.empty().
|
10 gadi atpakaļ |
Nils Gladitz
|
cc1139cc30
strings: Remove redundant calls to std::string::c_str()
|
11 gadi atpakaļ |
Stephen Kelly
|
e6971df6ab
cmTarget: Make the source files depend on the config.
|
11 gadi atpakaļ |
Stephen Kelly
|
af8a1643c1
Remove c_str calls when using stream APIs.
|
11 gadi atpakaļ |
Stephen Kelly
|
21c573f682
Remove some c_str() calls.
|
11 gadi atpakaļ |
Ben Boeckel
|
1a1b737c99
stringapi: Use strings for generator names
|
11 gadi atpakaļ |
Brad King
|
f154475b65
cmTarget: Refactor GetLocation API
|
11 gadi atpakaļ |
Ben Boeckel
|
270eb96df0
strings: Remove cmStdString references
|
11 gadi atpakaļ |
Stephen Kelly
|
531e40b95e
cmTarget: Make GetSourceFiles populate an out-vector parameter.
|
12 gadi atpakaļ |
Clinton Stimpson
|
5730710c86
Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream.
|
11 gadi atpakaļ |
Stephen Kelly
|
cffcdd8331
KDevelop: Use GetLocation(0) instead of LOCATION property.
|
12 gadi atpakaļ |
Brad King
|
4ac75fdfe6
Prefer CMAKE_MAKE_PROGRAM over CMAKE_BUILD_TOOL (#14548)
|
12 gadi atpakaļ |