Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-46566: Add new py.exe launcher implementation (GH-32062) | Steve Dower | 2022-03-28 | 1 | -2/+2 |
| | |||||
* | bpo-36941: Windows build changes for Windows ARM64 (GH-13365) | Paul Monson | 2019-05-17 | 1 | -0/+16 |
| | |||||
* | bpo-35976: Enable Windows projects to build with platform ARM32 (GH-11825) | Paul Monson | 2019-02-14 | 1 | -0/+16 |
| | | | 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. | ||||
* | Adds version info to all signed binaries on Windows. | Steve Dower | 2016-04-06 | 1 | -1/+0 |
| | |||||
* | Issue #23260: Update Windows installer | Steve Dower | 2015-02-06 | 1 | -0/+1 |
| | |||||
* | Issue #22919: Windows build updated to support VC 14.0 (Visual Studio 2015), ↵ | Steve Dower | 2014-11-22 | 1 | -179/+10 |
| | | | | which will be used for the official 3.5 release. | ||||
* | Make pywlauncher.vcxproj depend on make_versioninfo.vcxproj. | Zachary Ware | 2014-03-06 | 1 | -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. | ||||
* | Add missing PGI/PGO configurations for pywlauncher. | Martin v. Löwis | 2012-08-24 | 1 | -1/+45 |
| | |||||
* | Issue #8847: Disable COMDAT folding in Windows PGO builds. | Martin v. Löwis | 2012-08-01 | 1 | -3/+3 |
| | | | | Patch by Stefan Krah. | ||||
* | Create PGInstrument/PGUpdate configurations for py.exe and pyw.exe | Martin v. Löwis | 2012-06-26 | 1 | -0/+42 |
| | |||||
* | Add pywlauncher project | Brian Curtin | 2012-06-20 | 1 | -0/+160 |