Brad King
|
d8aa12178d
ENH: Reimplemented parsing and mapping of flags into vcproj file attribute options. This cleans up and centralizes a few things. It is in preparation for dealing with precompiled header flags for bug #3512 since they require some special handling.
|
19 years ago |
Brad King
|
712345ffc4
BUG: The .pdb file generated for a library or executable should match the real file name used for the target. This addresses bug#3277.
|
19 years ago |
Bill Hoffman
|
345df44dc5
BUG: make sure external vs projects use the GUID in the project if it has one.
|
19 years ago |
Bill Hoffman
|
cca67d7f8e
BUG: fix for bug 4239, NODEFAULTLIB flag support in ide
|
19 years ago |
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
|
7e47f8496a
BUG: Fix for VS.NET 2003 SP1 to make sure global target and utility target rules run every time.
|
19 years ago |
Brad King
|
9bf5af6e32
ENH: Moved unique object file name computation from cmLocalUnixMakefileGenerator3 up to cmLocalGenerator for use by all generators. Created cmLocalVisualStudioGenerator as superclass for all VS generators. Implemented on-demand unique object file name computation for VS 7 generator to avoid slow compiles when all sources are in subdirectories.
|
19 years ago |
Ken Martin
|
7dc8a92246
STYLE: fix line length
|
19 years ago |
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.
|
19 years ago |
Bill Hoffman
|
5a2668b326
ENH: add support for win64 for visual studio 2005 ide and nmake, also fix warnings produced by building for win64
|
19 years ago |
Ken Martin
|
4102949bf9
STYLE: minor comment cleanups
|
20 years ago |
Ken Martin
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
Bill Hoffman
|
6b47b28867
ENH: fix line length style stuff
|
20 years ago |
Brad King
|
1b5e3f4136
BUG: Fixed generation of cmake re-run rules.
|
20 years ago |
Brad King
|
f4b306d5d4
BUG: VS7 generator should use per-configuration linker flags for targets. This addresses bug#2765.
|
20 years ago |
Brad King
|
22c62c9e65
BUG: Sweeping changes to cleanup computation of target names. This should
|
20 years ago |
Brad King
|
f9aef0e422
ENH: Generator now creates a separate intermediate files directory for each target. This is needed for MSVC 8 to support parallel builds.
|
20 years ago |
Bill Hoffman
|
aa47caab2d
FIX: apply patch from bug# 1965
|
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
|
345cf04012
ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings
|
21 years ago |
Bill Hoffman
|
d8ed9ef121
ENH: fix bug 1324
|
21 years ago |
Bill Hoffman
|
a3eeaa1ce2
ENH: use a map to fill out flags, and keep command line consistent with the GUI
|
21 years ago |
Bill Hoffman
|
86195caf6a
ENH: add support for VCExpress 2005
|
21 years ago |
Bill Hoffman
|
70eaddbf8e
BUG: make sure global generate is done when cmakelist file chagnes, also make sure guids are stored in the cache so the .sln file does not change every time
|
21 years ago |
Ken Martin
|
ba68f771b3
yikes added new custom command support
|
22 years ago |
Bill Hoffman
|
6112e7fc16
add support for vs 71
|
22 years ago |
Brad King
|
cde384411d
Several fixes/improvements:
|
23 years ago |
Andy Cedilnik
|
b0656a2605
Add support for comments on custom commands in visual studio 7
|
23 years ago |
Brad King
|
1f6a3c67b1
ENH: Added reference to Copyright.txt. Removed old reference to ITK copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs.
|
23 years ago |