Daniel Pfeifer
|
7284b15f8c
cmScriptGenerator: pass Indent by value
|
8 years ago |
Brad King
|
86578eccf2
Simplify CMake per-source license notices
|
9 years ago |
Bill Hoffman
|
42ce9f1e71
Add support for creating prebuilt Android.mk files
|
9 years ago |
Daniel Pfeifer
|
efed6468ed
fix a load of include-what-you-use violations
|
9 years ago |
Daniel Pfeifer
|
7b6349da4d
CMake: don't use else after return
|
9 years ago |
Brad King
|
c7a319ab05
install(EXPORT): Fix support for mid-length install destinations on Windows
|
9 years ago |
Daniel Pfeifer
|
1d6909a287
use CM_NULLPTR
|
9 years ago |
Daniel Pfeifer
|
5cec953e6a
Use std::replace for replacing chars in strings.
|
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 |
Brad King
|
64b5520346
Isolate formatted streaming blocks with clang-format off/on
|
9 years ago |
Brad King
|
e1c7747253
Format include directive blocks and ordering with clang-format
|
9 years ago |
Nick Lewis
|
18ce97c4a2
install: Add EXCLUDE_FROM_ALL option (#14921)
|
10 years ago |
Stephen Kelly
|
381e7afd36
cmExportSet: Store a cmGeneratorTarget.
|
10 years ago |
Stephen Kelly
|
bbef3c2da8
cmLocalGenerator: Add current binary directory accessor.
|
10 years ago |
Stephen Kelly
|
1f39ee5beb
cmInstallExportGenerator: Require cmLocalGenerator, not cmMakefile.
|
10 years ago |
Stephen Kelly
|
54d6a9187f
cmMakefile: Rename GetCurrent{Output,Binary}Directory.
|
10 years ago |
Brad King
|
7607c3d16a
cmInstallGenerator: Pass destination explicitly to AddInstallRule
|
10 years ago |
Brad King
|
290ca8e2d0
cmInstallGenerator: Refactor computation of absolute install dest
|
10 years ago |
Stephen Kelly
|
931e055d8c
Port all cmOStringStream to std::ostringstream.
|
11 years ago |
Brad King
|
ec7cf7ea13
install: Thread message level setting through internal API
|
11 years ago |
Stephen Kelly
|
21c573f682
Remove some c_str() calls.
|
11 years ago |
Ben Boeckel
|
84fdc9921c
stringapi: Pass configuration names as strings
|
12 years ago |
Ben Boeckel
|
270eb96df0
strings: Remove cmStdString references
|
12 years ago |
Stephen Kelly
|
33055c405e
Generate modern-style cmake code.
|
12 years ago |
Stephen Kelly
|
574fec97fd
Export: Generate INTERFACE_LINK_LIBRARIES property on targets.
|
12 years ago |
Alex Neundorf
|
999061a4c2
exports: store pointers to all installations of each export set
|
13 years ago |
Yury G. Kudryashov
|
81cdab5bea
exports: Hold an ExportSet pointer in cm*Export*Generator
|
13 years ago |
Yury G. Kudryashov
|
5c898fbd99
exports: Add cmExportSetMap class
|
13 years ago |
Yury G. Kudryashov
|
d13ec1ac31
exports: Create class cmExportSet
|
13 years ago |