summaryrefslogtreecommitdiffstats
path: root/PCbuild/get_externals.bat
Commit message (Collapse)AuthorAgeFilesLines
* bpo-35402: Update Windows build to use Tcl and Tk 8.6.9 (GH-11146)Steve Dower2018-12-141-3/+3
|
* bpo-35401: Update Windows build to OpenSSL 1.1.0j (GH-11088)Steve Dower2018-12-111-2/+2
|
* bpo-34405: Updated to OpenSSL 1.1.0i for Windows builds. (GH-8775)Steve Dower2018-08-151-2/+2
|
* bpo-33184: Update Windows installer to OpenSSL 1.1.0h (GH-6463)Steve Dower2018-04-141-2/+2
|
* bpo-32901: Update Tcl and Tk versions to 8.6.8 (GH-5823)Steve Dower2018-02-231-3/+3
|
* Add missing backslashes to get_externals.bat (GH-5731)Steve Dower2018-02-181-2/+2
|
* Improves the ability to build in CI (GH-5728)Steve Dower2018-02-181-2/+2
|
* Add missing backslashes in PCbuild bat files (GH-5056)Zachary Ware2017-12-301-3/+3
|
* bpo-28791: Update Windows builds to use SQLite 3.21.0. (GH-4246)Mariatta2017-11-071-1/+1
|
* 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-30450: Fall back to git.exe if no Python is found. (#2739)Steve Dower2017-07-171-0/+10
| | | | | | * bpo-30450: Fall back to git.exe if no Python is found. * Also check whether git.exe is on PATH if it will be used.
* [bpo-30916] Pre-build OpenSSL and Tcl/Tk for Windows (#2688)Steve Dower2017-07-171-32/+23
| | | Updates ssl and tkinter projects to use pre-built externals
* bpo-30450: Pull Windows dependencies from GitHub rather than svn (GH-1783)Zachary Ware2017-06-161-60/+66
| | | | | The Windows build now depends on Python 3.6 to fetch externals, but it will be downloaded via NuGet (which is downloaded via PowerShell) if it is not available via `py -3.6`. This means the only thing that must be installed on a modern Windows box to do a full build of CPython with all extensions is Visual Studio. Also fixes an outdated note about _lzma in PCbuild/readme.txt
* bpo-27425: Be more explicit in .gitattributes (GH-840)Zachary Ware2017-06-101-104/+104
| | | Updates checked-in line endings on several files.
* PCbuild: Add -q option to svn export (GH-535)INADA Naoki2017-03-071-1/+1
| | | Without this option, AppVeyor log is too unreadable.
* 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
| |\
| | * Issue #28248: Update Windows build to use OpenSSL 1.0.2jZachary Ware2016-10-111-1/+1
| | |
| * | Issue #26930: Update Windows build to OpenSSL 1.0.2hZachary Ware2016-06-151-1/+1
| | |
* | | Issue #28065: Update xz to 5.2.2 on Windows, and build it from sourceZachary Ware2016-09-121-1/+1
| | |
* | | Fix get_externals.batZachary Ware2016-09-051-1/+1
| | |
* | | Issue #27647: Update Windows build to Tcl/Tk 8.6.6Zachary Ware2016-07-281-2/+2
| | |
* | | 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/+1
| |
* | Issue #24986: Save some bandwidth from svn.python.orgZachary Ware2015-09-041-10/+11
| | | | | | | | Don't download sources that won't be used.
* | Issue #24847: Fixes Tix revision number and reverts fix for the wrong revision.Steve Dower2015-08-191-1/+1
| | | | | | | | Triggers clean on buildbots.
* | Issue #24847: Removes vcruntime140.dll dependency from Tcl/Tk.Steve Dower2015-08-181-3/+3
| |
* | Issue #19450: Update Windows builds to use SQLite 3.8.11.0Steve Dower2015-07-281-1/+1
|\ \ | |/
| * Issue #19450: Update Windows builds to use SQLite 3.8.11.0Steve Dower2015-07-281-1/+1
| |
* | Issue #24603: Update the Windows build to use OpenSSL 1.0.2dZachary Ware2015-07-221-1/+1
|\ \ | |/
| * Issue #24603: Update the Windows build to use OpenSSL 1.0.2dZachary Ware2015-07-221-1/+1
| |
* | Issue #24432: Update Windows builds to use OpenSSL 1.0.2c.Steve Dower2015-07-031-1/+1
|\ \ | |/
| * Issue #24432: Update Windows builds to use OpenSSL 1.0.2c.Steve Dower2015-07-031-1/+1
| |
| * Clean up/refactor the batch scripts used for building on Windows.Zachary Ware2015-06-101-0/+103
| | | | | This is mostly a backport of issue #21907, but also includes a few extras necessary to make the bulidbot scripts as thin as possible.
* Update Tcl/Tk to 8.6.4.Zachary Ware2015-04-141-2/+2
| | | | The new version of Tcl/Tk plays nice(r) with VS2015 CTP 6+.
* Closes #17202: Merge with 3.4Zachary Ware2015-04-131-103/+103
|
* Closes #23686: Update Windows installer OpenSSL to 1.0.2aSteve Dower2015-04-121-1/+1
|
* Issue #23212: Update Windows copy of OpenSSL to 1.0.1lSteve Dower2015-01-311-1/+1
|
* Update Tcl/Tk to 8.6.3Zachary Ware2014-12-151-2/+2
| | | | | | | | | | - new file dialogs on Vista+ - tclWinTime.c was cleaned up a bit, and no longer uses 'timezone' (which is now _timezone in VS2015, so we get to avoid patching that file). - rules.vc is patched in both Tcl and Tk sources to allow building with VS2015
* Issue #17896: Move Windows external lib sources from .. to externals.Zachary Ware2014-11-021-1/+2
|
* Issue #17717: Pull NASM from svn.python.org for OpenSSL build.Zachary Ware2014-11-011-3/+5
|
* Issue #22644: Update the Windows build to OpenSSL 1.0.1jZachary Ware2014-10-171-1/+1
|
* Issue #22160: Update OpenSSL to 1.0.1i for the Windows build.Zachary Ware2014-08-071-1/+1
|
* Issue #21907: Improved the batch scripts provided for building Python.Zachary Ware2014-07-071-0/+100
The user-facing scripts in PCbuild have been updated to be easier to use and the buildbot scripts in Tools\buildbot have been updated to use the user-facing scripts in PCbuild wherever possible.