index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Source
/
cmLocalUnixMakefileGenerator3.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
ENH: Refactor passing of max length object dir
Brad King
2008-12-16
1
-5/+5
*
ENH: Fix optional use of relative paths.
Brad King
2008-10-09
1
-28/+27
*
ENH: Simplify makefile ref to interactive editor
Brad King
2008-10-09
1
-3/+3
*
BUG: Fix convenience rule working directory
Brad King
2008-10-06
1
-3/+3
*
ENH: Allow users to specify macro-like #include line transforms for dependenc...
Brad King
2008-05-14
1
-0/+26
*
BUG: Fix generation of some paths into .cmake files in the build tree to esca...
Brad King
2008-05-10
1
-2/+2
*
BUG: Fix logic that loops over multiple output pairs to not loop beyond the v...
Brad King
2008-05-10
1
-18/+15
*
ENH: Light refactoring of implicit dependency scanning configuration implemen...
Brad King
2008-05-08
1
-52/+2
*
BUG: Fix repeated re-scanning of dependencies when the results do not change.
Brad King
2008-05-07
1
-5/+8
*
BUG: For Watcom WMake use the short path to avoid quoting problems in custom ...
Brad King
2008-04-30
1
-0/+13
*
BUG: the sun make goes into some odd n squared thing with this sccs and rcs s...
Bill Hoffman
2008-04-10
1
-11/+1
*
ENH: fix for watcom can't use phony
Bill Hoffman
2008-03-25
1
-1/+1
*
ENH: add PHONY targets
Bill Hoffman
2008-03-24
1
-1/+4
*
ENH: exclude borland make as well
Bill Hoffman
2008-03-18
1
-13/+14
*
ENH: turn off extra rules for nmake and wmake
Bill Hoffman
2008-03-18
1
-12/+16
*
ENH: try to improve make speed by getting rid of some implicit rules that wer...
Bill Hoffman
2008-03-18
1
-0/+12
*
ENH: remove abort calls and replace with an IssueMessage INTERANL_ERROR, bett...
Bill Hoffman
2008-03-13
1
-1/+4
*
BUG: Fix subtle bug that prevented Makefile generators from rescanning depend...
Brad King
2008-03-11
1
-3/+28
*
ENH: Cleanup impl of PUBLIC_HEADER, PRIVATE_HEADER, and RESOURCE properties
Brad King
2008-02-18
1
-3/+3
*
BUG: Apply patch from bug #6180 to make CMAKE_ADDITIONAL_MAKE_CLEAN_FILES wor...
Brad King
2008-02-15
1
-1/+1
*
ENH: Cleanup building of OS X bundle content
Brad King
2008-02-15
1
-65/+23
*
BUG: fix bugs 5539 (progress going beyond 100% when new files are added) and ...
Ken Martin
2008-01-18
1
-14/+9
*
BUG: Construction of COMPILE_DEFINITIONS_<CONFIG> property name must use uppe...
Brad King
2008-01-18
1
-1/+1
*
ENH: Enable use of COMPILE_DEFINITIONS property for Fortran sources.
Brad King
2008-01-18
1
-8/+39
*
ENH: Create COMPILE_DEFINITIONS property for targets and source files. Creat...
Brad King
2008-01-14
1
-10/+2
*
ENH: Patch from Maik to add preprocessor directive handling to Fortran depend...
Brad King
2008-01-09
1
-1/+15
*
BUG: Restore old interface of "make foo.o" and "make foo.i" even though objec...
Brad King
2008-01-07
1
-7/+63
*
ENH: Make the Fortran compiler id available to cmDependsFortran at scanning a...
Brad King
2008-01-02
1
-0/+12
*
ENH: Add per-language clean rule generation to cmake_clean.cmake files to inc...
Brad King
2007-12-28
1
-0/+20
*
ENH: Moved global inter-target dependency analysis and cycle-prevention code ...
Brad King
2007-12-23
1
-1/+2
*
ENH: Convert cmDepends object interface to scan an entire target at once.
Brad King
2007-12-23
1
-18/+4
*
ENH: Add a depends check step to custom targets. Add support for the IMPLICI...
Brad King
2007-12-21
1
-13/+57
*
BUG: Fix make depend target in subdirectory Makefile interface.
Brad King
2007-12-19
1
-0/+3
*
ENH: Enabled color printing of "Scanning dependencies of target ..." message.
Brad King
2007-12-19
1
-4/+13
*
ENH: Moved dependency integrity check from CheckBuildSystem over to a per-tar...
Brad King
2007-12-19
1
-24/+48
*
ENH: Pass target directory to cmDependsFortran scanning instances.
Brad King
2007-12-19
1
-1/+1
*
ENH: Implemented generation of display for pre-build, pre-link, and post-buil...
Brad King
2007-12-18
1
-2/+16
*
ENH: Fortran include path is the same as C and CXX include paths.
Brad King
2007-12-17
1
-0/+2
*
BUG: Fixed computation of 'object' name for MACOSX_PACKAGE_LOCATION source fi...
Brad King
2007-11-26
1
-2/+2
*
BUG: Dependency scanners should have local generators set always.
Brad King
2007-10-12
1
-1/+1
*
ENH: Improvements to the Xcode generator. Build frameworks using native Copy ...
David Cole
2007-08-14
1
-6/+13
*
ENH: Replaced dependency integrity map with an explicit map from object file ...
Brad King
2007-08-07
1
-35/+38
*
ENH: Added warning when an install rule is created from an EXCLUDE_FROM_ALL t...
Brad King
2007-08-03
1
-3/+23
*
ENH: Moved GetTargetDirectory method up to cmLocalGenerator. This provides a...
Brad King
2007-08-01
1
-1/+2
*
STYLE: move ForceVerboseMakefiles to cmGlobalUnixMakefileGenerator3, so the
Alexander Neundorf
2007-06-05
1
-4/+3
*
BUG: Add ./ to custom command executables in the top of the build tree even w...
Brad King
2007-05-23
1
-3/+6
*
ENH: add the IMPORT keyword to ADD_EXECUTABLE(), which generates an
Alexander Neundorf
2007-05-22
1
-1/+0
*
ENH: add install/strip target for makefile generators if strip was found
Alexander Neundorf
2007-05-18
1
-1/+3
*
ENH: Added testing for custom command line arguments containing all special c...
Brad King
2007-05-17
1
-0/+22
*
BUG: Watcom WMake needs empty rule commands even for symbolic targets. This ...
Brad King
2007-05-16
1
-0/+5
[next]