summaryrefslogtreecommitdiffstats
path: root/PCbuild/python.props
Commit message (Collapse)AuthorAgeFilesLines
* bpo-37238: Enable building for Windows using Visual Studio 2019 (GH-13988)Paul Monson2019-06-111-0/+1
|
* bpo-36941: Windows build changes for Windows ARM64 (GH-13365)Paul Monson2019-05-171-0/+9
|
* bpo-35926: Add support for OpenSSL 1.1.1b on Windows (GH-11779)Paul Monson2019-05-151-2/+3
|
* bpo-35947: Update Windows to the current version of libffi (GH-11797)Paul Monson2019-03-291-0/+3
| | | We now use a pre-built libffi binary from our binaries repository, and no longer vendor the full implementation.
* Fix registry key for Windows SDK detection (GH-12445)Isuru Fernando2019-03-211-1/+1
|
* bpo-35976: Enable Windows projects to build with platform ARM32 (GH-11825)Paul Monson2019-02-141-0/+10
| | | This change adds the necessary items to the build projects to avoid erroring out right at the start. It does not add _support_ for targeting Windows on ARM32, but is a necessary prerequisite for adding it.
* bpo-35401: Update Windows build to OpenSSL 1.1.0j (GH-11088)Steve Dower2018-12-111-2/+2
|
* bpo-35433: Properly detect installed SDK versions (GH-11009)Jeremy Kloth2018-12-101-6/+11
|
* Revert "bpo-34977: Add Windows App Store package (GH-10245)" (GH-11019)Victor Stinner2018-12-071-2/+1
| | | This reverts commit 468a15aaf9206448a744fc5eab3fc21f51966aad.
* bpo-34977: Add Windows App Store package (GH-10245)Steve Dower2018-12-071-1/+2
|
* bpo-34405: Updated to OpenSSL 1.1.0i for Windows builds. (GH-8775)Steve Dower2018-08-151-2/+2
|
* Fix Windows build of Python for latest WinSDK. (GH-6874)Carl Meyer2018-05-171-1/+2
|
* bpo-33184: Update Windows installer to OpenSSL 1.1.0h (GH-6463)Steve Dower2018-04-141-2/+2
|
* Improves the ability to build in CI (GH-5728)Steve Dower2018-02-181-1/+3
|
* bpo-28791: Update Windows builds to use SQLite 3.21.0. (GH-4246)Mariatta2017-11-071-1/+1
|
* bpo-31957: Fixes version detection. (#4298)Steve Dower2017-11-061-8/+7
|
* bpo-31944: Fixes build and Modify button (#4278)Steve Dower2017-11-041-2/+2
|
* bpo-31569: correct PCBuild/ case to PCbuild/ in build scripts and docs (GH-3711)Stefan Grönke2017-09-251-5/+5
|
* bpo-31392: Update SSL build for 1.1.0 (#3448)Steve Dower2017-09-091-2/+2
|
* bpo-31358: Pull zlib out of the repository (GH-3375)Zachary Ware2017-09-071-0/+1
| | | Also enable building externals by default on Windows, use PCbuild\build.bat's -E option to disable it.
* bpo-31340: Change to building with MSVC v141 (included with Visual Studio ↵Steve Dower2017-09-061-0/+2
| | | | 2017) (#3311)
* [bpo-30916] Pre-build OpenSSL and Tcl/Tk for Windows (#2688)Steve Dower2017-07-171-2/+4
| | | Updates ssl and tkinter projects to use pre-built externals
* Improves test_underpth_nosite_file to reveal why it fails. (#1763)Steve Dower2017-05-231-0/+15
| | | | | | | | | | | | | | * Improves test_underpth_nosite_file to reveal why it fails. * Enable building with Windows 10 SDK. * Fix WinSDK detection * Fix initialization on Windows when a ._pth file exists. * Fix tabs * Adds comment about Py_GetPath call.
* bpo-29572: Update Windows build to OpenSSL 1.0.2k (GH-439)Zachary Ware2017-03-031-1/+1
|
* Issue #28208: Update Windows build to use SQLite 3.14.2.0Zachary Ware2016-10-111-1/+1
|
* Issue #28248: Merge with 3.5Zachary Ware2016-10-111-1/+1
|\
| * Issue #28248: Merge with 3.4Zachary Ware2016-10-111-1/+1
| |
* | Make PGO use usual build directory on Windows.Steve Dower2016-09-121-1/+0
| |
* | Issue #28065: Update xz to 5.2.2 on Windows, and build it from sourceZachary Ware2016-09-121-1/+1
| |
* | Issue #27883: Update sqlite to 3.14.1 on WindowsZachary Ware2016-09-051-1/+1
|/
* Fixes use of Py_IntDir and Py_OutDir to control build directories.Steve Dower2016-07-161-2/+7
|
* Issue #26930: Update Windows build to OpenSSL 1.0.2hZachary Ware2016-06-151-1/+1
|
* Issue #26465: Update Windows builds to use OpenSSL 1.0.2g.Steve Dower2016-03-081-1/+1
|
* Issue #26268: Update Windows builds to use OpenSSL 1.0.2fZachary Ware2016-02-221-1/+3
|
* Issue #25934: Default to /fp:strict for ICC buildsZachary Ware2016-01-301-5/+11
|
* Improves handling of test markers for building Python without intefering ↵Steve Dower2015-10-311-4/+12
| | | | with actual installs.
* Issue #19450: Update Windows builds to use SQLite 3.8.11.0Steve Dower2015-07-281-1/+1
|
* Allow intermediate build directory to be overridden.Steve Dower2015-07-271-1/+2
|
* Issue #24603: Update the Windows build to use OpenSSL 1.0.2dZachary Ware2015-07-221-1/+1
|
* Issue #24585: Enables build-to-build upgrades that preserve settings.Steve Dower2015-07-091-2/+37
| | | | | | Rather than using Burn "Persisted" variables we now add registry keys for each added feature. These can be detected by the installer regardless of which version installed them, and we use this for Modify and Upgrade. In particular, Upgrades can't access the Persisted variables, but can find well-known registry keys. There are also some changes to the bootstrap app to properly handle upgrades. Finally, a few minor improvements to the Windows build to keep things tidier.
* Issue #24432: Update Windows builds to use OpenSSL 1.0.2c.Steve Dower2015-07-031-1/+1
|
* Closes #23686: Update Windows installer OpenSSL to 1.0.2aSteve Dower2015-04-121-1/+1
|
* Issue #23260: Update Windows installerSteve Dower2015-02-061-4/+4
|
* Issue #23212: Update Windows copy of OpenSSL to 1.0.1lSteve Dower2015-01-311-1/+1
|
* Fixes sys.winver generation and removes dependency on user32.dllSteve Dower2015-01-151-2/+6
|
* #22980 Adds platform and version tags to .pyd filesSteve Dower2014-12-161-0/+4
|
* Issue #22919: Windows build updated to support VC 14.0 (Visual Studio 2015), ↵Steve Dower2014-11-221-0/+108
which will be used for the official 3.5 release.