Brad King
|
28edb70a9e
Merge topic 'vs-project-groups'
|
15 tahun lalu |
David Cole
|
e6ac0aacf6
Add FOLDER target property, for IDEs (#3796)
|
15 tahun lalu |
Brad King
|
a99f620834
Fix unused parameter warning in VS 7.1 generator
|
15 tahun lalu |
Brad King
|
79a88c35f8
Refactor VS <= 7.1 utility-depends workaround
|
15 tahun lalu |
Brad King
|
325bdb2a92
Factor out duplicate VS target dependency code
|
15 tahun lalu |
David Cole
|
e0acb6ca5f
Fix Windows-cl.cmake so that at most one MSVC** variable is defined.
|
15 tahun lalu |
Bill Hoffman
|
268448b891
Teach VS generators to set the MACHINE type correctly.
|
16 tahun lalu |
Brad King
|
c8ddb6813b
Cleanup cmGlobalGenerator::GetTargetSets method
|
16 tahun lalu |
Brad King
|
96afb12087
Convert CMake to OSI-approved BSD License
|
16 tahun lalu |
Bill Hoffman
|
3d1c12b802
ENH: remove INCLUDE_EXTERNAL_MSPROJECT name hack, and use target properties instead, fix VXExternalInclude test for VS10
|
16 tahun lalu |
Bill Hoffman
|
5c4208f50e
ENH: only 5 failing tests for VS 10
|
16 tahun lalu |
Bill Hoffman
|
7491f52992
ENH: first pass at VS 10, can bootstrap CMake, but many tests still fail
|
16 tahun lalu |
Brad King
|
00ca96ae7c
BUG: Fix VS IDE project order
|
17 tahun lalu |
Bill Hoffman
|
ecf312ccc8
STYLE: fix line length stuff for KWStyle
|
17 tahun lalu |
Bill Hoffman
|
10c91ded4f
ENH: add support for Intel Fortran Visual studio IDE
|
17 tahun lalu |
David Cole
|
ca2a16c0a2
ENH: Add code to support calling the VS reload macro from Visual Studio 7.1 and 9.0 in addition to 8.0 sp1... Make new macros file with VS 7.1 so that it can be read by 7.1 and later. VS 7.1 does not appear to run the macros while a build is in progress, but does not return any errors either, so for now, the reload macro is not called when using 7.1. If I can figure out how to get 7.1 to execute the macro, I will uncomment the code in cmGlobalVisualStudio71Generator::GetUserMacrosDirectory() to activate executing the macros in VS 7.1, too.
|
17 tahun lalu |
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 tahun lalu |
Brad King
|
5594ad4885
ENH: Updated exporting and importing of targets to support libraries and configurations.
|
18 tahun lalu |
Brad King
|
d21dc588ef
BUG: Disable static lib deps until a global cycle removal can be done.
|
18 tahun lalu |
Brad King
|
3cf3bb664a
ENH: Make static library targets depend on targets to which they "link" for the purpose of build ordering. This makes the build order consistent for static and shared library builds. It is also useful when custom command inputs of one library are generated as custom commands outputs of another. It may be useful in the future for Fortran module dependencies. Implemented for Makefiles, Xcode, and VS 8 and above. Added sample code to do it for VS 7.1 and below, but left it disabled with comments explaining why. Likely it will never be needed on VS 7.1 or below anyway.
|
18 tahun lalu |
Ken Martin
|
6cdf032505
ENH: change to make the documentation class more generic, about halfway there, also provides secitons for Variables now
|
18 tahun lalu |
Brad King
|
ba7780a3c4
ENH: Fixed INSTALL_FILES and INSTALL_PROGRAMS commands to not create targets. No targets of type cmTarget::INSTALL_FILES or cmTarget::INSTALL_PROGRAMS are created, so we do not need to check for them everywhere anymore.
|
18 tahun lalu |
Alexander Neundorf
|
b37cc6072f
|
18 tahun lalu |
Alexander Neundorf
|
4878c00905
|
18 tahun lalu |
Ken Martin
|
8b0c61c322
ENH: added internal target property for the name of the project file
|
18 tahun lalu |
Brad King
|
438a7e2fce
BUG: Fix utility dependencies for static libraries in VS generators. This addresses bug#4789.
|
18 tahun lalu |
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 tahun lalu |
Ken Martin
|
b99129d2d8
ENH: some code cleanup
|
18 tahun lalu |
Bill Hoffman
|
b0bc59f709
ENH: commit fix for putting everything in the build on vs
|
19 tahun lalu |
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 tahun lalu |