Brad King
|
b155f3aa1c
ENH: Adding image version number (major.minor) property to windows binaries. Default is 0.0, but the VERSION target property may change the value. Windows now has first-class support for dll and exe versioning. This addresses bug#1219.
|
19 years ago |
Brad King
|
9a1d4e92eb
BUG: Fix/cleanup custom commands and custom targets. Make empty comment strings work. Fix ZERO_CHECK target always out of date for debugging. Fix Makefile driving of custom commands in a custom target. Fix dependencies on custom targets not in ALL in VS generators.
|
19 years ago |
Brad King
|
c7daee6860
BUG: Need to clean manifest files that may have been generated for .exe and .dll files.
|
19 years ago |
Andy Cedilnik
|
5a71f83f7a
BUG: Several fixes to handle bundle content on Mac OSX
|
19 years ago |
Ken Martin
|
8e9a6beccc
ENH: centralized locaiton of CMakeFiles setting
|
19 years ago |
Brad King
|
4189370497
BUG: Custom command outputs listed explicitly as source files in a target should be generated whether or not an object file in the target needs them. This useful and makes Makefile builds more consistent with VS IDE builds.
|
19 years ago |
Brad King
|
1b956e9b74
BUG: Finished fix to bug#3229 and bug#3272.
|
19 years ago |
Brad King
|
0379bb4909
BUG: Added missing cd command before running executable version symlink rule. This addresses bug#3229.
|
19 years ago |
Ken Martin
|
47c7108111
STYLE: fix line length
|
19 years ago |
Bill Hoffman
|
e6ef33f598
ENH: name pdb files for visual studio make based builds
|
19 years ago |
Bill Hoffman
|
3c8e899102
ENH: add support for per config target LINK_FLAGS
|
19 years ago |
Brad King
|
eb31755eb2
ENH: Implemented VT100 terminal escape sequences. If CMAKE_COLOR_MAKEFILE is set then messages produced by makefiles will be in color if the native tool supports it. This addresses bug#3060.
|
19 years ago |
Andy Cedilnik
|
40272a16bd
ENH: Add support for adding content to bundles
|
19 years ago |
Ken Martin
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
19 years ago |
Bill Hoffman
|
4c5ba06fa1
ENH: use a cmake script to do the clean step, this allows for large numbers of files to be removed without making the command line too long
|
19 years ago |
Brad King
|
93c95f1cc5
BUG: Fixed installation of MacOSX Bundle executables and the corresponding install_name remapping support. Extended the BundleTest test to check that this all works. Part of these fixes required changing the signature of AppendDirectoryForConfig in all generators. It now accepts prefix and suffix strings to deal with whether leading or trailing slashes should be included with the configuration subdirectory.
|
19 years ago |
Brad King
|
576f0b65c7
BUG: Fix generation of Xcode 2.0 and earlier projects to use CMAKE_BUILD_TYPE.
|
19 years ago |
Bill Hoffman
|
39e636a4a4
ENH: change expand stuff to pass a struct for all the args
|
19 years ago |
Brad King
|
43df79d9fc
BUG: Do not perform pre-build, pre-link, or post-install commands when relinking.
|
20 years ago |
Brad King
|
537e2b4ed5
ENH: Implemented RPATH specification support. It is documented by the command SET_TARGET_PROPERTIES.
|
20 years ago |
Brad King
|
60cd72d01c
ENH: Cleaned up generation of symbolic rules. Removed generation of rebuild_cache and similar rules from internal makefiles.
|
20 years ago |
Ken Martin
|
7740ccd1a4
ENH: some cleanup of the makefile generator
|
20 years ago |