Brad King
|
96fd5909d9
ENH: Implement linking with paths to library files instead of -L and -l separation. See bug #3832
|
18 éve |
Brad King
|
8262ccfd4e
ENH: Create COMPILE_DEFINITIONS property for targets and source files. Create <config>_COMPILE_DEFINITIONS property as per-configuration version. Add Preprocess test to test the feature. Document limitations on Xcode and VS6 generators.
|
18 éve |
Bill Hoffman
|
af1230fea0
STYLE: fix line len error
|
18 éve |
Bill Hoffman
|
246e964180
BUG: fix for bug 5455, handle nodefaultlib with more than one lib
|
18 éve |
Brad King
|
ea2b389a17
BUG: Converted per-vcproj timestamp to a single directory-level CMakeFiles/generate.stamp file shared by all targets in each directory. This avoids having all targets overwrite each others timestamp check rules and instead has one single rule.
|
18 éve |
Bill Hoffman
|
9cbb998737
ENH: add support for vs 2008 beta 2
|
18 éve |
Brad King
|
ea874415d9
ENH: Moved GetTargetDirectory method up to cmLocalGenerator. This provides a common interface to something that was implemented in most local generators anyway.
|
18 éve |
Brad King
|
35936433e1
ENH: Merging changes from branch CMake-SourceFile2-b between tags
|
18 éve |
Brad King
|
dfb79bea23
STYLE: Removed unused reference to cmMakeDepend.
|
18 éve |
Alexander Neundorf
|
8245f437b6
|
18 éve |
Alexander Neundorf
|
7f11536704
|
18 éve |
Ken Martin
|
8b0c61c322
ENH: added internal target property for the name of the project file
|
18 éve |
Brad King
|
fb38af53c0
BUG: Split precompiled header flags into a separate per-global-generator flag map. This is needed because the flag mappings differ across VS IDE versions. This fixes bug#3512 for VS8 where as the previous fix only worked for VS7.
|
18 éve |
Brad King
|
33ee83714d
ENH: Replaced LibraryOutputPath and ExecutableOutputPath variables in Makefile and VS generators to instead ask each target for its output path. This significantly reduces total code size and centralizes previously duplicate code. It is also a step towards bug#2240.
|
18 éve |
Bill Hoffman
|
fad49c8724
ENH: fix for vs ide
|
18 éve |
Bill Hoffman
|
ca0230a33e
ENH: check in initial conv library stuff
|
18 éve |
Brad King
|
05b5600444
STYLE: Removed unused method declarations.
|
18 éve |
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.
|
18 éve |
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.
|
18 éve |
Bill Hoffman
|
345df44dc5
BUG: make sure external vs projects use the GUID in the project if it has one.
|
18 éve |
Bill Hoffman
|
cca67d7f8e
BUG: fix for bug 4239, NODEFAULTLIB flag support in ide
|
19 éve |
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 éve |
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 éve |
Brad King
|
7e47f8496a
BUG: Fix for VS.NET 2003 SP1 to make sure global target and utility target rules run every time.
|
19 éve |
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 éve |
Ken Martin
|
7dc8a92246
STYLE: fix line length
|
19 éve |
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 éve |
Bill Hoffman
|
5a2668b326
ENH: add support for win64 for visual studio 2005 ide and nmake, also fix warnings produced by building for win64
|
19 éve |
Ken Martin
|
4102949bf9
STYLE: minor comment cleanups
|
19 éve |
Ken Martin
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
19 éve |