summaryrefslogtreecommitdiff
path: root/Source/cmGeneratorTarget.cxx
Commit message (Expand)AuthorAgeFilesLines
* PIE link options: No warning when policy CMP0083 is not set.Marc Chevrier2019-02-201-15/+4
* Xcode: Fix object library builds with sanitizers enabledBrad King2019-01-301-0/+7
* Merge topic 'cmake-files-directory'Brad King2019-01-251-1/+1
|\
| * cmake: inlined files dir constant and removed it from cmake.hBruno Manganelli2019-01-211-1/+1
* | cmSystemTools::Error(): new overload accepting std::stringVitaly Stakhovsky2019-01-231-4/+4
* | clang-tidy: Pass by valueRegina Pfeifer2019-01-221-2/+3
* | Merge topic 'autogen_mocs_compilation_first'Brad King2019-01-211-10/+10
|\ \
| * | cmTarget,cmGeneratorTarget: Add optional `before` parameter to AddSourceSebastian Holtermann2019-01-181-10/+10
| |/
* | clang-tidy: Use emplaceRegina Pfeifer2019-01-171-4/+4
|/
* Merge topic 'semi-warnings'Brad King2019-01-161-2/+2
|\
| * Fix most clang -Wextra-semi-stmt warnings in C++ filesSean McBride2019-01-151-2/+2
* | Factor out enum MessageType into dedicated headerBruno Manganelli2019-01-161-46/+55
|/
* clang-tidy: fix warnings from version 7Regina Pfeifer2018-11-201-2/+1
* POSITION_INDEPENDENT_CODE: Manage link flags for executablesMarc Chevrier2018-11-111-12/+122
* INTERFACE_POSITION_INDEPENDENT_CODE: add generator expressions supportMarc Chevrier2018-11-081-9/+28
* Using front() and back() instead of calculationsCengizhan Pasaoglu2018-11-061-3/+2
* Merge topic 'fix-custom-target-with-csharp'Brad King2018-11-011-13/+15
|\
| * CSharp: Fix regression in VS project type selection for custom targetBrad King2018-10-311-13/+15
* | Add generator APIs to get build settings with backtracesBrad King2018-10-181-70/+197
* | add_dependencies: Track backtraces internallyBrad King2018-10-181-15/+6
* | cmLinkItem: Add backtraceBrad King2018-10-181-11/+17
* | cmGeneratorTarget::GetExportMacro: return const std::string*Vitaly Stakhovsky2018-10-161-2/+2
|/
* Merge topic 'fix-csharp-target-type'Brad King2018-10-031-2/+6
|\
| * CSharp: Fix regression in VS project type selectionBrad King2018-10-021-2/+6
* | LINK_DIRECTORIES target property: add policy for absolute paths check.Marc Chevrier2018-09-251-2/+26
* | LINK_DIRECTORIES: Add new properties and commandsMarc Chevrier2018-09-251-5/+102
* | Merge topic 'fix-getsafedef-stdstring'Brad King2018-09-191-9/+8
|\ \
| * | Fix regression in target output file naming logicBrad King2018-09-191-9/+8
* | | Merge topic 'getsafedef-stdstring'Brad King2018-09-181-10/+10
|\ \ \ | |/ /
| * | cmMakefile: Make GetSafeDefinition return std::string const&Vitaly Stakhovsky2018-09-181-10/+10
* | | target_link_libraries: Allow use with targets in other directoriesBrad King2018-09-121-2/+29
* | | cmGeneratorTarget: Factor target name resolution out of link item resolutionBrad King2018-09-121-10/+24
* | | Make internal TARGET_PROPERTY generator expressions more robustBrad King2018-09-121-2/+8
|/ /
* | Fix transitive usage requirements through same-name imported targetsBrad King2018-09-101-23/+22
* | Fix dependency propagation through same-name imported targetsBrad King2018-09-071-3/+3
* | cmLinkItem: Convert to a "sum type" over a string and target pointerBrad King2018-09-071-19/+25
* | Remove unnecessary c_str() callsVitaly Stakhovsky2018-09-051-1/+1
* | Merge topic 'lg-directory'Brad King2018-08-281-2/+3
|\ \
| * | cmLocalGenerator: return directories as const std::string&Vitaly Stakhovsky2018-08-271-2/+3
* | | static library: add property STATIC_LIBRARY_OPTIONSMarc Chevrier2018-08-151-0/+41
|/ /
* | cmCompiledGeneratorExpression::Evaluate(): return const std::string&Vitaly Stakhovsky2018-08-091-1/+1
* | Remove unnecessary c_str() in RegularExpression::find callsVitaly Stakhovsky2018-08-071-1/+1
* | Return std::string from cmGeneratorTarget::ImportedGetLocationSebastian Holtermann2018-07-111-4/+2
* | Merge topic 'safe_property'Brad King2018-07-031-0/+9
|\ \
| * | Add GetSafeProperty method to cmTarget, cmGeneratorTarget and cmSourceFileSebastian Holtermann2018-07-021-0/+9
* | | LINK_DEPENDS: add support of 'generator expressions'Marc Chevrier2018-06-271-5/+11
* | | LINK_DEPENDS: add support for property INTERFACE_LINK_DEPENDSMarc Chevrier2018-06-271-0/+36
|/ /
* | LINK_OPTIONS: Add support of "LINKER:" prefixMarc Chevrier2018-06-061-1/+95
* | LINK_OPTIONS: Add new family of propertiesMarc Chevrier2018-06-061-11/+70
|/
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-10/+15