Bill Hoffman
|
e6ef33f598
|
ENH: name pdb files for visual studio make based builds
|
2006-04-19 16:36:14 -04:00 |
Bill Hoffman
|
5ecfd3d4d3
|
ENH: fix java and add OBJECT_DIR support
|
2006-04-17 14:01:22 -04:00 |
Brad King
|
b323c3f51c
|
BUG: Work-around Watcom WMake limitation for multiple-output custom command support.
|
2006-04-13 10:15:48 -04:00 |
Brad King
|
d5719f22c1
|
ENH: Added support for multiple outputs generated by a single custom command. For Visual Studio generators the native tool provides support. For Xcode and Makefile generators a simple trick is used. The first output is considered primary and has the build rule attached. Other outputs simply depend on the first output with no build rule. During cmake_check_build_system CMake detects when a secondary output is missing and removes the primary output to make sure all outputs are regenerated. This approach always builds the custom command at the right time and only once even during parallel builds.
|
2006-04-11 11:06:19 -04:00 |
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.
|
2006-03-30 15:39:03 -05:00 |
Andy Cedilnik
|
40272a16bd
|
ENH: Add support for adding content to bundles
|
2006-03-28 08:54:01 -05:00 |
Ken Martin
|
3d96e52261
|
STYLE: some m_ to this-> cleanup
|
2006-03-15 11:02:08 -05:00 |
Bill Hoffman
|
88bd3b5281
|
ENH: add support for removing language flags from shared library and shared module link commands
|
2006-03-14 14:03:16 -05:00 |
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
|
2006-03-09 14:30:35 -05:00 |
Brad King
|
576f0b65c7
|
BUG: Fix generation of Xcode 2.0 and earlier projects to use CMAKE_BUILD_TYPE.
|
2006-02-24 11:13:31 -05:00 |
Bill Hoffman
|
39e636a4a4
|
ENH: change expand stuff to pass a struct for all the args
|
2006-02-20 13:42:18 -05:00 |
Brad King
|
e20c007181
|
ENH: Order compilation flags from most general to most specific: language, then target, then source.
|
2006-02-20 12:48:56 -05:00 |
Ken Martin
|
13661cdd23
|
ENH: warning fix
|
2006-02-16 13:42:58 -05:00 |
Ken Martin
|
ff3eeef545
|
ENH: warning fix
|
2006-02-16 11:32:47 -05:00 |
Brad King
|
60cd72d01c
|
ENH: Cleaned up generation of symbolic rules. Removed generation of rebuild_cache and similar rules from internal makefiles.
|
2006-02-15 16:35:16 -05:00 |
Bill Hoffman
|
731e1ed9cf
|
ENH: fix build error for mac
|
2006-02-15 12:30:01 -05:00 |
Ken Martin
|
7740ccd1a4
|
ENH: some cleanup of the makefile generator
|
2006-02-14 10:36:04 -05:00 |