summaryrefslogtreecommitdiffstats
path: root/Source/cmGeneratorTarget.cxx
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'clang-tidy'Brad King2017-04-241-37/+29
|\
| * clang-tidy: remove else after break and continueDaniel Pfeifer2017-04-211-37/+29
* | Merge topic 'enable_ptx_compilation'Brad King2017-04-211-0/+12
|\ \
| * | CUDA: Allow sources to be compiled to .ptx filesRobert Maynard2017-04-201-0/+12
| |/
* | Replace boolean `implib` parameters with enumGregor Jasny2017-04-201-95/+131
|/
* Merge topic 'objlib-extend'Brad King2017-04-191-0/+40
|\
| * cmGeneratorTarget: Add method to get the object file directoryBrad King2017-04-181-0/+13
| * cmGeneratorTarget: Factor out a GetTargetObjectNames methodBrad King2017-04-181-0/+27
* | Merge topic 'fix-CMP0026-old'Brad King2017-04-181-0/+20
|\ \ | |/ |/|
| * CMP0026: Fix OLD behavior with file written during configure stepBrad King2017-04-171-0/+20
* | cmGeneratorTarget: Drop obj libs from GetConfigCommonSourceFilesBrad King2017-04-131-2/+15
* | cmGeneratorTarget: Add method to collect all sources for all configsBrad King2017-04-131-0/+37
* | Merge topic 'xcode-remove-UseObjectLibraries'Brad King2017-04-131-35/+0
|\ \
| * | cmGeneratorTarget: Drop unused UseObjectLibraries methodBrad King2017-04-121-35/+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-6/+0
|/
* cmGeneratorTarget: Replace source classifier implementationBrad King2017-04-071-259/+145
* cmGeneratorTarget: Remove unnecessary conditionBrad King2017-04-071-2/+0
* Merge topic '16733-bundle-genex'Brad King2017-03-311-29/+35
|\
| * Genex: Add `TARGET_BUNDLE_[CONTENT_]_DIR` generator expressionsGregor Jasny2017-03-301-2/+8
| * cmGeneratorTarget: Call GetFrameworkDirectory in GetFullNameInternalGregor Jasny2017-03-301-7/+1
| * cmGeneratorTarget: Use enum to describe bundle directory query levelGregor Jasny2017-03-301-20/+26
* | Merge topic 'ipo-policy-CMP0069'Brad King2017-03-311-10/+75
|\ \ | |/ |/|
| * Implement interprocedural optimization for GNU compilersRuslan Baratov2017-03-301-7/+16
| * Add policy CMP0069 to enforce INTERPROCEDURAL_OPTIMIZATIONRuslan Baratov2017-03-301-1/+57
| * Refactoring: s,GetFeatureAsBool,IsIPOEnabled,Ruslan Baratov2017-03-301-3/+3
* | Apple: Fix Resources location for all generatorsGregor Jasny2017-03-231-1/+9
* | Xcode: Properly handle Bundle Resources with more than one hierarchy levelGregor Jasny2017-03-221-0/+2
|/
* Support WINDOWS_EXPORT_ALL_SYMBOLS with `.def` filesBrad King2017-03-211-5/+6
* Refactor WINDOWS_EXPORT_ALL_SYMBOLS implementationBrad King2017-03-091-1/+6
* Refactor module definition file selectionBrad King2017-03-091-7/+31
* Refactor module definition source enumerationBrad King2017-03-091-5/+10
* VS: Cache the list of xaml and resx headersDmitry Kochkin2017-02-271-7/+19
* Merge topic 'object-library-compile-pdb'Brad King2017-02-271-1/+1
|\
| * Fix COMPILE_PDB_NAME when used on an OBJECT libraryBrad King2017-02-241-1/+1
* | Add policy CMP0068 separate install_name and RPATH settings on macOSClinton Stimpson2017-02-141-0/+21
* | Apple: Add BUILD_WITH_INSTALL_NAME_DIR target propertyClinton Stimpson2017-02-141-0/+6
* | Apple: Refactor support for using INSTALL_NAME_DIR.Clinton Stimpson2017-02-141-20/+39
|/
* Apple: Add support for static frameworksGregor Jasny2017-01-311-1/+2
* Xcode: Control emission of EFFECTIVE_PLATFORM_NAMEGregor Jasny2017-01-201-2/+3
* clang-tidy: apply modernize-use-bool-literals fixesDaniel Pfeifer2016-12-121-6/+7
* cmGeneratorTarget: Add AddIncludeDirectory method (experimental)Sebastian Holtermann2016-12-071-0/+15
* Merge topic 'imported-interface-libname'Brad King2016-11-091-0/+13
|\
| * Allow imported INTERFACE libraries to specify a link library nameBrad King2016-11-091-0/+13
* | Merge topic 'include-what-you-use'Brad King2016-11-081-10/+12
|\ \
| * | Fix several include-what-you-use findingsDaniel Pfeifer2016-11-081-10/+12
| |/
* | cmGeneratorTarget: Correctly set FortranModuleDirectoryCreatedDaniel Pfeifer2016-11-051-0/+1
* | cmGeneratorTarget: Don't assing a bool to a stringDaniel Pfeifer2016-11-051-1/+0
|/
* Introduce CM_UNORDERED_SETDaniel Pfeifer2016-10-241-27/+22