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
/
cmUnixMakefileGenerator.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
ENH: enable cxx by default if no languages have been enabled
Bill Hoffman
2002-05-22
1
-0/+9
*
ENH: change set<string> to set<cmStdString> to avoid long symbols that crash...
Bill Hoffman
2002-05-09
1
-2/+2
*
WNG: remove a warning
Bill Hoffman
2002-05-07
1
-1/+1
*
ENH: add an edit_cache target that runs ccmake or CMakeSetup
Bill Hoffman
2002-05-07
1
-0/+18
*
ENH: change LINK_LIBRARY to add to targets
Bill Hoffman
2002-05-02
1
-16/+0
*
ENH: Add library dependency analysis.
Amitha Perera
2002-05-01
1
-7/+2
*
BUG: look for -l anywhere in link library entry not just the begining of the ...
Bill Hoffman
2002-04-30
1
-1/+1
*
ENH: remove redirections for output of make commands as some things are lost
Bill Hoffman
2002-04-27
1
-3/+3
*
COM: just fix up a comment
Bill Hoffman
2002-04-26
1
-4/+3
*
BUG: fix shared links for cc on hp
Bill Hoffman
2002-04-26
1
-7/+24
*
ENH: clean up depend output
Bill Hoffman
2002-04-23
1
-1/+2
*
ENH: add depends for utility targets
Bill Hoffman
2002-04-23
1
-1/+13
*
ENH: make CMake less verbose/precious
Sebastien Barre
2002-04-22
1
-3/+3
*
ENH: make CMake less verbose/precious
Sebastien Barre
2002-04-22
1
-11/+20
*
BUG: try to make sure a depend file only has one rule
Bill Hoffman
2002-04-19
1
-1/+1
*
BUG: work with spaces in the path
Ken Martin
2002-04-18
1
-5/+4
*
Make quotes and echos to work on unix (hopefully)
Andy Cedilnik
2002-04-18
1
-1/+4
*
BUG: quote the echo commands
Bill Hoffman
2002-04-18
1
-3/+10
*
ENH: use convert to output path for depend files
Bill Hoffman
2002-04-17
1
-1/+1
*
Allow modules to build properly again. (broken when Cxx testing was added)
Yves Starreveld
2002-04-11
1
-2/+2
*
ENH: clean up utility rule generation
Bill Hoffman
2002-04-11
1
-1/+28
*
FIX: echo pb, make Nmake gen use Unix gen, factorize stuff in Unix gen
Sebastien Barre
2002-04-11
1
-50/+20
*
Fix problem with custom commands on unix
Andy Cedilnik
2002-04-10
1
-10/+21
*
ENH: check for compile flags and add back c flag to unix generator
Bill Hoffman
2002-04-09
1
-1/+1
*
ENH: use separate vars for creating c++ and c shared libraries and add a test...
Bill Hoffman
2002-04-08
1
-14/+44
*
ENH: separate the ar program for cxx and c
Bill Hoffman
2002-04-04
1
-1/+11
*
ENH: add enable language support for PROJECT command, this means that a C onl...
Bill Hoffman
2002-04-02
1
-24/+66
*
ENH: major change, the cmMakefile now contains a master list of cmSourceFile ...
Bill Hoffman
2002-03-29
1
-47/+49
*
ENH: expand variables in arguments before the commands get them
Bill Hoffman
2002-03-05
1
-1/+1
*
ENH: add file specific compile flags
Bill Hoffman
2002-03-04
1
-1/+6
*
ENH: fix for spaces in paths on unix
Bill Hoffman
2002-02-22
1
-11/+14
*
ENH: big change in the path handling, one function CreateOutputPath is used t...
Bill Hoffman
2002-02-22
1
-43/+36
*
ENH: add a virtual CreateMakeVariable to shorten makefile variables for borla...
Bill Hoffman
2002-02-21
1
-41/+44
*
ENH: fix for borland tlib files with dash in them problem.
Bill Hoffman
2002-02-18
1
-0/+15
*
ENH: only depend subdir builds on TARGETS, not all sub dir operations, we do ...
Bill Hoffman
2002-02-14
1
-5/+10
*
Better support for parallel builds. Subdirs depend on their parent.
Berk Geveci
2002-02-01
1
-1/+1
*
ENH:Updated copyright
Will Schroeder
2002-01-21
1
-30/+6
*
BUG: remove warning from hpux make
Bill Hoffman
2002-01-21
1
-0/+2
*
some fixes to recent screwerd up changes
Ken Martin
2002-01-18
1
-25/+77
*
Fix so that ADD_DEPENDENCIES work (the Utilities dependencies were not output)
Sebastien Barre
2002-01-17
1
-5/+62
*
ENH: add silent and suffixes to check depend file
Bill Hoffman
2002-01-16
1
-0/+5
*
Improved performance by removing implicit rules.
Berk Geveci
2002-01-15
1
-0/+1
*
remove extra logic not needed anymore because of better depends
Bill Hoffman
2002-01-14
1
-22/+7
*
Quote echo
Berk Geveci
2002-01-14
1
-4/+4
*
BUG: put back recursive call to make for checking sources
Bill Hoffman
2002-01-02
1
-2/+13
*
Type || should have been &&
Berk Geveci
2001-12-31
1
-1/+1
*
ENH: remove one call to make, and clean echo stuff a bit
Bill Hoffman
2001-12-31
1
-34/+29
*
BUG: fix long depend list because it gets cut on the hp: I may look like berk...
Berk Geveci
2001-12-30
1
-1/+1
*
ENH: remove the rule to run make depend from the top with each change in any ...
Bill Hoffman
2001-12-28
1
-36/+152
*
BUG: Don't generate build rules for header files.
Amitha Perera
2001-12-28
1
-1/+4
[next]