Brad King
|
f032fb904b
target_link_libraries: Document that new sigs privatize old (#13876)
|
12 gadi atpakaļ |
Stephen Kelly
|
1da75022bb
Don't include generator expressions in old-style link handling.
|
13 gadi atpakaļ |
Andreas Mohr
|
965de974b2
Documentation: Correct typos and grammar
|
13 gadi atpakaļ |
Brad King
|
ebf39cd306
Document behavior of multiple target_link_libraries calls (#13113)
|
13 gadi atpakaļ |
Yury G. Kudryashov
|
737c49a357
Add 'const' qualifier to some cmCommand members
|
13 gadi atpakaļ |
Brad King
|
5fc95dff46
target_link_libraries: Add missing space in documentation
|
14 gadi atpakaļ |
Stephen Kelly
|
914382224d
target_link_libraries: Add LINK_(PUBLIC|PRIVATE) options
|
14 gadi atpakaļ |
Stephen Kelly
|
cf64218eeb
target_link_libraries: Trim trailing whitespace
|
14 gadi atpakaļ |
Brad King
|
999ce0aa9c
Document target_link_libraries target scope (#11058)
|
15 gadi atpakaļ |
Brad King
|
96afb12087
Convert CMake to OSI-approved BSD License
|
16 gadi atpakaļ |
Brad King
|
4266d54adb
ENH: Mention cycles in target_link_libraries docs
|
16 gadi atpakaļ |
Brad King
|
eea054d82c
ENH: Clarify target_link_libraries docs
|
16 gadi atpakaļ |
Brad King
|
3c5cf1bb8c
ENH: Allow a custom list of debug configurations
|
17 gadi atpakaļ |
Brad King
|
94c1fe83fd
ENH: Make link interface mode more distinct
|
17 gadi atpakaļ |
Brad King
|
e322d288af
ENH: Simple specification of link interfaces
|
17 gadi atpakaļ |
Brad King
|
40fc9174e2
ENH: Tolerate repeated link library types
|
17 gadi atpakaļ |
Brad King
|
a5074872b0
STYLE: Improve documentation of target_link_libraries command to make target-level dependency explicit. See bug #6043.
|
18 gadi atpakaļ |
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 gadi atpakaļ |
Ken Martin
|
8d32d229a3
ENH: make commands lower case by default
|
18 gadi atpakaļ |
Ken Martin
|
daa6d2bc04
ENH: updated handling of debug and optimized target link libraries
|
19 gadi atpakaļ |
Ken Martin
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
19 gadi atpakaļ |
Brad King
|
22c62c9e65
BUG: Sweeping changes to cleanup computation of target names. This should
|
20 gadi atpakaļ |
Brad King
|
a109ba1365
ENH: Clarified documentation for LINK_LIBRARIES and TARGET_LINK_LIBRARIES.
|
21 gadi atpakaļ |
Ken Martin
|
072db6ad70
removed redundent includes
|
22 gadi atpakaļ |
Andy Cedilnik
|
6c65c77d35
ENH: Report an error when ADD_LIBRARY and TARGET_LINK_LIBRARIES are in the wrong order and fix CMakeLists files to actually work
|
22 gadi atpakaļ |
Brad King
|
a02574158d
ENH: Cleaned up documentation and formatted it for use by cmDocumentation.
|
23 gadi atpakaļ |
Brad King
|
1f6a3c67b1
ENH: Added reference to Copyright.txt. Removed old reference to ITK copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs.
|
23 gadi atpakaļ |
Will Schroeder
|
a6a43d5320
ENH:Updated copyright
|
24 gadi atpakaļ |
Bill Hoffman
|
baa28efd10
ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache
|
24 gadi atpakaļ |
Bill Hoffman
|
9922155423
ENH: rename Invoke to InitialPass
|
24 gadi atpakaļ |