summaryrefslogtreecommitdiffstats
path: root/PCbuild
Commit message (Collapse)AuthorAgeFilesLines
* Issue #22160: Update OpenSSL to 1.0.1i for the Windows build.Zachary Ware2014-08-072-2/+2
|
* Update prepare_ssl.py script to generate the .asm files.Zachary Ware2014-08-071-8/+31
|
* Issue #21907: Avoid using double quotes to check argument values.Zachary Ware2014-08-011-6/+6
| | | | | | Double quotes in expanded variables can match literal double quotes, which makes for a big mess when passing in a quoted argument (like "/p:externalsDir=..\externals", for example).
* Issue #21907: Further improvments to build_pgo.bat. Patch by Ingolf Becker.Zachary Ware2014-08-012-15/+22
|
* Issue #22018: On Windows, signal.set_wakeup_fd() now also supports sockets.Victor Stinner2014-07-291-8/+8
| | | | A side effect is that Python depends to the WinSock library.
* Issue #18093: Give the Windows build _testembed.c's new location.Zachary Ware2014-07-252-2/+2
|
* Issue #18093: Factor out the programs that embed the runtimeNick Coghlan2014-07-254-7/+7
|
* Backout 42ced0d023cd: oops, i didn't want to push this changeset :-/Victor Stinner2014-07-241-8/+8
|
* tetsVictor Stinner2014-07-241-8/+8
|
* Issue #17846: Merge with 3.4Zachary Ware2014-07-071-2/+5
|\
| * Issue #17846: Clarify note about Solution Folders.Zachary Ware2014-07-071-2/+5
| | | | | | | | Initial patch by Kathleen Weaver.
* | Merge with 3.4Zachary Ware2014-07-071-1/+1
|\ \ | |/
| * Fix MSVC edition mismatch.Zachary Ware2014-07-071-1/+1
| |
* | Issue #21907: Improved the batch scripts provided for building Python.Zachary Ware2014-07-075-34/+168
| | | | | | | | | | | | 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.
* | Merge.Charles-François Natali2014-06-201-1/+1
|\ \ | |/
* | Merge with 3.4Zachary Ware2014-06-131-3/+0
|\ \ | |/
| * Per Martin [1], PGO is no longer used for official releases.Zachary Ware2014-06-131-3/+0
| | | | | | | | [1] https://mail.python.org/pipermail/python-dev/2014-June/135018.html
* | Issue #21745: Merge with 3.4Zachary Ware2014-06-131-0/+3
|\ \ | |/
| * Issue #21745: Mention VS2010 SP1 as a solution for LNK1123 errorsZachary Ware2014-06-131-0/+3
| |
* | Issue #21671: Merge with 3.4Zachary Ware2014-06-062-2/+2
|\ \ | |/
| * Issue #21671, CVE-2014-0224: Update the Windows build to openssl-1.0.1hZachary Ware2014-06-062-2/+2
| |
* | Issue #21665: Don't use 'OPTS=noxp' when compiling Tk.Zachary Ware2014-06-051-2/+2
|\ \ | |/ | | | | | | That option had been for Win2k compatibility (which was dropped with Python 3.3) and makes default ttk ugly on post-Win2k systems.
| * Issue #21623: open pyproject.props with an explicit encodingZachary Ware2014-06-021-1/+1
| |
* | Issue21452 Add missing backslash to build path for make_buildinfoTim Golden2014-05-091-6/+6
|\ \ | |/
| * MergeTim Golden2014-05-091-9/+9
| |\
| * | Issue21452 Add missing backslash to build path for make_buildinfoTim Golden2014-05-091-6/+6
| | |
* | | Issue10752 Be more robust when finding a PERL interpreter to build OpenSSL. ↵Tim Golden2014-05-091-9/+9
|\ \ \ | | |/ | |/| | | | Initial patch by Gabi Davar
| * | Issue10752 Be more robust when finding a PERL interpreter to build OpenSSL. ↵Tim Golden2014-05-091-9/+9
| |/ | | | | | | Initial patch by Gabi Davar
* | Issue #21141: The Windows build process no longer attempts to find Perl,Zachary Ware2014-05-095-308/+283
| | | | | | | | | | | | | | | | instead relying on OpenSSL source being configured and ready to build. The ``PCbuild\build_ssl.py`` script has been re-written and re-named to ``PCbuild\prepare_ssl.py``, and takes care of configuring OpenSSL source for both 32 and 64 bit platforms. OpenSSL sources obtained from svn.python.org will always be pre-configured and ready to build.
* | Merge with 3.4Martin v. Löwis2014-05-012-2/+2
|\ \ | |/
| * Update to 1.0.1gMartin v. Löwis2014-05-012-2/+2
| |
| * "Escape" a character in the middle of "warning"Zachary Ware2014-04-231-8/+8
| | | | | | | | This should stop Buildbot from falsely reporting a warning on Windows bots.
* | Issue #19962: The Windows build process now creates "python.bat"Zachary Ware2014-04-301-1/+161
| | | | | | | | | | in the root of the source tree, which passes all arguments through to the most recently built interpreter.
* | "Escape" a character in the middle of "warning"Zachary Ware2014-04-231-8/+8
| | | | | | | | This should stop Buildbot from falsely reporting a warning on Windows bots.
* | Add tcltk.props to "Visual Studio properties" section of PCbuild/readme.txt.Zachary Ware2014-03-291-0/+1
| |
* | Merge with 3.4Zachary Ware2014-03-291-2/+1
|\ \ | |/
| * Fix another old mention of "Standard Edition" VS in PCbuild/readme.txt.Zachary Ware2014-03-291-2/+1
| | | | | | | | | | | | Also removes a mention of using "Express Edition with the Windows SDK 64-bit compilers" to build 64-bit Python. If that can be made to work, it will need some extra instructions somewhere.
* | Issue #21017: Enable Tix debug build on WindowsZachary Ware2014-03-222-1/+3
| |
* | Issue #15968: Temporarily revert change to PCbuild/rt.batZachary Ware2014-03-221-1/+3
| | | | | | | | | | to prevent buildbot failures on test_idle. This change should go back in once #20035 is fixed.
* | Issue #15968: Incorporated Tcl, Tk, and Tix builds into the Windows buildZachary Ware2014-03-2213-136/+670
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | solution. Currently, Tix is not built in Debug configuration. This change also: - simplifies some Tcl/Tk-related msbuild properties for _tkinter - copies the Tcl and Tk DLLs into the build output directory, meaning they will always be available after a build without having to copy them manually or change PATH - removes PCbuild/build_tkinter.py: the solution does the build without needing to invoke Python (so Tcl/Tk/Tix can be built in parallel with the rest of the build using the `/m` msbuild command line switch) - removes an outdated README concerning building Tcl/Tk on AMD64
* | Merge with 3.4Zachary Ware2014-03-191-4/+7
|\ \ | |/
| * Use the correct VS edition names in PCbuild/readme.txtZachary Ware2014-03-191-4/+7
| |
* | Merge xxlimited compile warning fix from 3.4Zachary Ware2014-03-191-3/+3
|\ \ | |/
| * Avoid compile warning in xxlimited on 32-bit Windows non-Debug builds.Zachary Ware2014-03-191-3/+3
| |
* | Merge PCbuild/pcbuild.sln cleanup from 3.4Zachary Ware2014-03-191-32/+14
|\ \ | |/
| * Clean up PCbuild/pcbuild.sln a bit:Zachary Ware2014-03-191-32/+14
| | | | | | | | | | | | - Remove configuration settings from removed _sha3.vcxproj - Don't try to build configurations of _testembed that don't exist (namely, PGInstrument and PGUpdate)
* | Bump Windows build to 3.5Zachary Ware2014-03-174-12/+12
|/
* Make pywlauncher.vcxproj depend on make_versioninfo.vcxproj.Zachary Ware2014-03-061-0/+5
|\ | | | | | | | | | | | | | | | | | | pylauncher.vcxproj already has the same dependency, and adding it to the pywlauncher project eliminates the possibility of the pywlauncher build failing when building the solution in parallel. In particular, pywlauncher may fail to build when doing a "Rebuild Solution" from the VS Build menu. Merge with 3.3.
| * Make pywlauncher.vcxproj depend on make_versioninfo.vcxproj.Zachary Ware2014-03-061-0/+5
| | | | | | | | | | | | | | | | pylauncher.vcxproj already has the same dependency, and adding it to the pywlauncher project eliminates the possibility of the pywlauncher build failing when building the solution in parallel. In particular, pywlauncher may fail to build when doing a "Rebuild Solution" from the VS Build menu.
* | Issue #20465: Update Windows installer to SQLite 3.8.3.1.Martin v. Löwis2014-03-022-2/+2
| |