summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* Export: Process generator expressions from INCLUDES DESTINATION.Stephen Kelly2013-07-311-3/+25
* cmTarget: Add NAME propertyStephen Kelly2013-07-311-1/+24
* Merge topic 'static_library_flags'Brad King2013-07-318-98/+158
|\
| * VS6: Add handling of CMAKE_*_LINKER_FLAGS_<CONFIG> variablesPatrick Gansterer2013-07-311-6/+30
| * Add documentation for the missing CMAKE_*_LINKER_FLAGS_* variablesPatrick Gansterer2013-07-311-0/+43
| * Add support for CMAKE_STATIC_LINKER_FLAGSPatrick Gansterer2013-07-312-32/+40
| * Unify the way the flags of a static library are readPatrick Gansterer2013-07-316-60/+45
* | Merge topic '13582_configured_file_regeneration'Brad King2013-07-311-1/+5
|\ \
| * | cmMakefile: Do not track configured files known to be temporaryBrad King2013-07-301-1/+5
* | | Merge topic 'install-interface-includes'Brad King2013-07-311-7/+0
|\ \ \
| * | | install: Remove error condition using INCLUDES DESTINATION without EXPORT.Stephen Kelly2013-07-291-7/+0
* | | | Merge topic 'passthru'Brad King2013-07-313-5/+15
|\ \ \ \
| * | | | Add option to use stdout/stderr of original terminal in cmake --buildPatrick Gansterer2013-07-293-5/+15
* | | | | CMake Nightly Date StampKitware Robot2013-07-311-1/+1
* | | | | CMake Nightly Date StampKitware Robot2013-07-301-1/+1
* | | | | Merge topic 'fix-export-includes-crash'Brad King2013-07-291-1/+1
|\ \ \ \ \
| * | | | | Fix crash on export of target with empty INTERFACE_INCLUDE_DIRECTORIES.Stephen Kelly2013-07-291-1/+1
* | | | | | Merge topic 'memcheck_pre_post_args'Brad King2013-07-291-3/+2
|\ \ \ \ \ \
| * | | | | | Revert "CTest: fix pre and post test commands with spaces" (#13887)Rolf Eike Beer2013-07-271-3/+2
| |/ / / / /
* | | | | | Merge topic 'rpath-on-mac'Brad King2013-07-291-1/+9
|\ \ \ \ \ \
| * | | | | | OS X: If necessary, use xcrun to help find otool used to query install names.Clinton Stimpson2013-07-271-1/+9
| |/ / / / /
* | | | | | Merge topic 'DocumentGraphvisOptions'Brad King2013-07-291-2/+4
|\ \ \ \ \ \
| * | | | | | Add documentation for the --graphviz supportAlex Neundorf2013-07-261-2/+4
* | | | | | | Merge topic 'ninja_bad_cmcldeps_paths'Brad King2013-07-291-9/+24
|\ \ \ \ \ \ \
| * | | | | | | Ninja: Make cmcldeps depfile output more consistent with 'ninja -t msvc'Reid Kleckner2013-07-261-9/+24
* | | | | | | | Merge topic 'minor-cleanups'Brad King2013-07-297-27/+61
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | Genex: Disallow LINKER_LANGUAGE only when used on a static library.Stephen Kelly2013-07-263-6/+10
| * | | | | | | cmTarget: Fix iface libraries and languages for static libraries.Stephen Kelly2013-07-261-1/+16
| * | | | | | | cmTarget: Remove duplicates when printing traces of tll signaturesStephen Kelly2013-07-261-1/+7
| * | | | | | | Export: Fix typo of LINK_INTERFACE_LIBRARIES.Stephen Kelly2013-07-261-1/+1
| * | | | | | | Docs: Document variables for default visibility values.Stephen Kelly2013-07-261-0/+16
| * | | | | | | Docs: Generalize and de-duplicate VISIBILITY_PREFIX docs.Stephen Kelly2013-07-261-14/+5
| * | | | | | | Docs: Trim trailing whitespace in generated doc.Stephen Kelly2013-07-262-2/+2
| * | | | | | | Docs: Document existing target property debugging options.Stephen Kelly2013-07-261-3/+5
| * | | | | | | Docs: Document file(GENERATE) CONDITION as optional.Stephen Kelly2013-07-251-1/+1
* | | | | | | | CMake Nightly Date StampKitware Robot2013-07-291-1/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | CMake Nightly Date StampKitware Robot2013-07-281-1/+1
| |_|_|/ / / |/| | | | |
* | | | | | CMake Nightly Date StampKitware Robot2013-07-271-1/+1
| |_|/ / / |/| | | |
* | | | | Merge topic 'tid-system-argument'Brad King2013-07-261-1/+1
|\ \ \ \ \
| * | | | | cmTarget: Fix property name typo in docs.Stephen Kelly2013-07-251-1/+1
* | | | | | Merge topic 'install-interface-relative'Brad King2013-07-263-6/+36
|\ \ \ \ \ \
| * | | | | | Genex: Allow relative paths in INSTALL_INTERFACE.Stephen Kelly2013-07-253-6/+36
| | |_|_|/ / | |/| | | |
* | | | | | Merge topic 'install-interface-includes'Brad King2013-07-268-11/+96
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Add a convenient way to add the includes install dir to the INTERFACE.Stephen Kelly2013-07-248-11/+96
* | | | | | Merge topic 'sha2-avoid-type-pun'Brad King2013-07-261-4/+8
|\ \ \ \ \ \
| * | | | | | sha2: Avoid type-punned pointer dereference (#14314)Brad King2013-07-251-4/+8
| | |_|/ / / | |/| | | |
* | | | | | CMake Nightly Date StampKitware Robot2013-07-261-1/+1
|/ / / / /
* | | | | export: Error when exporting a target without a languageBen Boeckel2013-07-251-0/+10
* | | | | Merge topic 'tll-new-signatures'Brad King2013-07-256-19/+232
|\ \ \ \ \
| * | | | | target_link_libraries: Add PUBLIC/PRIVATE/INTERFACE keyword signatureStephen Kelly2013-07-246-19/+232