Brad King
|
34c882a9f8
ENH: Allow VS 7 project Rebuild and Solution Rebuild to work without re-running CMake for every project during the rebuild.
|
%!s(int64=18) %!d(string=hai) anos |
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.
|
%!s(int64=18) %!d(string=hai) anos |
Ken Martin
|
6cdf032505
ENH: change to make the documentation class more generic, about halfway there, also provides secitons for Variables now
|
%!s(int64=18) %!d(string=hai) anos |
Brad King
|
27a0677d3e
COMP: Fix build for windows-only generators after change to GetSourceFiles signature.
|
%!s(int64=18) %!d(string=hai) anos |
Alexander Neundorf
|
4878c00905
|
%!s(int64=18) %!d(string=hai) anos |
Ken Martin
|
8b0c61c322
ENH: added internal target property for the name of the project file
|
%!s(int64=18) %!d(string=hai) anos |
Ken Martin
|
c53b26baf2
ENH: some more cleanup
|
%!s(int64=18) %!d(string=hai) anos |
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.
|
%!s(int64=18) %!d(string=hai) anos |
Bill Hoffman
|
b0bc59f709
ENH: commit fix for putting everything in the build on vs
|
%!s(int64=19) %!d(string=hai) anos |
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.
|
%!s(int64=19) %!d(string=hai) anos |
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.
|
%!s(int64=19) %!d(string=hai) anos |
Brad King
|
2459ceb076
BUG: Centralized generation of command line arguments in escaped form. This addresses bug#3786 for several platforms.
|
%!s(int64=19) %!d(string=hai) anos |
Ken Martin
|
bf0cb4d49a
STYLE: fix line length
|
%!s(int64=19) %!d(string=hai) anos |
Brad King
|
bc135b7fc2
BUG: MSVC* variables should be set in IDE generators instead of just NMake.
|
%!s(int64=19) %!d(string=hai) anos |
Brad King
|
d5719f22c1
ENH: Added support for multiple outputs generated by a single custom command. For Visual Studio generators the native tool provides support. For Xcode and Makefile generators a simple trick is used. The first output is considered primary and has the build rule attached. Other outputs simply depend on the first output with no build rule. During cmake_check_build_system CMake detects when a secondary output is missing and removes the primary output to make sure all outputs are regenerated. This approach always builds the custom command at the right time and only once even during parallel builds.
|
%!s(int64=19) %!d(string=hai) anos |
Bill Hoffman
|
5a2668b326
ENH: add support for win64 for visual studio 2005 ide and nmake, also fix warnings produced by building for win64
|
%!s(int64=19) %!d(string=hai) anos |
Ken Martin
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
%!s(int64=19) %!d(string=hai) anos |
Brad King
|
916ea2bad2
BUG: Avoid adding unused rules to special targets like ALL_BUILD. Make sure project regeneration rules go only in desired targets.
|
%!s(int64=19) %!d(string=hai) anos |
Brad King
|
bd0b829ffb
BUG: Fixed generation of VS8 solution file to not be re-written when loaded by VS and to work with msbuild.
|
%!s(int64=19) %!d(string=hai) anos |
Bill Hoffman
|
347c5f4b46
ENH: add working directory support
|
%!s(int64=20) %!d(string=hai) anos |
Brad King
|
af36d6e2e7
COMP: Fixed unused variable warning.
|
%!s(int64=20) %!d(string=hai) anos |
Brad King
|
1c7075057f
ENH: Added support for parallel builds in VS 8. There is now a special target on which all other targets depend that re-runs CMake if any listfiles have been changed. This addresses bug#2512.
|
%!s(int64=20) %!d(string=hai) anos |
Brad King
|
d952f68738
BUG: Tweak VS8 generator to keep VS8 happy. The .vcproj files need their own GUIDs in a ProjectGUID attribute. The top level .sln file needs a special comment at the top to allow it to be opened with double-click in explorer.
|
%!s(int64=20) %!d(string=hai) anos |
Bill Hoffman
|
86195caf6a
ENH: add support for VCExpress 2005
|
%!s(int64=21) %!d(string=hai) anos |