summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefileTargetGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
...
* | Port some of the generator API to cmGeneratorTarget.Stephen Kelly2013-11-221-1/+1
* | Makefile: Remove "forbidden" flags only as a wholeNils Gladitz2013-11-191-1/+34
* | Create make rules for INTERFACE_LIBRARY targets.Stephen Kelly2013-10-211-0/+1
* | OS X: Encode -F framework search flag in per-language platform variableBrad King2013-10-101-3/+11
* | Merge topic 'INTERFACE_LIBRARY-target-type'Brad King2013-10-081-1/+6
|\ \
| * | Add the INTERFACE_LIBRARY target type.Stephen Kelly2013-10-071-1/+6
| |/
* | Merge topic 'generate-modern-style'Brad King2013-10-071-7/+7
|\ \
| * | Generate modern-style cmake code.Stephen Kelly2013-08-221-7/+7
| |/
* | Genex: Evaluate genexes for additional make clean files.Stephen Kelly2013-08-271-1/+9
|/
* Merge topic 'tid-system-argument'Brad King2013-07-161-1/+2
|\
| * Add Target API to determine if an include is a system include.Stephen Kelly2013-07-021-1/+2
* | Merge topic 'compile-defs-debugging'Brad King2013-07-151-3/+2
|\ \
| * | Refactor cmTarget::GetCompileDefinitions to use an out-vector, not a string.Stephen Kelly2013-07-111-3/+2
| |/
* | Revert "Use --sysroot when cross compiling."Stephen Kelly2013-07-121-17/+0
|/
* Refactor target COMPILE_OPTIONS and COMPILE_FLAGS handlingBrad King2013-06-271-46/+4
* Use --sysroot when cross compiling.Stephen Kelly2013-06-071-0/+17
* Merge topic 'VISIBILITY_PRESET-property'Brad King2013-06-051-0/+3
|\
| * Introduce target property <LANG>_VISIBILITY_PRESETStephen Kelly2013-06-021-0/+3
* | Merge topic 'target-COMPILE_OPTIONS'Brad King2013-06-031-13/+19
|\ \
| * | Add cmLocalGenerator::GetCompileOptions.Stephen Kelly2013-06-021-13/+19
| |/
* | Refactor how bundles and frameworks are supported.Clinton Stimpson2013-05-231-1/+1
|/
* Merge topic 'fix-COMPILE_DEFINITIONS-config'Brad King2013-03-261-3/+0
|\
| * Fix the evaluation of per-config COMPILE_DEFINITIONS (#14037)Stephen Kelly2013-03-251-3/+0
* | Replace <TARGET> in CMAKE_<LANG>_COMPILE_OBJECT rule variablesBrad King2013-03-221-0/+8
|/
* Move GetCompileDefinitions to cmTarget.Stephen Kelly2013-01-291-2/+2
* Process the INTERFACE_PIC property from linked dependenciesStephen Kelly2013-01-101-1/+2
* Makefile: Use modern link information for framework search pathsBrad King2012-12-071-11/+15
* Revert "Move GetLinkInformation to cmGeneratorTarget"Stephen Kelly2012-11-211-4/+2
* Fix config-specific INCLUDE_DIRECTORIES in multi-config generatorsStephen Kelly2012-10-171-4/+14
* Merge topic 'vs-pdb-output'Brad King2012-10-011-1/+1
|\
| * Add PDB_OUTPUT_DIRECTORY and PDB_NAME target properties (#10830)Yuchen Deng2012-09-251-1/+1
* | Add a wrapper for accessing config-specific compile-definitions.Stephen Kelly2012-09-191-5/+4
* | Append the COMPILE_DEFINITIONS from the Makefile to all targets.Stephen Kelly2012-09-191-4/+0
* | Move GetIncludeDirectories to cmGeneratorTarget.Stephen Kelly2012-09-191-4/+8
* | Make cmLocalGenerator::AddArchitectureFlags take a cmGeneratorTarget.Stephen Kelly2012-09-191-1/+1
* | Move GetLinkInformation to cmGeneratorTargetStephen Kelly2012-09-191-2/+4
|/
* Don't duplicate -D defines sent to the compiler.Stephen Kelly2012-08-201-13/+21
* Ninja: remove warningsPeter Kümmel2012-07-181-10/+9
* Re-factor OS X content generator start up.Nicolas Despres2012-07-171-12/+2
* Re-factor bundle content copying rules generation.Nicolas Despres2012-07-171-35/+37
* Remove unused ivars to eliminate compiler warningsDavid Cole2012-06-201-4/+2
* Refactor generation of shared library flagsStephen Kelly2012-06-121-5/+1
* VS: Restore header files marked as OS X Framework content (#13196)Brad King2012-05-071-8/+18
* Add $<TARGET_OBJECTS:...> expression to use an object libraryBrad King2012-03-161-0/+3
* Build object library targets in MakefilesBrad King2012-03-131-11/+19
* Pre-compute object file names before Makefile generationBrad King2012-03-091-10/+4
* Simplify cmMakefileTargetGenerator using cmGeneratorTargetBrad King2012-03-091-50/+40
* Merge branch 'cleanup-object-file-names' into object-libraryBrad King2012-03-091-10/+2
|\
| * Hide Makefile local object info inside local generatorBrad King2012-03-081-10/+2
* | Extract and use the INCLUDE_DIRECTORIES target properties.Stephen Kelly2012-02-221-3/+32