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
*
added TARGET_LINK_LIBRARY command and support for debug and release libraries...
Ken Martin
2001-04-30
1
-8/+9
*
ERR: Renamed CustomCommands to BuildRules to match change in cmSourceGroup.
Brad King
2001-04-27
1
-5/+4
*
ENH:New copyright
Will Schroeder
2001-04-27
1
-5/+30
*
support for debug and opt libraries
Ken Martin
2001-04-26
1
-12/+15
*
bug fixes
Ken Martin
2001-04-26
1
-7/+0
*
BUG: Fixed output of dependencies. It needs to loop over the makefile's targ...
Brad King
2001-04-25
1
-20/+16
*
ERR: cmClassFile.h -> cmSourceFile.h include change.
Brad King
2001-04-24
1
-1/+1
*
many fixes and cleanup and features
Ken Martin
2001-04-24
1
-34/+14
*
BUG: Clean was not doing it's job
Dan Blezek
2001-04-23
1
-0/+19
*
cleaned up the coding style made ivars private etc
Ken Martin
2001-04-19
1
-7/+7
*
ERR: Removed unused variable.
Brad King
2001-04-17
1
-2/+0
*
some bug fixes
Ken Martin
2001-04-12
1
-17/+22
*
ENH: Added individual library linkage output so that shared libraries will no...
Brad King
2001-04-12
1
-14/+26
*
ENH: Generation now sets up proper linking of shared libraries to each other.
Brad King
2001-04-11
1
-1/+1
*
major changes to support multiple libraries and source lists
Ken Martin
2001-04-11
1
-139/+170
*
ERR: Missed one EscapeSpaces call.
Brad King
2001-04-09
1
-1/+2
*
ERR: Corrected use of double-quotes to be compatible with UNIX make. Now dou...
Brad King
2001-04-09
1
-1/+2
*
ENH: Added SOURCE_GROUP command and corresponding support code. This command...
Brad King
2001-03-20
1
-12/+48
*
ENH: Added utility dependency support. Now a project can depend on other exe...
Brad King
2001-03-09
1
-4/+27
*
ENH: Added output of defines flags as part of INCLUDE_FLAGS.
Brad King
2001-03-08
1
-1/+2
*
ENH: Added output of a custom command's m_Source as a dependency.
Brad King
2001-03-08
1
-2/+2
*
ENH: Added custom rule support to cmUnixMakefileGenerator.
Brad King
2001-03-02
1
-0/+22
*
BUG: repeat all -l options to avoid having to worry about link order.
Will Schroeder
2001-03-02
1
-3/+8
*
ERR: Fixed warnings (int->unsigned int and a few others).
Brad King
2001-02-23
1
-1/+1
*
ENH: first pass at cache, clean up the unix generator, clean up configure.in ...
Bill Hoffman
2001-02-19
1
-221/+266
*
ENH:Documentation and cleanups
Will Schroeder
2001-01-11
1
-1/+15
*
BUG: look for -l and -L only at the begining of a link string
Bill Hoffman
2001-01-09
1
-2/+4
*
ENH: rework cmake, added ruleMaker classes and changed the syntax of the CMak...
Bill Hoffman
2001-01-05
1
-0/+302