Brad King
|
96afb12087
Convert CMake to OSI-approved BSD License
|
16 years ago |
Brad King
|
524bb1e36e
Simplify VS generator ZERO_CHECK dependency
|
16 years ago |
Brad King
|
e339f3133f
ENH: Separate VS flag table type
|
16 years ago |
Bill Hoffman
|
2488dccf4e
BUG: fix location of tmp file to use the full path, caused error on vista not running as admin
|
17 years ago |
Brad King
|
fdf169be3a
BUG: Fixes to VS8/VS9 project regeneration rules
|
17 years ago |
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.
|
18 years ago |
Brad King
|
5594ad4885
ENH: Updated exporting and importing of targets to support libraries and configurations.
|
18 years ago |
Brad King
|
2625b0498b
STYLE: Fixed line-too-long.
|
18 years ago |
Brad King
|
62ff2befcc
BUG: Do not use VSMacros stuff for VS8sp0 because macros do not work in that version.
|
18 years ago |
Bill Hoffman
|
42bad89fe7
STYLE: fix line len
|
18 years ago |
Bill Hoffman
|
c6089d1642
BUG: fix for bug 5931 add some more flags for the gui
|
18 years ago |
Brad King
|
eee575283d
STYLE: Fixed line-too-long. COMP: Fixed warnings about lossy conversions.
|
18 years ago |
Brad King
|
9f864879b4
ENH: Renamed cmGlobalVisualStudioGenerator::CallVisualStudioReloadMacro method to CallVisualStudioMacro and added arguments to select which macro to call and optionally pass the solution file name. Added option to call to new StopBuild macro. Updated logic for replacing the macro file in user directories when the distributed version is newer.
|
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 |
Brad King
|
f9322d188b
ENH: Converted vcproj file generation to use cmGeneratedFileStream for atomic replacement. Replaced the vcproj.cmake copy of the file with a simple vcproj.stamp timestamp file to preserve previous rerun-without-reload behavior.
|
18 years ago |
Ken Martin
|
6cdf032505
ENH: change to make the documentation class more generic, about halfway there, also provides secitons for Variables now
|
18 years ago |
Brad King
|
27a0677d3e
COMP: Fix build for windows-only generators after change to GetSourceFiles signature.
|
18 years ago |
Alexander Neundorf
|
4878c00905
|
18 years ago |
Ken Martin
|
8b0c61c322
ENH: added internal target property for the name of the project file
|
18 years ago |
Ken Martin
|
c53b26baf2
ENH: some more cleanup
|
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.
|
19 years ago |
Bill Hoffman
|
b0bc59f709
ENH: commit fix for putting everything in the build on vs
|
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 |
Brad King
|
7d2de52c1a
ENH: Cleaned up signature of cmMakefile::AddUtilityCommand. It is not valid to have an output from a utility rule and no calls to the method asked for an output anyway. The argument has been removed.
|
19 years ago |
Brad King
|
2459ceb076
BUG: Centralized generation of command line arguments in escaped form. This addresses bug#3786 for several platforms.
|
19 years ago |
Ken Martin
|
bf0cb4d49a
STYLE: fix line length
|
19 years ago |
Brad King
|
bc135b7fc2
BUG: MSVC* variables should be set in IDE generators instead of just NMake.
|
19 years ago |