summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* OS X: Encode -F framework search flag in per-language platform variableBrad King2013-10-101-9/+23
* Merge topic 'haiku-updates'Brad King2013-10-091-5/+7
|\
| * Haiku: Remove use of B_COMMON_DIRECTORYAdrien Destugues2013-10-081-5/+7
* | Merge topic 'INTERFACE_LIBRARY-target-type'Brad King2013-10-081-0/+8
|\ \ | |/ |/|
| * Add the INTERFACE_LIBRARY target type.Stephen Kelly2013-10-071-0/+8
* | Generate modern-style cmake code.Stephen Kelly2013-08-221-37/+38
|/
* Revert "Add compiler target compile options."Stephen Kelly2013-08-091-14/+0
* Add support for CMAKE_STATIC_LINKER_FLAGSPatrick Gansterer2013-07-311-0/+7
* Unify the way the flags of a static library are readPatrick Gansterer2013-07-311-20/+13
* Remove TODO to uniq COMPILE_OPTIONSStephen Kelly2013-07-181-1/+1
* Merge topic 'drop-old-vs-dependency'Brad King2013-07-161-7/+1
|\
| * VS,Xcode: Drop incorrect legacy dependency trace (#14291)Brad King2013-07-151-7/+1
* | Merge topic 'tid-system-argument'Brad King2013-07-161-4/+4
|\ \
| * | Add Target API to determine if an include is a system include.Stephen Kelly2013-07-021-3/+4
| * | Remove unused variable.Stephen Kelly2013-07-021-1/+0
| |/
* | Merge topic 'compile-defs-debugging'Brad King2013-07-151-0/+17
|\ \
| * | Refactor cmTarget::GetCompileDefinitions to use an out-vector, not a string.Stephen Kelly2013-07-111-0/+11
| * | Overload cmLocalGenerator::AppendDefines to add a list.Stephen Kelly2013-07-101-0/+6
| |/
* | Revert "Use --sysroot when cross compiling."Stephen Kelly2013-07-121-5/+1
|/
* Refactor target COMPILE_OPTIONS and COMPILE_FLAGS handlingBrad King2013-06-271-12/+40
* Escape target flags taken from COMPILE_OPTIONSBrad King2013-06-271-3/+10
* Merge topic 'COMPILER_TARGET'Brad King2013-06-261-0/+14
|\
| * Add compiler target compile options.Stephen Kelly2013-06-111-0/+14
* | Merge topic 'set-sysroot'Brad King2013-06-241-1/+5
|\ \
| * | Use --sysroot when cross compiling.Stephen Kelly2013-06-071-1/+5
| |/
* | Add whitespace after colons in error messages.Stephen Kelly2013-06-211-2/+2
|/
* Merge topic 'VISIBILITY_PRESET-property'Brad King2013-06-051-0/+75
|\
| * Add a COMPILE_OPTION for a VISIBILITY_INLINES_HIDDEN target property.Stephen Kelly2013-06-021-20/+47
| * Introduce target property <LANG>_VISIBILITY_PRESETStephen Kelly2013-06-021-0/+48
* | Add COMPILE_OPTIONS target property.Stephen Kelly2013-06-021-0/+8
* | Add cmLocalGenerator::GetCompileOptions.Stephen Kelly2013-06-021-0/+12
|/
* Merge topic 'unused-cleanup'Brad King2013-05-211-2/+0
|\
| * Remove unused vector population.Stephen Kelly2013-05-201-2/+0
* | Merge topic 'fix-style'Brad King2013-05-211-2/+2
|\ \
| * | Fix brace indentation.Stephen Kelly2013-05-181-2/+2
| |/
* | Fix spelling and typos (affecting binary data / module messages)Andreas Mohr2013-05-071-1/+1
|/
* Automoc: append implicit includes after user-specified dirsStephen Kelly2013-03-191-13/+24
* Process generator expressions for 'system' include directories.Stephen Kelly2013-02-071-2/+3
* Process the INTERFACE_PIC property from linked dependenciesStephen Kelly2013-01-101-3/+14
* OS X: Link with all framework search paths, not just the lastBrad King2012-12-111-1/+1
* Automoc: get include dirs without stripping implicit include dirs offAlex Neundorf2012-12-071-11/+16
* Merge topic 'revert-use-generator-target'Brad King2012-11-271-1/+1
|\
| * Revert "Move GetLinkInformation to cmGeneratorTarget"Stephen Kelly2012-11-211-1/+1
* | NMake: Fix problem with empty DEPENDS args (#13392)David Cole2012-11-211-0/+8
|/
* GenEx: Create cmGeneratorTargets for imported targets.Stephen Kelly2012-10-221-0/+4
* Fix config-specific INCLUDE_DIRECTORIES in multi-config generatorsStephen Kelly2012-10-171-2/+3
* Merge topic 'ninja-LIBPATH'Brad King2012-10-021-16/+25
|\
| * Ninja: move -LIBPATH behind -link optionPeter Kümmel2012-10-011-16/+25
* | Merge topic 'generator-expression-target-properties'Brad King2012-09-281-4/+7
|\ \ | |/ |/|
| * Early return if there is no target.Stephen Kelly2012-09-281-4/+7