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
/
cmGlobalUnixMakefileGenerator3.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
ENH: Moved global inter-target dependency analysis and cycle-prevention code ...
Brad King
2007-12-23
1
-149/+14
*
BUG: Support cyclic dependencies among STATIC libraries by removing one from ...
Brad King
2007-12-22
1
-1/+82
*
COMP: Remove unused parameter of method.
Brad King
2007-12-21
1
-4/+3
*
ENH: Make static library targets depend on targets to which they "link" for t...
Brad King
2007-12-21
1
-32/+11
*
BUG: Now that custom targets have dependencies their DependInfo files should ...
Brad King
2007-12-21
1
-2/+3
*
ENH: Add a depends check step to custom targets. Add support for the IMPLICI...
Brad King
2007-12-21
1
-78/+9
*
ENH: fix for bug 6102, allow users to change the compiler
Bill Hoffman
2007-12-13
1
-1/+21
*
ENH: change to make the documentation class more generic, about halfway there...
Ken Martin
2007-10-22
1
-3/+3
*
ENH: Added warning when an install rule is created from an EXCLUDE_FROM_ALL t...
Brad King
2007-08-03
1
-1/+18
*
BUG: Target exclusion-from-all tests should always use the root local generat...
Brad King
2007-08-03
1
-103/+21
*
ENH: Added cmTarget::GetLanguages method to centralize computation of the lis...
Brad King
2007-08-03
1
-12/+10
*
BUG: Removing accidental commit.
Brad King
2007-08-02
1
-18/+17
*
BUG: Quick-fix for accidental commit.
Brad King
2007-08-02
1
-6/+9
*
ENH: Added cmTarget::GetLanguages method to centralize computation of the lis...
Brad King
2007-08-02
1
-13/+11
*
ENH: add OPTIONAL keyword to ENABLE_LANGUAGE, so it will be possible to do
Alexander Neundorf
2007-06-28
1
-3/+6
*
STYLE: move ForceVerboseMakefiles to cmGlobalUnixMakefileGenerator3, so the
Alexander Neundorf
2007-06-05
1
-0/+2
*
ENH: add the IMPORT keyword to ADD_EXECUTABLE(), which generates an
Alexander Neundorf
2007-05-22
1
-185/+182
*
ENH: now target names can be used in add_custom_command() and
Alexander Neundorf
2007-05-09
1
-1/+1
*
ENH: better progress for any directory that is a project
Ken Martin
2007-04-13
1
-2/+4
*
ENH: some code consolidation and cleanup
Ken Martin
2007-04-12
1
-76/+0
*
BUG: fix progress for ENCLUDE_FORM_ALL cases using new project to target map....
Ken Martin
2007-04-12
1
-25/+14
*
STYLE: Added comment about why dependencies need to be chained to clarify code.
Brad King
2007-04-10
1
-0/+2
*
ENH: some code cleanup
Ken Martin
2007-03-12
1
-5/+5
*
ENH: Removed useless method ConvertToMakeTarget and all calls to it. It had ...
Brad King
2007-03-08
1
-1/+0
*
ENH: SetupPathConversions is now called automatically on demand.
Brad King
2007-03-08
1
-1/+0
*
BUG: Avoid duplicate conversion to output path.
Brad King
2006-10-10
1
-6/+0
*
BUG: Fixed ordering of code generated in Makefile and build.make files to mak...
Brad King
2006-09-08
1
-2/+0
*
BUG: bad progress for named top level targets
Ken Martin
2006-08-29
1
-10/+20
*
ENH: Centralized generation of targets listed in the help to be done by the c...
Brad King
2006-08-23
1
-8/+6
*
BUG: Added object language to list of object files in a local generator's dir...
Brad King
2006-08-15
1
-2/+3
*
BUG: fix comment
Ken Martin
2006-07-26
1
-1/+1
*
STYLE: fix long lines
Ken Martin
2006-07-18
1
-1/+2
*
COMP: fix warning
Ken Martin
2006-07-17
1
-1/+1
*
COMP: fix old compiler issue
Ken Martin
2006-07-12
1
-1/+5
*
ENH: added progress for subdir all targets and fixed compiler waring
Ken Martin
2006-07-12
1
-9/+67
*
BUG: changed to progress to make it more flexible and to no relink targets as...
Ken Martin
2006-07-11
1
-76/+68
*
ENH: fix line length and warning
Ken Martin
2006-06-20
1
-2/+3
*
ENH: fix for dependent targets
Ken Martin
2006-06-19
1
-4/+8
*
ENH: do not use the link script on windows
Bill Hoffman
2006-06-19
1
-0/+4
*
ENH: warning fix
Ken Martin
2006-06-16
1
-12/+14
*
ENH: cleanup how progress is reported for individual targets to fix an intege...
Ken Martin
2006-06-16
1
-38/+23
*
BUG: Pre-install rules for a target should not have target-level dependencies...
Brad King
2006-06-15
1
-1/+0
*
ENH: Added generation of link rules into script files executed by a cmake -E ...
Brad King
2006-06-15
1
-0/+1
*
ENH: centralized locaiton of CMakeFiles setting
Ken Martin
2006-06-14
1
-8/+16
*
ENH: some cleanup to progress
Ken Martin
2006-06-12
1
-5/+5
*
ENH: line lengths
Ken Martin
2006-06-05
1
-2/+4
*
BUG: cmGlobalGenerator::Build should not always use the /fast target name bec...
Brad King
2006-06-01
1
-2/+5
*
ENH: Moved generation of the /fast version of GLOBAL_TARGET targets to the pr...
Brad King
2006-06-01
1
-12/+2
*
BUG: Added /fast targets in subdirectory makefiles. Removed bogus INSTALL_*/...
Brad King
2006-06-01
1
-17/+13
*
BUG: Fix progress when total number of source files is less than 100.
Brad King
2006-05-30
1
-4/+22
[next]