summaryrefslogtreecommitdiffstats
path: root/Utilities
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-09-22 14:20:44 (GMT)
committerBrad King <brad.king@kitware.com>2015-09-22 14:26:00 (GMT)
commit40c7b4612341e4230516ef32a97449051379790a (patch)
tree313dc1977f527a6e85e80cc1662e69ab45c66f11 /Utilities
parent03bfe71ae055ed9e5dbeb619967ee44e5f555459 (diff)
downloadCMake-40c7b4612341e4230516ef32a97449051379790a.zip
CMake-40c7b4612341e4230516ef32a97449051379790a.tar.gz
CMake-40c7b4612341e4230516ef32a97449051379790a.tar.bz2
VS: Fix rebuild with regeneration after input CMake code change (#15754)
When using "cmake --build ." or "MSBuild ALL_BUILD.vcxproj" to drive the build the dependencies in the .sln file are not considered. This means that ProjectReference elements in .vcxproj files are used to order targets. We must ensure that the ZERO_CHECK target is listed as the first dependency of every target so that when it causes regeneration of the build files then MSBuild has not yet loaded the updated files.
Diffstat (limited to 'Utilities')
0 files changed, 0 insertions, 0 deletions
/span>Steve Dower2019-06-1410-85/+64 * bpo-37156: Fix libssl DLL tag in MSI sources (GH-13866)Steve Dower2019-06-061-2/+3 * Allow Windows layout builds to fully skip code signing (GH-12808)Steve Dower2019-04-122-3/+8 * bpo-36085: Add installer check for KB2533625 (GH-12636)Steve Dower2019-03-313-10/+31 * bpo-35947: Update Windows to the current version of libffi (GH-11797)Paul Monson2019-03-291-0/+6 * bpo-36441: Fixes creating a venv when debug binaries are installed. (#12566)Steve Dower2019-03-271-0/+15 * bpo-35299: Fixed sysconfig and distutils during PGO profiling (GH-11744)Steve Dower2019-02-051-1/+2 * bpo-34691: Compile _contextvars module into main Python library (GH-11741)Steve Dower2019-02-021-1/+1 * Enable signing Windows builds with SHA1 environment variable (GH-11279)Steve Dower2018-12-211-1/+4 * bpo-34977: Add Windows App Store package (GH-11027)Steve Dower2018-12-117-258/+196 * bpo-34977: Use venv redirector instead of original python.exe on Windows (GH-...Steve Dower2018-12-101-0/+23 * Revert "bpo-34977: Add Windows App Store package (GH-10245)" (GH-11019)Victor Stinner2018-12-077-196/+258 * bpo-34977: Add Windows App Store package (GH-10245)Steve Dower2018-12-077-258/+196 * bpo-35134: Create Include/cpython/ subdirectory (GH-10624)Victor Stinner2018-11-231-3/+3 * bpo-35067: Remove _distutils_findvs and use vswhere.exe instead. (GH-10095)Steve Dower2018-10-271-1/+1 * Fixes issues in Windows release upload script (GH-9845)Steve Dower2018-10-131-3/+8 * bpo-34011: Fixes missing venv files and other tests (GH-9458)Steve Dower2018-09-201-0/+3 * bpo-34217: Use lowercase for windows headers (GH-8472)Erik Janssens2018-08-161-1/+1 * Updated MSI README to mention dependency on .NET 3.5. (GH-8375)Vinay Sajip2018-07-291-0/+8 * Prevent upload script uploading from the wrong directory (GH-7953)Steve Dower2018-06-271-1/+7 * Fixes upload script to always run commands even when previous ones fail (GH-7...Steve Dower2018-06-121-4/+10 * Adds new upload script for Windows releases (GH-7268)Steve Dower2018-05-311-0/+121 * bpo-25427: Remove pyvenv (GH-5962)Brett Cannon2018-04-201-3/+0 * Minor improvements to the Windows build/release process (GH-5935)Steve Dower2018-02-282-0/+5 * bpo-32436: Implement PEP 567 (#5027)Yury Selivanov2018-01-23