Daniel Pfeifer
|
a1218f59d9
cmCommand: remove unused methods from interface and all implementations
|
8 years ago |
Daniel Pfeifer
|
1d829c862c
Use quotes for non-system includes
|
8 years ago |
Daniel Pfeifer
|
5afac50f68
cmConfigure: Ensure separate include block in headers
|
8 years ago |
Daniel Pfeifer
|
e81c323da9
Include necessary headers in commands
|
9 years ago |
Daniel Pfeifer
|
9855ebf11a
Make cmCommand not inherit from cmObject
|
9 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
|
a7a9239096
mark functions with CM_OVERRIDE
|
9 years ago |
Kitware Robot
|
d9fd2f5402
Revise C++ coding style using clang-format
|
9 years ago |
Ben Boeckel
|
85fc9f26a7
stringapi: Command names
|
11 years ago |
Brad King
|
e33d8d2d77
Drop builtin command documentation
|
12 years ago |
Stephen Kelly
|
650e61f833
Add a convenient way to add the includes install dir to the INTERFACE.
|
13 years ago |
Stephen Kelly
|
574fec97fd
Export: Generate INTERFACE_LINK_LIBRARIES property on targets.
|
12 years ago |
Eric NOULARD
|
d593cef58f
Enhance DESTDIR documentation. Fixes #0012374.
|
13 years ago |
Eric NOULARD
|
f7365f5775
Enhance documentation of install command w.r.t. the "Undefined" component.
|
13 years ago |
Alex Neundorf
|
7ced0732e8
make default install component name configurable
|
13 years ago |
Alex Neundorf
|
b6fba35411
-strip trailing whitespace
|
13 years ago |
Yury G. Kudryashov
|
737c49a357
Add 'const' qualifier to some cmCommand members
|
13 years ago |
Yury G. Kudryashov
|
a64b6185de
cmInstallCommand: Remove duplicated sentence from docs
|
14 years ago |
Brad King
|
63fbb2f67e
Clarify install(TARGETS) docs for EXPORT option
|
15 years ago |
Brad King
|
96afb12087
Convert CMake to OSI-approved BSD License
|
16 years ago |
Brad King
|
1595b8e69e
ENH: Add install(DIRECTORY) option 'OPTIONAL'
|
17 years ago |
Brad King
|
202e759bbf
ENH: Clarify documentation of install(TARGETS) command to refer to install target types by the upper-case keywords used when invoking the command.
|
17 years ago |
Brad King
|
067717a56a
BUG: Fix compatibility with CMake 2.4 for installation of MACOSX_BUNDLE targets
|
17 years ago |
Brad King
|
8401c5ba06
ENH: Allow separate installation of shared libs and their links.
|
18 years ago |
Brad King
|
64b6c0b950
ENH: Document PRIVATE_HEADER, PUBLIC_HEADER, and RESOURCE target properties and corresponding arguments to INSTALL(TARGETS).
|
18 years ago |
Brad King
|
e3b1bdb058
ENH: Support exporting/importing of AppBundle targets.
|
18 years ago |
Brad King
|
28ea034737
ENH: Support exporting/importing of Framework targets.
|
18 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 |