summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefileTargetGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* ENH: Create cmMakefileTargetGenerator::ConfigNameBrad King2009-07-031-2/+2
* ENH: Cleanup make progress rule generation codeBrad King2009-06-251-39/+0
* ENH: Allow projects to disable per-rule echo linesBrad King2009-03-161-14/+20
* ENH: Allow projects to disable per-rule progressBrad King2009-03-161-9/+22
* ENH: Factor out makefile progress rule commandsBrad King2009-03-161-24/+18
* BUG: Pass shared library export symbol in DEFINESBrad King2009-02-271-2/+1
* ENH: Define RULE_LAUNCH_* propertiesBrad King2009-02-101-0/+2
* ENH: Give target in which custom commands buildBrad King2009-02-101-1/+1
* BUG: Fix preprocess and assembly rule expansionBrad King2009-02-021-12/+12
* BUG: Do not expand rule variables in info rulesBrad King2009-02-021-33/+36
* ENH: Refactor custom command rule hashingBrad King2009-02-021-6/+5
* BUG: Fix color check for dependency scanningBrad King2008-10-151-2/+5
* ENH: Support object lists longer than 128K on MSVCBrad King2008-10-151-8/+29
* ENH: Factor out listing of objects on command lineBrad King2008-10-151-0/+38
* ENH: Fix optional use of relative paths.Brad King2008-10-091-5/+5
* ENH: Simplify framework -F flag generationBrad King2008-10-091-1/+3
* ENH: Use new link info during dependency scanningBrad King2008-09-151-7/+7
* BUG: Include less content as input to "rule hash" computation.Brad King2008-06-031-1/+7
* ENH: Introduce "rule hashes" to help rebuild files when rules change.Brad King2008-06-021-7/+6
* BUG: Fix makefile generator to have link rules depend on all full path librar...Brad King2008-05-211-38/+7
* ENH: Add SKIP_RULE_DEPENDS option for add_custom_command()Brad King2008-05-141-2/+5
* BUG: Fix generation of some paths into .cmake files in the build tree to esca...Brad King2008-05-101-2/+4
* BUG: fix for bug 6834 RC should not get all COMPILE_FLAGS from a target and s...Bill Hoffman2008-04-221-2/+27
* BUG: When MACOSX_PACKAGE_LOCATION specifies Headers/foo we must still create ...Brad King2008-04-141-2/+7