summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalUnixMakefileGenerator3.cxx
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'make-entry-no-parallel'Brad King2013-12-201-0/+11
|\
| * Makefile: Allow "gmake target1 target2 -j" (#14312)Brad King2013-12-201-0/+11
* | Remove INTERFACE build targets.Stephen Kelly2013-12-101-1/+0
|/
* Merge topic 'use-generator-target'Brad King2013-12-021-0/+5
|\
| * Don't generate subdir convenience rules for IMPORTED targets.Stephen Kelly2013-11-291-0/+5
* | INTERFACE_LIBRARY: Avoid codepaths which set unneeded properties.Stephen Kelly2013-11-251-1/+2
|/
* Port some of the generator API to cmGeneratorTarget.Stephen Kelly2013-11-221-23/+31
* Refactor tool selection for edit_cache (#14544)Brad King2013-11-121-11/+0
* Create make rules for INTERFACE_LIBRARY targets.Stephen Kelly2013-10-211-0/+1
* Makefile: Always create clean target commandBrad King2013-10-161-37/+37
* Generate modern-style cmake code.Stephen Kelly2013-08-221-16/+16
* Merge topic 'drop-old-vs-dependency'Brad King2013-07-161-1/+0
|\
| * VS,Xcode: Drop incorrect legacy dependency trace (#14291)Brad King2013-07-151-1/+0
* | Refactor cmTarget::GetCompileDefinitions to use an out-vector, not a string.Stephen Kelly2013-07-111-2/+2
|/
* 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-201-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