summaryrefslogtreecommitdiff
path: root/Source/cmLocalUnixMakefileGenerator3.cxx
Commit message (Expand)AuthorAgeFilesLines
* Fix spelling and typos (non-binary)Andreas Mohr2013-05-071-4/+4
* Fix the evaluation of per-config COMPILE_DEFINITIONS (#14037)Stephen Kelly2013-03-251-1/+0
* Fix generation of COMPILE_DEFINITIONS in DependInfo.cmake.Stephen Kelly2013-02-071-22/+5
* Always use the auto_ptr from cmsys.Stephen Kelly2012-11-211-1/+0
* AddCustomCommand: Handle multiple IMPLICIT_DEPENDS files (#10048)Alex Neundorf2012-11-061-3/+7
* Makefile: Support directory names containing '=' (#12934)Brad King2012-06-061-19/+32
* Build object library targets in MakefilesBrad King2012-03-131-0/+1
* Pre-compute object file names before Makefile generationBrad King2012-03-091-39/+0
* Merge branch 'cleanup-object-file-names' into object-libraryBrad King2012-03-091-11/+14
|\
| * Hide Makefile local object info inside local generatorBrad King2012-03-081-0/+14
| * Remove unused partial OBJECT_FILES property implementationBrad King2012-03-061-11/+0
* | Extract and use the INCLUDE_DIRECTORIES target properties.Stephen Kelly2012-02-221-22/+0
|/
* Merge topic 'warn-funny-path-names'David Cole2012-02-071-0/+15
|\
| * Allow directory names containing '=' and warn if necessary (#12934)Brad King2012-02-061-0/+15
* | Exit the loop when we have determined the language.Stephen Kelly2012-01-081-0/+1
* | fix #12262: dependency scanning for ASM filesAlex Neundorf2011-12-181-0/+2
* | Merge topic 'fix-typo'David Cole2011-11-081-1/+1
|\ \
| * | Fix typo.Stephen Kelly2011-11-041-1/+1
* | | Watcom: Use shortpath to CMake if full path has parens (#12548)Brad King2011-11-031-17/+25
|/ /
* | fix #12262: use the C dependency scanner also for ASM filesAlex Neundorf2011-10-051-1/+1
* | Fix for bug #12413, nmake did not handle targets with + in the name.Bill Hoffman2011-08-241-0/+2
* | MinGW: Remove old workaround and use native echo (#12283)Brad King2011-06-161-5/+2
* | Change working drive only in MinGW MakefilesBrad King2011-04-081-2/+5
* | Fix working drive of make rules on WindowsBrad King2011-04-081-3/+6
* | Optionally pass include directories with response filesBrad King2011-03-171-0/+14
|/
* Factor out common custom command generatorBrad King2010-12-081-20/+7
* Improve signature of cmLocalGenerator::GetRealDependencyBrad King2010-12-081-3/+6
* Don't enforce VERBOSE makefiles for the CodeBlocks generatorAlex Neundorf2010-11-111-2/+1
* Remove trailing whitespaceAlex Neundorf2010-11-111-36/+36
* Enable calling commands with : in argv[1] (#9963)David Cole2010-09-101-2/+9
* Fix failing ExternalProject test on Borland dashboards.David Cole2010-06-031-0/+22
* Fix warnings in CMake source code.David Cole2009-09-301-5/+3
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* Major optimization of C/C++ dependency scanning.Alexander Neundorf2009-09-231-7/+19
* Rescan dependencies also if CMakeDirectoryInformation.cmake has changed.Alexander Neundorf2009-09-221-7/+37
* Major improvement of the generated targets in Eclipse.Alexander Neundorf2009-09-161-0/+26
* BUG: Disable color makefile inside try-compileBrad King2009-07-211-1/+4
* ENH: Pass config to cmTarget RPATH install methodsBrad King2009-07-081-1/+1
* ENH: Cleanup make progress rule generation codeBrad King2009-06-251-74/+9
* STYLE: Remove unused variableBrad King2009-06-251-1/+0
* ENH: Skip 'SHELL = /bin/sh' in Makefiles on VMSBrad King2009-06-101-0/+2
* ENH: On VMS use _dir and _tmp, not .dir and .tmpBrad King2009-06-101-0/+4
* BUG: Remove implicit include dir suppressionBrad King2009-02-241-1/+1
* ENH: Add rule substitutions useful for launchersBrad King2009-02-101-0/+7
* ENH: Define RULE_LAUNCH_* propertiesBrad King2009-02-101-3/+34
* ENH: Give target in which custom commands buildBrad King2009-02-101-2/+8
* STYLE: fix two typos in the comments, patch from Daniel DOT Teske AT Nokia DO...Alexander Neundorf2009-02-091-1/+1
* ENH: Refactor custom command rule hashingBrad King2009-02-021-1/+10
* ENH: Refactor passing of max length object dirBrad King2008-12-161-5/+5
* ENH: Fix optional use of relative paths.Brad King2008-10-091-28/+27