Bill Hoffman
|
b7b35d2c5a
FIX: fix bug 2043 borland compiler and dll problem and add a test for it
|
20 years ago |
Ken Martin
|
903541f49c
BUG: add support for borland exe with shared libs back in
|
20 years ago |
Brad King
|
eb60fedfe6
ENH: Removing CMAKE_HIDE_TARGET_DIRS since it has been superceded by CMAKE_TARGET_DIR_PREFIX.
|
20 years ago |
Brad King
|
a899321dc2
ENH: Added use of CMAKE_TARGET_DIR_PREFIX variable to prepend a project-specified string to the names of all the target-name.dir directories.
|
20 years ago |
Ken Martin
|
dcc0aa1296
ENH: added ability to prefix target directories with a . to make them not show up in ls. From patch from Alex
|
20 years ago |
Ken Martin
|
ababb68820
BUG: fix for bootstrap problem
|
20 years ago |
Ken Martin
|
12605f16ac
BUG: util targets now show up in locla makefile and make rebuild_cache now works in subdirs
|
20 years ago |
Ken Martin
|
154a0cd162
ENH: added local help and install targets
|
20 years ago |
Ken Martin
|
cba6b73340
BUG: clean rule wasn't cleaning libs and executables
|
20 years ago |
Ken Martin
|
369308ca76
ENH: make LOCATION an computed property of the target and get rid of a bunch of const junk
|
20 years ago |
Ken Martin
|
dd2e2807cb
ENH: fix for BSD makes no longer use dir name as a target
|
20 years ago |
Ken Martin
|
b25dea9f11
ENH: add test to make sure custom commands are used
|
20 years ago |
Andy Cedilnik
|
5e5d8d85e1
When running the same ctest as the one we are testing, make sure to run as separate process
|
20 years ago |
Ken Martin
|
fbf40e202a
ENH: add first cut at support for exe with same name as lib
|
20 years ago |
Ken Martin
|
e559aa11ac
ENH: added support for forcing recomputation of depends
|
20 years ago |
Andy Cedilnik
|
2d4b06c8e5
ENH: some better error reporting and more robust handlign of bad targets
|
20 years ago |
Ken Martin
|
4ff9d1eae3
BUG: prevent segfault when no sources provided for lib
|
20 years ago |
Ken Martin
|
749fe26394
ENH: fix problem with dependency scanning
|
20 years ago |
Ken Martin
|
c2aa4e7a08
ENH: now also provides obj rules for local Makefiles
|
20 years ago |
Ken Martin
|
46e5b9afe2
ENH: minor perf improvement
|
20 years ago |
Brad King
|
5a4f27b61c
BUG: Fixed name given to clean target listing for executable and library targets.
|
20 years ago |
Ken Martin
|
6999000852
ENH: now uses Makefile2 to cleanup zsh issues and provided some more documentation
|
20 years ago |
Ken Martin
|
f79376c1d1
STYLE: add some better comments and remove some unused code
|
20 years ago |
Ken Martin
|
a2f148936b
ENH: added clean target for subdirs
|
20 years ago |
Ken Martin
|
d7cbf3e1d6
BUG: a fix for constant recomputing of depends
|
20 years ago |
Ken Martin
|
8c8573c255
BUG: fix for directory of empty depend.make files
|
20 years ago |
Ken Martin
|
144f3670c0
BUG: building libs caused all generated files to be deleted
|
20 years ago |
Ken Martin
|
baeeb40823
ENH: some more cleanup and changes to how custom commands are stored
|
20 years ago |
Ken Martin
|
ef6c5ae23e
ENH: optimization to not use requires step unless a language requires it
|
20 years ago |
Andy Cedilnik
|
e86b9d33d0
BUG: fix for empty custom commands
|
20 years ago |