Bill Hoffman
|
637418a835
BUG: fix for 4524, add support for target properties to set vs source code control information
|
17 years ago |
Bill Hoffman
|
ecf312ccc8
STYLE: fix line length stuff for KWStyle
|
17 years ago |
Bill Hoffman
|
771f127fe9
BUG: fix for 7624, vs7 flag table missing /MAP
|
17 years ago |
Bill Hoffman
|
d8837b92ba
BUG: fix for 7519 extra closing > in fortran projects
|
17 years ago |
David Cole
|
e1ac9227a0
BUG: Fix issue #5773 - add table entry to map /W0 to WarningLevel="0"
|
17 years ago |
Brad King
|
b73cac6409
BUG: Do not escape make variable references in VS additional options.
|
17 years ago |
Bill Hoffman
|
fefe078e58
BUG: fix for bug 6619
|
17 years ago |
Brad King
|
10db44a81d
COMP: Fix build with concept checking of STL.
|
17 years ago |
Bill Hoffman
|
10c91ded4f
ENH: add support for Intel Fortran Visual studio IDE
|
17 years ago |
David Cole
|
8950fca4ce
BUG: Fix for issue #6440. Use 0 instead of FALSE for ExceptionHandling with Visual Studio 2005 and later.
|
17 years ago |
Brad King
|
67834f2d53
BUG: Correct Mac OS X framework behavior
|
17 years ago |
Brad King
|
8605551920
ENH: Improve speed of manifest tool on VS8 and VS9.
|
17 years ago |
Bill Hoffman
|
47d12c273c
BUG: fix for 6619
|
17 years ago |
Bill Hoffman
|
260de3ca3e
BUG: fix for bug 6660
|
17 years ago |
Bill Hoffman
|
7b93585960
BUG: fix for bug 6661
|
17 years ago |
Bill Hoffman
|
8a83f09637
ENH: fix for bug 3218 dependant projects are written out automatically if they are in the project. Also fix bug 5829, remove hard coded CMAKE_CONFIGURATION_TYPES from vs 7 generator
|
18 years ago |
Brad King
|
6066e92ba2
BUG: cmTarget instances should not be copied. Removed pass-by-value arguments from cmLocalVisualStudio7Generator::WriteGroup and cmLocalVisualStudio6Generator::WriteGroup. Updated cmTarget to make this easier to find.
|
18 years ago |
Brad King
|
ffac622a85
ENH: Add cmTarget::GetLinkInformation method to allow several places in the generators to share link information while only computing it once per configuration for a target. Use it to simplify the chrpath feature.
|
18 years ago |
Brad King
|
96fd5909d9
ENH: Implement linking with paths to library files instead of -L and -l separation. See bug #3832
|
18 years ago |
Brad King
|
433099ecdd
ENH: Converted cmMakefile DefineFlags added by ADD_DEFINITIONS command into a COMPILE_DEFINITIONS directory property.
|
18 years ago |
Brad King
|
80c2be45e0
ENH: Renamed <CONFIG>_COMPILE_DEFINITIONS to COMPILE_DEFINITIONS_<CONFIG> for better documentation clarity.
|
18 years ago |
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 years ago |
Brad King
|
857e2e15dd
ENH: Improved escaping in kwsys/System. Added escape of % for NMake. Added escape of ; for the VS IDE.
|
18 years ago |
Brad King
|
872553de7e
ENH: Implemented generation of display for pre-build, pre-link, and post-build custom command comments during the build. This addresses issue #5353.
|
18 years ago |
Bill Hoffman
|
3409e0a777
STYLE: fix indent
|
18 years ago |
Bill Hoffman
|
246e964180
BUG: fix for bug 5455, handle nodefaultlib with more than one lib
|
18 years ago |
Brad King
|
bb1fa4c3f0
BUG: Fix exception handling flag translation to be specific to each VS version. This allows /EHa to be handled correctly for VS 2003.
|
18 years ago |
David Cole
|
867de7fc67
ENH: Add ability to call Visual Studio macros from CMake. Add a CMake Visual Studio macro to reload a solution file automatically if CMake makes changes to .sln files or .vcproj files. Add code to call the macro automatically for any running Visual Studio instances with the .sln file open at the end of the Visual Studio Generate call. Only call the macro if some .sln or .vcproj file changed during Generate. Also, add handling for REG_EXPAND_SZ type to SystemTools::ReadRegistryValue - returned string has environment variable references expanded.
|
18 years ago |
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 years ago |
Brad King
|
34c882a9f8
ENH: Allow VS 7 project Rebuild and Solution Rebuild to work without re-running CMake for every project during the rebuild.
|
18 years ago |