summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalUnixMakefileGenerator3.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* ENH: Simplify makefile ref to interactive editorBrad King2008-10-091-3/+3
* BUG: Fix convenience rule working directoryBrad King2008-10-061-3/+3
* ENH: Allow users to specify macro-like #include line transforms for dependenc...Brad King2008-05-141-0/+26
* BUG: Fix generation of some paths into .cmake files in the build tree to esca...Brad King2008-05-101-2/+2
* BUG: Fix logic that loops over multiple output pairs to not loop beyond the v...Brad King2008-05-101-18/+15
* ENH: Light refactoring of implicit dependency scanning configuration implemen...Brad King2008-05-081-52/+2
* BUG: Fix repeated re-scanning of dependencies when the results do not change.Brad King2008-05-071-5/+8
* BUG: For Watcom WMake use the short path to avoid quoting problems in custom ...Brad King2008-04-301-0/+13
* BUG: the sun make goes into some odd n squared thing with this sccs and rcs s...Bill Hoffman2008-04-101-11/+1
* ENH: fix for watcom can't use phonyBill Hoffman2008-03-251-1/+1
* ENH: add PHONY targetsBill Hoffman2008-03-241-1/+4
* ENH: exclude borland make as wellBill Hoffman2008-03-181-13/+14
* ENH: turn off extra rules for nmake and wmakeBill Hoffman2008-03-181-12/+16
* ENH: try to improve make speed by getting rid of some implicit rules that wer...Bill Hoffman2008-03-181-0/+12
* ENH: remove abort calls and replace with an IssueMessage INTERANL_ERROR, bett...Bill Hoffman2008-03-131-1/+4
* BUG: Fix subtle bug that prevented Makefile generators from rescanning depend...Brad King2008-03-111-3/+28
* ENH: Cleanup impl of PUBLIC_HEADER, PRIVATE_HEADER, and RESOURCE propertiesBrad King2008-02-181-3/+3
* BUG: Apply patch from bug #6180 to make CMAKE_ADDITIONAL_MAKE_CLEAN_FILES wor...Brad King2008-02-151-1/+1
* ENH: Cleanup building of OS X bundle contentBrad King2008-02-151-65/+23
* BUG: fix bugs 5539 (progress going beyond 100% when new files are added) and ...Ken Martin2008-01-181-14/+9
* BUG: Construction of COMPILE_DEFINITIONS_<CONFIG> property name must use uppe...Brad King2008-01-181-1/+1
* ENH: Enable use of COMPILE_DEFINITIONS property for Fortran sources.Brad King2008-01-181-8/+39
* ENH: Create COMPILE_DEFINITIONS property for targets and source files. Creat...Brad King2008-01-141-10/+2
* ENH: Patch from Maik to add preprocessor directive handling to Fortran depend...Brad King2008-01-091-1/+15
* BUG: Restore old interface of "make foo.o" and "make foo.i" even though objec...Brad King2008-01-071-7/+63
* ENH: Make the Fortran compiler id available to cmDependsFortran at scanning a...Brad King2008-01-021-0/+12
* ENH: Add per-language clean rule generation to cmake_clean.cmake files to inc...Brad King2007-12-281-0/+20
* ENH: Moved global inter-target dependency analysis and cycle-prevention code ...Brad King2007-12-231-1/+2
* ENH: Convert cmDepends object interface to scan an entire target at once.Brad King2007-12-231-18/+4
* ENH: Add a depends check step to custom targets. Add support for the IMPLICI...Brad King2007-12-211-13/+57
* BUG: Fix make depend target in subdirectory Makefile interface.Brad King2007-12-191-0/+3
* ENH: Enabled color printing of "Scanning dependencies of target ..." message.Brad King2007-12-191-4/+13
* ENH: Moved dependency integrity check from CheckBuildSystem over to a per-tar...Brad King2007-12-191-24/+48