summaryrefslogtreecommitdiff
path: root/Source/cmLocalUnixMakefileGenerator3.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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-121-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-171-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-221-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
* ENH: Pass target directory to cmDependsFortran scanning instances.Brad King2007-12-191-1/+1
* ENH: Implemented generation of display for pre-build, pre-link, and post-buil...Brad King2007-12-181-2/+16
* ENH: Fortran include path is the same as C and CXX include paths.Brad King2007-12-171-0/+2
* BUG: Fixed computation of 'object' name for MACOSX_PACKAGE_LOCATION source fi...Brad King2007-11-261-2/+2
* BUG: Dependency scanners should have local generators set always.Brad King2007-10-121-1/+1
* ENH: Improvements to the Xcode generator. Build frameworks using native Copy ...David Cole2007-08-141-6/+13
* ENH: Replaced dependency integrity map with an explicit map from object file ...Brad King2007-08-071-35/+38
* ENH: Added warning when an install rule is created from an EXCLUDE_FROM_ALL t...Brad King2007-08-031-3/+23
* ENH: Moved GetTargetDirectory method up to cmLocalGenerator. This provides a...Brad King2007-08-011-1/+2
* STYLE: move ForceVerboseMakefiles to cmGlobalUnixMakefileGenerator3, so theAlexander Neundorf2007-06-051-4/+3
* BUG: Add ./ to custom command executables in the top of the build tree even w...Brad King2007-05-231-3/+6
* ENH: add the IMPORT keyword to ADD_EXECUTABLE(), which generates anAlexander Neundorf2007-05-221-1/+0
* ENH: add install/strip target for makefile generators if strip was foundAlexander Neundorf2007-05-181-1/+3
* ENH: Added testing for custom command line arguments containing all special c...Brad King2007-05-171-0/+22
* BUG: Watcom WMake needs empty rule commands even for symbolic targets. This ...Brad King2007-05-161-0/+5
* BUG: fix -D escaped quotes for watcomBill Hoffman2007-05-101-0/+17
* ENH: now target names can be used in add_custom_command() andAlexander Neundorf2007-05-091-2/+4
* ENH: Added support for import libraries created by executable and module targ...Brad King2007-03-191-1/+2
* BUG: Need to include relative path top information in directory information s...Brad King2007-03-161-2/+25