summaryrefslogtreecommitdiffstats
path: root/Source/cmGeneratorTarget.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* cmGeneratorTarget: factor out common part of AddSources commandsDaniel Pfeifer2016-09-081-11/+8
* cmGeneratorTarget: use erase-unique instead of reinitializationDaniel Pfeifer2016-09-081-8/+4
* cmGeneratorTarget: don't clear container in destructorDaniel Pfeifer2016-09-081-1/+0
* fix a load of include-what-you-use violationsDaniel Pfeifer2016-09-031-3/+17
* CMake: don't use else after returnDaniel Pfeifer2016-08-181-46/+37
* Make sure unnused parameters are /*named*/Daniel Pfeifer2016-08-161-8/+11
* Honor BUNDLE_EXTENSION also for Frameworks (#14742)Gregor Jasny2016-07-221-2/+13
* Honor BUNDLE_EXTENSION also for App Bundles (#16148)Gregor Jasny2016-07-221-1/+6
* Avoid using KWSys auto_ptr by adopting it ourselvesBrad King2016-06-291-16/+14
* use CM_NULLPTRDaniel Pfeifer2016-06-281-67/+70
* Use <unordered_set> where availableDaniel Pfeifer2016-06-271-1/+4
* cmGeneratorTarget: Fix Fortran module directory regressionBrad King2016-06-211-1/+1
* cmGeneratorTarget: Adopt Fortran module directory generationTobias Hunger2016-06-171-0/+35
* Prefer istringstream and ostringstream over stringstream.Daniel Pfeifer2016-06-141-2/+2
* Add missing braces around statements.Daniel Pfeifer2016-06-101-7/+14
* Simplify boolean expressionsDaniel Pfeifer2016-06-021-5/+1
* Merge topic 'improve-character-find-and-replace'Brad King2016-05-251-1/+1
|\
| * Improve string find: prefer character overloads.Daniel Pfeifer2016-05-241-1/+1
* | Add a variable to specify language-wide system include directoriesBrad King2016-05-251-0/+12
|/
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-2741/+1907
* cmGeneratorTarget: Protect macro code layout from clang-formatBrad King2016-05-161-12/+12
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-169/+0
* Isolate formatted streaming blocks with clang-format off/onBrad King2016-05-061-0/+10
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-9/+9
* Avoid depending on CMAKE_ROOT cache entry internally (#16015)Brad King2016-03-161-2/+1
* Remove temporary allocations when calling cmGeneratorTarget::GetName.Milian Wolff2016-01-201-1/+1
* iOS: Fix framework resource directory layout (#15848)Bartosz Kosiorek2015-12-031-1/+5
* Android: Restore generation of non-versioned soname (#15851)Brad King2015-11-191-0/+1
* Refactor `.def` file lookupTim Grothe2015-11-041-4/+10
* cmGeneratorTarget: Fix IMPLEMENT_VISIT_IMPL for template data typesBrad King2015-11-041-1/+1
* cmGeneratorTarget: Add API for globally visible IMPORTEDStephen Kelly2015-10-271-0/+5
* cmTargetCollectLinkLanguages: Remove cmMakefile dependencyStephen Kelly2015-10-271-3/+3
* cmGeneratorTarget: Port cmOptionalLinkImplementationStephen Kelly2015-10-271-2/+2
* cmGeneratorTarget: Add API for property keysStephen Kelly2015-10-271-6/+23
* cmGeneratorTarget: Move LinkLanguagePropagatesToDependents from cmTargetStephen Kelly2015-10-271-2/+2
* cmGeneratorTarget: Add GetUtilityBacktrace APIStephen Kelly2015-10-271-0/+6
* cmGeneratorTarget: Add GetUtilities APIStephen Kelly2015-10-271-1/+6
* cmGeneratorTarget: Add GetLinkDirectories API.Stephen Kelly2015-10-261-0/+5
* cmGeneratorTarget: Move GetFrameworkVersion from cmTargetStephen Kelly2015-10-261-2/+21
* cmGeneratorTarget: Add API for target-relative commands.Stephen Kelly2015-10-261-3/+21
* Makefiles: Port progress marks to cmGeneratorTarget.Stephen Kelly2015-10-241-0/+12
* cmGlobalGenerator: Move GeneratorTargetsType to usage site.Stephen Kelly2015-10-241-12/+0
* Access policy status from cmGeneratorTarget at generate time.Stephen Kelly2015-10-201-13/+13
* cmGeneratorTarget: Copy the policy map from the cmTarget.Stephen Kelly2015-10-201-0/+2