summaryrefslogtreecommitdiff
path: root/Source/cmMakefileTargetGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Refactor GetIncludeFlags to take includes instead of fetching themStephen Kelly2012-02-221-1/+5
|/
* Add CMAKE_GNUtoMS option to convert GNU .dll.a to MS .libBrad King2011-12-051-0/+10
* Factor makefile generator link rule lookup into helper functionBrad King2011-12-051-0/+7
* Fortran: Add support for free- and fixed-form flagsBrad King2011-08-311-0/+35
* Make std::map usage more portable in language=>flags/defines mapsBrad King2011-05-171-14/+22
* make compile command output optionalManuel Klimek2011-04-251-1/+2
* implement cxx command outputManuel Klimek2011-04-251-2/+19
* cache flags and definesManuel Klimek2011-04-251-45/+52
* refactor flags and definesManuel Klimek2011-04-251-55/+65
* Optionally pass include directories with response filesBrad King2011-03-171-2/+35
* Factor old-style -D flags out from -I flag generationBrad King2011-03-151-0/+5
* Merge topic 'link-depend-def-file'Brad King2010-12-161-0/+6
|\
| * Make link rule depend on ".def" file (#11014)Brad King2010-12-151-0/+6
* | Merge topic 'cray-compiler'Brad King2010-12-161-7/+6
|\ \ | |/ |/|