Bill Hoffman
|
fb24a4c881
STYLE: fix line lenght
|
16 years ago |
Bill Hoffman
|
17f327b5da
BUG: fix for #8686 add some more compiler flags
|
16 years ago |
Bill Hoffman
|
97ef91d57b
BUG: fix for 7845, idl files compile even with headerfile only on
|
17 years ago |
Brad King
|
3cf9265fa7
ENH: Refactor passing of max length object dir
|
17 years ago |
Bill Hoffman
|
749dbcdc6e
ENH: make the scc optional
|
17 years ago |
Bill Hoffman
|
1ed93e0a0e
BUG: fix for 7839 and 4524
|
17 years ago |
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 |