summaryrefslogtreecommitdiffstats
path: root/Source/cmGeneratorTarget.cxx
Commit message (Expand)AuthorAgeFilesLines
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* 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
* Merge topic 'clang-tidy'Brad King2016-10-201-1/+1
|\
| * fix more issues reported by clang-tidyDaniel Pfeifer2016-10-201-1/+1
* | cmListFileCache: Remove cmState header includeStephen Kelly2016-10-191-0/+1
* | cmState: Move TargetType enum to separate namespaceStephen Kelly2016-10-191-94/+95
|/
* Merge topic 'extract-computed-target-properties'Brad King2016-10-171-1/+56
|\
| * cmTarget: Move sanity checks and computed property access to callersStephen Kelly2016-10-161-0/+12
| * cmGeneratorTarget: Implement cmTargetPropertyComputer interfaceStephen Kelly2016-10-151-0/+38
| * cm{,Generator}Target: Add global generator accessorsStephen Kelly2016-10-151-0/+5
| * cmTarget: Remove mutable marker from propertiesStephen Kelly2016-10-151-1/+1
* | Factor IDE folder name retrieval out into helper methodGregor Jasny2016-10-171-0/+16
|/
* Add a BUILD_RPATH target property specifying build-tree RPATH entriesRuslan Baratov2016-10-031-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-3/+12
* cmGeneratorTarget: Refactor Fortran module directory lookupBrad King2016-09-201-2/+5
* ninja: error out on relink requirementsBen Boeckel2016-09-151-1/+22
* cmGeneratorTarget: factor out a spaceBen Boeckel2016-09-131-3/+3