summaryrefslogtreecommitdiffstats
path: root/Source/cmGeneratorTarget.h
Commit message (Expand)AuthorAgeFilesLines
* clang-format: format all code as Cpp11Daniel Pfeifer2017-08-301-1/+1
* IWYU: Mark cmConfigure.h with pragma: keepDaniel Pfeifer2017-08-261-1/+1
* Use C++11 nullptrDaniel Pfeifer2017-08-241-2/+2
* Autogen: Clear sources meta data cacheSebastian Holtermann2017-08-101-0/+5
* Diagnose object library self-referenceBrad King2017-07-141-0/+5
* IPO: Consider support for each language separatelyBrad King2017-06-141-2/+3
* Features: Refactor <LANG>_STANDARD updateBrad King2017-05-011-0/+2
* Use CM_DISABLE_COPYDaniel Pfeifer2017-04-241-3/+2
* cmGeneratorTarget::SourceFileFlags: remove custom copy ctorDaniel Pfeifer2017-04-211-5/+0
* Merge topic 'enable_ptx_compilation'Brad King2017-04-211-0/+1
|\
| * CUDA: Allow sources to be compiled to .ptx filesRobert Maynard2017-04-201-0/+1
* | Replace boolean `implib` parameters with enumGregor Jasny2017-04-201-16/+26
|/
* cmGeneratorTarget: Add method to get the object file directoryBrad King2017-04-181-0/+4
* cmGeneratorTarget: Factor out a GetTargetObjectNames methodBrad King2017-04-181-0/+5
* cmGeneratorTarget: Drop default GetLinkerLanguage config argumentBrad King2017-04-171-1/+1
* cmGeneratorTarget: Drop obj libs from GetConfigCommonSourceFilesBrad King2017-04-131-0/+5
* cmGeneratorTarget: Add method to collect all sources for all configsBrad King2017-04-131-0/+15
* Merge topic 'xcode-remove-UseObjectLibraries'Brad King2017-04-131-3/+0
|\
| * cmGeneratorTarget: Drop unused UseObjectLibraries methodBrad King2017-04-121-3/+0
* | Merge topic 'include-style'Brad King2017-04-131-1/+1
|\ \ | |/ |/|
| * Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* | cmGeneratorTarget: Drop unused GetIDLSources methodBrad King2017-04-111-2/+0
|/
* cmGeneratorTarget: Replace source classifier implementationBrad King2017-04-071-20/+41
* Merge topic '16733-bundle-genex'Brad King2017-03-311-7/+16
|\
| * Genex: Add `TARGET_BUNDLE_[CONTENT_]_DIR` generator expressionsGregor Jasny2017-03-301-0/+1
| * cmGeneratorTarget: Use enum to describe bundle directory query levelGregor Jasny2017-03-301-7/+15
* | Merge topic 'ipo-policy-CMP0069'Brad King2017-03-311-2/+6
|\ \ | |/ |/|
| * Implement interprocedural optimization for GNU compilersRuslan Baratov2017-03-301-0/+3
| * Add policy CMP0069 to enforce INTERPROCEDURAL_OPTIMIZATIONRuslan Baratov2017-03-301-0/+1
| * Refactoring: s,GetFeatureAsBool,IsIPOEnabled,Ruslan Baratov2017-03-301-2/+2
* | Xcode: Properly handle Bundle Resources with more than one hierarchy levelGregor Jasny2017-03-221-1/+3
|/
* Support WINDOWS_EXPORT_ALL_SYMBOLS with `.def` filesBrad King2017-03-211-0/+2
* Refactor WINDOWS_EXPORT_ALL_SYMBOLS implementationBrad King2017-03-091-0/+1
* Refactor module definition file selectionBrad King2017-03-091-1/+12
* Refactor module definition source enumerationBrad King2017-03-091-0/+2
* VS: Cache the list of xaml and resx headersDmitry Kochkin2017-02-271-0/+4
* Apple: Refactor support for using INSTALL_NAME_DIR.Clinton Stimpson2017-02-141-0/+10
* cmGeneratorTarget: Add AddIncludeDirectory method (experimental)Sebastian Holtermann2016-12-071-0/+6
* Allow imported INTERFACE libraries to specify a link library nameBrad King2016-11-091-0/+4
* cmState: Port dependents to new cmStateTypes headerStephen Kelly2016-10-191-1/+1
* cmState: Move TargetType enum to separate namespaceStephen Kelly2016-10-191-2/+2
* Merge topic 'extract-computed-target-properties'Brad King2016-10-171-0/+4
|\
| * cmGeneratorTarget: Implement cmTargetPropertyComputer interfaceStephen Kelly2016-10-151-0/+2
| * cm{,Generator}Target: Add global generator accessorsStephen Kelly2016-10-151-0/+2
* | Factor IDE folder name retrieval out into helper methodGregor Jasny2016-10-171-0/+3
|/
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* Fortran: Use module dir flag if needed for default module directoryBrad King2016-09-201-2/+3
* cmGeneratorTarget: factor out common part of AddSources commandsDaniel Pfeifer2016-09-081-0/+2
* fix a load of include-what-you-use violationsDaniel Pfeifer2016-09-031-1/+12
* use CM_NULLPTRDaniel Pfeifer2016-06-281-3/+3