Patrick Gansterer
|
2c7a451de0
VS: Cleanup AddPlatformDefinitions() of Visual Studio generators
|
13 years ago |
Leonid Yurchenko
|
59139031a1
include_external_msproject: Add TYPE, GUID, PLATFORM options (#13120)
|
13 years ago |
Brad King
|
9c0a00d6dd
Rename/constify build-time config placeholder lookup
|
13 years ago |
Nicolas Despres
|
d0b3a7fa48
Fix typo.
|
14 years ago |
Nicolas Despres
|
d3d7e45df2
Remove trailing white-spaces.
|
14 years ago |
Alex Neundorf
|
e78ce44b35
Fix automoc with VS builds: apply patch from Bill
|
14 years ago |
Brad King
|
2c2eee61c1
Revert "Remove unused parameter "root" in some VS generator methods"
|
15 years ago |
Brad King
|
10f01ae962
Remove unused parameter "root" in some VS generator methods
|
15 years ago |
Brad King
|
28edb70a9e
Merge topic 'vs-project-groups'
|
15 years ago |
David Cole
|
e6ac0aacf6
Add FOLDER target property, for IDEs (#3796)
|
15 years ago |
Brad King
|
79a88c35f8
Refactor VS <= 7.1 utility-depends workaround
|
15 years ago |
Brad King
|
bc43b0f2a4
Do not link library dependencies in VS solutions
|
16 years ago |
Brad King
|
7766473d3e
Avoid duplicate ZERO_CHECK in VS solutions
|
16 years ago |
Brad King
|
9000b5a4de
Avoid non-root copies of root-only targets
|
16 years ago |
Brad King
|
7e5c571cce
Move OrderedTargetDependSet into VS superclass
|
16 years ago |
Brad King
|
96afb12087
Convert CMake to OSI-approved BSD License
|
16 years ago |
Brad King
|
09e398fa9f
Create VS generator GetRegistryBase method
|
16 years ago |
Brad King
|
e339f3133f
ENH: Separate VS flag table type
|
16 years ago |
Bill Hoffman
|
3d1c12b802
ENH: remove INCLUDE_EXTERNAL_MSPROJECT name hack, and use target properties instead, fix VXExternalInclude test for VS10
|
16 years ago |
Bill Hoffman
|
5c4208f50e
ENH: only 5 failing tests for VS 10
|
16 years ago |
Brad King
|
f1e74ae018
BUG: Fix VS IDE solution files order again
|
17 years ago |
Brad King
|
00ca96ae7c
BUG: Fix VS IDE project order
|
17 years ago |
Bill Hoffman
|
5a36673807
STYLE: line length
|
18 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 |
Alexander Neundorf
|
43de8c8628
|
18 years ago |
Brad King
|
2c1204e361
ENH: Added cmGlobalVisualStudioGenerator as superclass to all VS global generators.
|
18 years ago |
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 years ago |
Bill Hoffman
|
b0bc59f709
ENH: commit fix for putting everything in the build on vs
|
19 years ago |
Brad King
|
8824f7984a
BUG: Fixed references to projects outside the build tree and in other locations with spaces in the path. This is needed for out-of-source/out-of-binary subdirectories in the build.
|
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 |