summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalUnixMakefileGenerator3.h
Commit message (Expand)AuthorAgeFilesLines
* Makefile: Workaround Borland Make bug with multiple outputsBrad King2014-12-061-0/+4
* Makefile: Fix rebuild with multiple custom command outputs (#15116)Brad King2014-12-051-0/+7
* LocalGenerator: Add a string overload for AppendFlagsBen Boeckel2014-05-071-0/+1
* Makefile: Generate single-quoted object lists for WatcomJiri Malak2014-03-271-1/+2
* cmLocalGenerator: Add ComputeObjectFilenames interface.Stephen Kelly2014-03-131-0/+4
* Makefiles: Compute local object files on demand.Stephen Kelly2014-03-131-5/+3
* Generalize cmCustomCommandGenerator to more fieldsBrad King2014-03-121-4/+5
* Makefile: Improve handling of WMake verbose output and errorsJiri Malak2014-03-101-7/+0
* stringapi: Miscellaneous char* parametersBen Boeckel2014-03-081-4/+6
* strings: Remove cmStdString referencesBen Boeckel2014-03-081-9/+9
* stringapi: Use strings in target nameBen Boeckel2014-03-081-4/+5
* stringapi: Use strings for the languagesBen Boeckel2014-03-081-2/+2
* AddCustomCommand: Handle multiple IMPLICIT_DEPENDS files (#10048)Alex Neundorf2012-11-061-1/+2
* Pre-compute object file names before Makefile generationBrad King2012-03-091-5/+0
* Hide Makefile local object info inside local generatorBrad King2012-03-081-21/+23
* Remove unused partial OBJECT_FILES property implementationBrad King2012-03-061-3/+0
* Watcom: Use shortpath to CMake if full path has parens (#12548)Brad King2011-11-031-0/+1
* Fix typo.Nicolas Despres2011-10-231-1/+1
* Remove trailing white-spaces.Nicolas Despres2011-10-231-23/+23
* MinGW: Remove old workaround and use native echo (#12283)Brad King2011-06-161-10/+0
* Optionally pass include directories with response filesBrad King2011-03-171-0/+2
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* Major optimization of C/C++ dependency scanning.Alexander Neundorf2009-09-231-1/+5
* Major improvement of the generated targets in Eclipse.Alexander Neundorf2009-09-161-0/+10
* ENH: Cleanup make progress rule generation codeBrad King2009-06-251-11/+0
* ENH: Define RULE_LAUNCH_* propertiesBrad King2009-02-101-0/+3
* ENH: Give target in which custom commands buildBrad King2009-02-101-0/+2
* 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/+2
* BUG: Fix color check for dependency scanningBrad King2008-10-151-0/+3
* ENH: Fix optional use of relative paths.Brad King2008-10-091-3/+8
* ENH: Improved escaping in kwsys/System. Added escape of % for NMake. Added ...Brad King2008-01-131-0/+5
* BUG: Restore old interface of "make foo.o" and "make foo.i" even though objec...Brad King2008-01-071-3/+7
* ENH: Moved global inter-target dependency analysis and cycle-prevention code ...Brad King2007-12-231-1/+1
* ENH: Add a depends check step to custom targets. Add support for the IMPLICI...Brad King2007-12-211-3/+4
* ENH: Enabled color printing of "Scanning dependencies of target ..." message.Brad King2007-12-191-1/+2
* ENH: Moved dependency integrity check from CheckBuildSystem over to a per-tar...Brad King2007-12-191-4/+7
* ENH: Implemented generation of display for pre-build, pre-link, and post-buil...Brad King2007-12-181-1/+2
* ENH: Replaced dependency integrity map with an explicit map from object file ...Brad King2007-08-071-11/+14
* ENH: Moved GetTargetDirectory method up to cmLocalGenerator. This provides a...Brad King2007-08-011-1/+1
* STYLE: Removed unused reference to cmMakeDepend.Brad King2007-06-111-1/+0
* STYLE: move ForceVerboseMakefiles to cmGlobalUnixMakefileGenerator3, so theAlexander Neundorf2007-06-051-10/+0
* ENH: Added testing for custom command line arguments containing all special c...Brad King2007-05-171-0/+13
* BUG: fix -D escaped quotes for watcomBill Hoffman2007-05-101-0/+3
* ENH: Replaced LibraryOutputPath and ExecutableOutputPath variables in Makefil...Brad King2007-03-081-7/+0
* ENH: Fixed recursive make call target escaping for Borland to support SubDirS...Brad King2007-03-081-0/+8
* ENH: Removed useless method ConvertToMakeTarget and all calls to it. It had ...Brad King2007-03-081-3/+0
* ENH: check in initial conv library stuffBill Hoffman2007-02-161-1/+3
* BUG: fix for 4186, kdevelop adding file twiceBill Hoffman2007-01-251-25/+9
* ENH: Adding support for # escape in Watcom WMake.Brad King2006-10-251-0/+5