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: Compress the library search directories so that each appears only once.
Amitha Perera
2001-06-06
1
-9/+20
*
ENH: try to better handle control-c during make Makefiles
Bill Hoffman
2001-06-04
1
-1/+13
*
BUG: Now only one makefile rule is generated per depenency. This eliminates
Amitha Perera
2001-05-29
1
-0/+11
*
BUG: WIN32 executable target rules are now generated in unix the same as any ...
Brad King
2001-05-25
1
-1/+2
*
BUG: Fixed logic that splits a full path library link into the -L and -l piec...
Brad King
2001-05-25
1
-3/+3
*
added install target support
Ken Martin
2001-05-23
1
-12/+105
*
BUG: do not include /usr/lib in -L
Bill Hoffman
2001-05-22
1
-9/+17
*
BUG: fix depends and CXXFLAGS passing
Bill Hoffman
2001-05-22
1
-3/+2
*
fix for hp x11 and gl
Bill Hoffman
2001-05-21
1
-2/+9
*
clean up for build on its own
Bill Hoffman
2001-05-21
1
-0/+1
*
new out of place builds
Ken Martin
2001-05-21
1
-19/+12
*
ENH: add support for X11
Bill Hoffman
2001-05-18
1
-4/+4
*
duh
Ken Martin
2001-05-18
1
-2/+14
*
changes for cmake to live outside of the source tree
Ken Martin
2001-05-18
1
-8/+22
*
BUG: fix link of executables
Brad King
2001-05-18
1
-2/+2
*
added SetLocal method
Ken Martin
2001-05-18
1
-0/+14
*
BUG: quote the compiler and other options
Bill Hoffman
2001-05-18
1
-7/+7
*
half checked in changes for CMAKE_ROOT
Ken Martin
2001-05-17
1
-9/+9
*
BUG: fix for sun compiler
Bill Hoffman
2001-05-16
1
-0/+7
*
ERR: int -> unsigned int
Brad King
2001-05-16
1
-1/+1
*
ENH: unify make process on unix
Bill Hoffman
2001-05-16
1
-101/+315
*
BUG: fix find library for unix
Bill Hoffman
2001-05-11
1
-0/+5
*
added registry entry support and windows app support
Ken Martin
2001-05-11
1
-2/+3
*
BUG: Removed stray debugging output statement. Also renamed some variables f...
Brad King
2001-05-10
1
-15/+14
*
ENH: change find library and find program to look for more than one name
Bill Hoffman
2001-05-09
1
-7/+24
*
ENH: call configure from cmake
Bill Hoffman
2001-05-07
1
-6/+99
*
fixes for untiltiy targets in all
Ken Martin
2001-05-04
1
-6/+27
*
ENH: move testing stuff to cmake from configure, good bye dashboard... :)
Bill Hoffman
2001-05-04
1
-1/+1
*
ENH: implement ADD_TARGET command, and add an ALL_BUILD target
Bill Hoffman
2001-05-01
1
-4/+10
*
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
[next]