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
*
BUG: Fix dependencies. Looks like all dependencies were missing subdirectory
Andy Cedilnik
2005-07-29
1
-1/+3
*
ENH: put cmake files intoa CMakeFiles subdir to clean up bin tree
Ken Martin
2005-07-29
1
-6/+10
*
ENH: fix warning
Ken Martin
2005-07-28
1
-3/+3
*
ENH: always write out all custom commands
Ken Martin
2005-07-28
1
-23/+1
*
ENH: fix some warnings and cleanup some
Ken Martin
2005-07-27
1
-4/+2
*
ENH: maybe fix fortran issue
Ken Martin
2005-07-27
1
-9/+2
*
ENH: fix some warnings and cleanup some
Ken Martin
2005-07-27
1
-19/+3
*
ENH: fix some warnings and cleanup some
Ken Martin
2005-07-27
1
-5/+2
*
ENH: fix some warnings and cleanup some
Ken Martin
2005-07-27
1
-8/+4
*
ENH: reduce the number of files produced still needs a bit more cleanup
Ken Martin
2005-07-27
1
-265/+307
*
ENH: if it is not a cmake target or a full path do not put depend information...
Bill Hoffman
2005-07-26
1
-1/+1
*
ENH: remove commented code
Bill Hoffman
2005-07-15
1
-21/+0
*
FIX: fix bug 2043 borland compiler and dll problem and add a test for it
Bill Hoffman
2005-07-14
1
-11/+12
*
BUG: add support for borland exe with shared libs back in
Ken Martin
2005-07-14
1
-0/+30
*
ENH: Removing CMAKE_HIDE_TARGET_DIRS since it has been superceded by CMAKE_TA...
Brad King
2005-07-07
1
-5/+0
*
ENH: Added use of CMAKE_TARGET_DIR_PREFIX variable to prepend a project-speci...
Brad King
2005-07-07
1
-1/+7
*
ENH: added ability to prefix target directories with a . to make them not sho...
Ken Martin
2005-07-07
1
-0/+5
*
BUG: fix for bootstrap problem
Ken Martin
2005-07-06
1
-8/+8
*
BUG: util targets now show up in locla makefile and make rebuild_cache now wo...
Ken Martin
2005-07-05
1
-7/+10
*
ENH: added local help and install targets
Ken Martin
2005-06-30
1
-0/+45
*
BUG: clean rule wasn't cleaning libs and executables
Ken Martin
2005-06-22
1
-6/+11
*
ENH: make LOCATION an computed property of the target and get rid of a bunch ...
Ken Martin
2005-06-22
1
-22/+22
*
ENH: fix for BSD makes no longer use dir name as a target
Ken Martin
2005-06-21
1
-0/+1
*
ENH: add test to make sure custom commands are used
Ken Martin
2005-06-21
1
-1/+18
*
When running the same ctest as the one we are testing, make sure to run as se...
Andy Cedilnik
2005-06-16
1
-3/+3
*
ENH: add first cut at support for exe with same name as lib
Ken Martin
2005-06-16
1
-1/+10
*
ENH: added support for forcing recomputation of depends
Ken Martin
2005-06-10
1
-3/+12
*
ENH: some better error reporting and more robust handlign of bad targets
Andy Cedilnik
2005-06-09
1
-1/+2
*
BUG: prevent segfault when no sources provided for lib
Ken Martin
2005-06-08
1
-3/+12
*
ENH: fix problem with dependency scanning
Ken Martin
2005-06-07
1
-8/+22
*
ENH: now also provides obj rules for local Makefiles
Ken Martin
2005-06-02
1
-8/+36
*
ENH: minor perf improvement
Ken Martin
2005-06-01
1
-5/+16
*
BUG: Fixed name given to clean target listing for executable and library targ...
Brad King
2005-06-01
1
-5/+3
*
ENH: now uses Makefile2 to cleanup zsh issues and provided some more document...
Ken Martin
2005-05-31
1
-3/+5
*
STYLE: add some better comments and remove some unused code
Ken Martin
2005-05-31
1
-95/+0
*
ENH: added clean target for subdirs
Ken Martin
2005-05-25
1
-25/+9
*
BUG: a fix for constant recomputing of depends
Ken Martin
2005-05-25
1
-2/+2
*
BUG: fix for directory of empty depend.make files
Ken Martin
2005-05-24
1
-1/+1
*
BUG: building libs caused all generated files to be deleted
Ken Martin
2005-05-24
1
-5/+9
*
ENH: some more cleanup and changes to how custom commands are stored
Ken Martin
2005-05-24
1
-222/+78
*
ENH: optimization to not use requires step unless a language requires it
Ken Martin
2005-05-24
1
-14/+0
*
BUG: fix for empty custom commands
Andy Cedilnik
2005-05-20
1
-15/+18
*
ENH: added help target and made custom commands execute in start output direc...
Ken Martin
2005-05-20
1
-2/+46
*
ENH: fixes for subdir build Makefiles
Ken Martin
2005-05-19
1
-2/+2
*
COMP: fix warning
Ken Martin
2005-05-19
1
-8/+8
*
BUG: fix for bad depency clearing
Ken Martin
2005-05-19
1
-1/+1
*
ENH: some performance improvements
Ken Martin
2005-05-19
1
-2/+41
*
ENH: fix for makes that do not handle targets wihtout a rule to build them
Ken Martin
2005-05-18
1
-4/+7
*
ENH: another step to the next generator still not optimized yet
Ken Martin
2005-05-18
1
-3/+5
*
COMP: some warning fixes and cleanup
Ken Martin
2005-05-17
1
-38/+19
[next]