summaryrefslogtreecommitdiff
path: root/Source/cmTarget.cxx
Commit message (Expand)AuthorAgeFilesLines
* Add generator expression support to OUTPUT_NAME target propertyRobert Goulet2015-07-091-3/+13
* Merge topic 'empty-LINK_LIBRARIES'Brad King2015-07-091-6/+12
|\
| * set_property: Fix crash when setting LINK_LIBRARIES to nothingBrad King2015-07-081-6/+12
* | Merge topic 'auto_export_dll_symbols'Brad King2015-07-081-0/+5
|\ \
| * | Windows: Optionally generate DLL module definition files automaticallyBill Hoffman2015-07-061-0/+5
* | | Merge topic 'fix-target_link_libraries-wrong-dir'Brad King2015-06-261-2/+2
|\ \ \ | |/ / |/| |
| * | cmTarget: Fix diagnostic of target_link_libraries in wrong directory (#15626)Brad King2015-06-251-2/+2
| |/
* | Merge topic 'compiler-launcher'Brad King2015-06-151-0/+2
|\ \
| * | Add options to launch the compiler through tools like ccache or distccBill Hoffman2015-06-151-0/+2
| |/
* | Merge topic 'data-layout'Brad King2015-06-081-44/+25
|\ \
| * | cmTarget: Replace PolicyStatus members with PolicyMap.Stephen Kelly2015-06-071-15/+2
| * | cmTarget: Use method abstraction for policy status.Stephen Kelly2015-06-071-9/+9
| * | cmPropertyMap: Remove chaining logic.Stephen Kelly2015-06-071-8/+8
| * | cmPropertyMap: Remove scope parameter from API where not used.Stephen Kelly2015-06-071-12/+6
* | | Merge topic 'move-Feature-API'Brad King2015-06-081-28/+0
|\ \ \
| * | | cmGeneratorTarget: Move Feature API from cmTarget.Stephen Kelly2015-06-061-28/+0
| |/ /
* | | cmTarget: Port to cmOutputConverter.Stephen Kelly2015-06-061-3/+3
|/ /
* | Merge topic 'cmMakefile-Configure'Brad King2015-06-041-6/+6
|\ \
| * | Merge Configure state with GeneratingBuildSystem state.Stephen Kelly2015-06-041-6/+6
| |/
* | cmMakefile: Make cmListFileBacktrace default constructible.Stephen Kelly2015-06-031-2/+2
|/
* Merge topic 'run-include-what-you-use'Brad King2015-05-211-0/+2
|\
| * Add options to run include-what-you-use with the compilerBrad King2015-05-191-0/+2
* | cmTarget: Simplify CMP0023 message loop.Stephen Kelly2015-05-181-15/+5
* | cmTarget: Simplify output computation.Stephen Kelly2015-05-181-1/+1
* | cmTarget: Store context in stack only if different.Stephen Kelly2015-05-181-8/+5
* | cmTarget: Store only cmListFileContext for CMP0023 handling.Stephen Kelly2015-05-181-15/+12
* | cmTarget: Remove needless iteration.Stephen Kelly2015-05-181-1/+0
|/
* Merge topic 'refactor-cmPolicies'Brad King2015-05-051-26/+12
|\
| * Port to static cmPolicies API.Stephen Kelly2015-05-041-26/+12
* | Port to cmMakefile::GetGlobalGenerator.Stephen Kelly2015-05-031-10/+8
|/
* cmMakefile: Port users of GetStart* methods to new names.Stephen Kelly2015-04-211-4/+4
* cmMakefile: Rename GetCurrent{Output,Binary}Directory.Stephen Kelly2015-04-211-1/+1
* Move property definition to cmState.Stephen Kelly2015-04-131-14/+0
* Merge topic 'introduce-cmState'Brad King2015-04-131-2/+2
|\
| * cmState: Move CacheEntryType enum from cmCacheManager.Stephen Kelly2015-04-131-2/+2
* | cmake: Remove DebugConfigs member.Stephen Kelly2015-04-121-2/+2
* | Properties: Add CROSSCOMPILING_EMULATOR target property.Matt McCormick2015-04-071-0/+1
|/
* OS X: Add handling for XCTest bundlesGregor Jasny2015-03-231-1/+15
* Include cmAlgorithms where it is used.Stephen Kelly2015-03-111-0/+1
* Genex: Allow COMPILE_LANGUAGE when processing include directories.Stephen Kelly2015-03-091-5/+9
* Genex: Allow COMPILE_LANGUAGE when processing compile definitions.Stephen Kelly2015-03-091-5/+9
* Genex: Enable use of COMPILE_LANGUAGE for compile options.Stephen Kelly2015-03-091-9/+17
* Merge topic 'minor-cleanups'Brad King2015-02-231-5/+5
|\
| * cmTarget: Don't needlessly clear vectors in the destructor.Stephen Kelly2015-02-211-5/+5
* | cmTarget: Port loop to algorithm.Stephen Kelly2015-02-201-6/+3
|/
* cmTarget: Remove template argument workaround.Stephen Kelly2015-02-171-9/+5
* cmTarget: Use a sorted vector in place of a set.Stephen Kelly2015-02-111-17/+10
* Replace loop with algorithm.Stephen Kelly2015-02-061-7/+3
* Use insert member instead of back_inserter.Stephen Kelly2015-02-061-2/+1
* Merge topic 'consistent-empty-method'Brad King2015-01-191-2/+2
|\