summaryrefslogtreecommitdiff
path: root/Source/cmMakefileTargetGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/ |/|
| * Fix Fortran .mod timestamps with Cray compilerBrad King2010-12-061-7/+6
* | Make Fortran $obj.provides.build targets not .PHONYBrad King2010-12-061-1/+1
|/
* Create Fortran info variables for .mod behaviorBrad King2010-11-121-0/+13
* Define LINK_DEPENDS target property (#11406)Brad King2010-11-051-0/+7
* Consolidate duplicate link rule make dependency codeBrad King2010-11-051-0/+31
* Merge branch 'tru64-make-includes'Brad King2010-06-151-3/+6
|\
| * Tru64: Use full-path include directives in Makefiles (#10569)Brad King2010-06-141-3/+6
* | Merge branch 'mingw-response-files'Brad King2010-06-151-2/+13
|\ \ | |/ |/|
| * Use platform variable for response file flagBrad King2010-03-111-1/+12
| * Use forward slashes for objects in response filesBrad King2010-03-111-1/+1
* | -fix GetFrameworkFlags() for Mac, which was broken with my last commitAlex Neundorf2010-05-031-2/+1
* | -improve crosscompiling from Linux to iphone (#10526)Alex Neundorf2010-05-011-6/+8
|/
* Fix line-too-long style violationsBrad King2009-10-231-1/+2
* Define per-target OSX_ARCHITECTURES propertyBrad King2009-10-211-0/+4
* remove unused variables, reported by icpcAlexander Neundorf2009-10-031-3/+0
* Create INTERPROCEDURAL_OPTIMIZATION build featureBrad King2009-10-021-0/+5
* Introduce "build feature" lookup frameworkBrad King2009-10-021-0/+12
* Centralize language flag addition for MakefilesBrad King2009-10-021-4/+11
* Fix module definition file reference for VS6 NMakeBrad King2009-09-301-4/+4
* Fix use of module .def files for MS toolsBrad King2009-09-291-0/+28
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* Do not call CollapseFullPath for PDB file namesBrad King2009-09-171-1/+1
* ENH: Pass config to cmTarget::GetDirectory()Brad King2009-07-031-1/+1