Andy Cedilnik
|
ddf814f964
ENH: Encode object files with funny characters in the name. It should fix Bug #418 - Borland 5.5.1, Templates/*.cxx files with '+' chars used in execs
|
21 lat temu |
Andy Cedilnik
|
5a5cd54730
ENH: GetSafeDefinition is now in cmMakefile
|
21 lat temu |
Bill Hoffman
|
8b0b749a11
ENH: add SUBDIR PREORDER and fix clean for non-relative paths
|
21 lat temu |
Bill Hoffman
|
7b576866b7
ENH: add support for static library property STATIC_LIBRARY_FLAGS
|
21 lat temu |
Andy Cedilnik
|
af61b68583
ENH: Add support for adding object files and sources. This way you can use external program such as assembler or fortran to generate object files. Also star of fixing: Bug #757 - add .o file as a source file
|
21 lat temu |
Andy Cedilnik
|
5c85e88bfd
ENH: Ok, that is it. Remove old install and replace it with new
|
21 lat temu |
Bill Hoffman
|
59756a43f4
BUG: add full path libraries to the depend information
|
21 lat temu |
Bill Hoffman
|
7099db8d58
BUG: fix warning and shadow variable
|
21 lat temu |
Bill Hoffman
|
3e0817eb55
BUG: fix non relative paths
|
21 lat temu |
Bill Hoffman
|
e2ed5d1c64
BUG: fix for non relative paths with spaces in the path
|
21 lat temu |
Bill Hoffman
|
d0cea4c7bb
ENH: make relative paths optional and default off, and add a test for them
|
21 lat temu |
Andy Cedilnik
|
747e67b7e3
ENH: Add a way to clean additional files
|
21 lat temu |
Brad King
|
39bf5916e1
BUG: Added support to library flags parser for -Wl and -R options.
|
21 lat temu |
Bill Hoffman
|
ddb815c125
ENH: add new subdirectory exclude from top option
|
21 lat temu |
Andy Cedilnik
|
bdd4f8a216
ENH: Handle backticks as a valid library
|
21 lat temu |
Andy Cedilnik
|
3455bec9cb
ERR: Cleanup and remove warning
|
21 lat temu |
Andy Cedilnik
|
b1a7421840
ENH: Styart working on bundles support and abstract WIN32_EXECUTABLE
|
21 lat temu |
Andy Cedilnik
|
6720075f8b
BUG: -l or whatever should be at beginning of line.
|
22 lat temu |
Andy Cedilnik
|
59adb4eabe
ENH: Fix ADD_DEPENDENCIES on Unix makefiles and fix SimpleInstall test not to link the module
|
22 lat temu |
Bill Hoffman
|
b9f2bd103b
ENH: remove depend on CMakeCache for rebuild_cache target to avoid double rebuild cache
|
22 lat temu |
Bill Hoffman
|
927b2b419c
BUG: jump over feature was not working for windows
|
22 lat temu |
Bill Hoffman
|
bcc0b4018d
BUG: more fixes for relative path stuff
|
22 lat temu |
Bill Hoffman
|
cfe6aee59b
ENH: convert the .o files to not have ./
|
22 lat temu |
Brad King
|
ed1c2573aa
BUG: Fix to build rule generation with relative paths.
|
22 lat temu |
Brad King
|
fad0651d84
BUG: Fix jump-over-and-build for missing libraries when the relative path to the library is different between the source and destination of the jump.
|
22 lat temu |
Bill Hoffman
|
7f018b58ac
ENH: bug fix for IBM broken xlC 6.0.0.4 compiler
|
22 lat temu |
Bill Hoffman
|
c1f83b0515
ENH: add a local target for libraries as well as executables
|
22 lat temu |
Bill Hoffman
|
d1efed1415
ENH: fix for hp make and relative paths never have targets with a ./ at the start of the name
|
22 lat temu |
Bill Hoffman
|
ae69928e69
BUG: borland make treats ./target and target as different also convert to outputpathrelative may get passed a quoted path
|
22 lat temu |
Ken Martin
|
d0bc3b9acd
only generate test target when enabled
|
22 lat temu |