Bill Hoffman
|
2c7bb2bf34
BUG: fix so you can remove a directory in the source tree, and clean up echo of commands
|
24 years ago |
Bill Hoffman
|
602d0ee102
ENH: add support for DESTDIR in install targets
|
24 years ago |
Amitha Perera
|
9ad7f0905a
ENH: Add option to disable use of -rpath.
|
24 years ago |
Bill Hoffman
|
9402460977
ENH: add make silent flag for nmake and move .SILENT: directive to top of makefile
|
24 years ago |
Bill Hoffman
|
b67dc16be6
ENH: add silent mode for makefile builds and fix borland and nmake after the depend stuff
|
24 years ago |
Brad King
|
633041837c
ENH: Improved dependency generation. If any cmake.depends is out of date, all of them in the tree are re-generated. This is necessary in certain cases when CMakeLists.txt files change.
|
24 years ago |
Brad King
|
4108b22486
BUG: cmake.depends files of zero size were not being re-written in some cases. Added a comment output to the top of the file so it will be re-written every time.
|
24 years ago |
Luis Ibanez
|
bf7470be7c
FIX: GENERATED_CODE type is no longer needed: generated code is not a Target.
|
24 years ago |
Amitha Perera
|
e19a90ab20
BUG: LIBRARY_OUTPATH_PATH may be "set" to the null string, in which case it
|
24 years ago |
Brad King
|
ee31c3e0a4
ENH: SUBDIR_DEPENDS command now does nothing. The parallel build functionality is now automatic. Dependencies are setup to force the same build order as a single threaded build, but multiple files in the same directory can be built simultaneously. Also fixed bug with inheriting CMakeLists.txt files when a directory level is skipped.
|
24 years ago |
Bill Hoffman
|
a946931f91
BUG: if LIBRARY_OUTPUT_PATH is set, then use the fullpath for a remote target
|
24 years ago |
Bill Hoffman
|
29ef645272
BUG: executable extension wrong for ctest search, and was not looking in Debug and Release
|
24 years ago |
Amitha Perera
|
a4dc7f7b97
BUG: the rule for generating a library no longer has the full path, and so the
|
24 years ago |
Bill Hoffman
|
30a56de4b7
ENH: add custom commands for targets
|
24 years ago |
Sebastien Barre
|
4372a40922
Lib path should be converted to native path too.
|
24 years ago |
Bill Hoffman
|
a07808f816
crazy fix for putenv, and native path called on custom command paths
|
24 years ago |
Sebastien Barre
|
b180bf609b
fix warning for Borland build
|
24 years ago |
Sebastien Barre
|
5b251bde7e
Add options for library manager (lib).
|
24 years ago |
Bill Hoffman
|
47ae31d307
remove suffix rules
|
24 years ago |
Bill Hoffman
|
daf890359c
add new suffix rules
|
24 years ago |
Bill Hoffman
|
906ebb5547
fix warning
|
24 years ago |
Bill Hoffman
|
c80c5d245d
ENH: fix various problems caused by the generalization of nmake generator
|
24 years ago |
Sebastien Barre
|
f670003d24
Nmake build: move most of hard-coded values to config parameters
|
24 years ago |
Luis Ibanez
|
1be3b0fd99
ENH: GENERATED_CODE case added to switch.
|
24 years ago |
Bill Hoffman
|
e7bb895afd
ENH: borland generator 2 is working more or less
|
24 years ago |
Bill Hoffman
|
ed50410ae7
bug: fix same path comparison when short paths are used
|
24 years ago |
Berk Geveci
|
0180d3156f
ENH: nmake generator much closer to working with spaces
|
24 years ago |
Luis Ibanez
|
42e2874d75
ENH: Support for FLTK Fluid tool added.
|
24 years ago |
Bill Hoffman
|
eecf4b9cbf
ENH: add advanced variable types and command line wizard gui
|
24 years ago |
Bill Hoffman
|
12551a33c3
NMake with spaces in directories
|
24 years ago |