| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | bpo-35296: make install now installs the internal API (GH-10665) (GH-10897) | Victor Stinner | 2018-12-04 | 1 | -3/+3 |
| | | | | | | | | | | | | | | * bpo-35296: make install now installs the internal API (GH-10665) make install now also installs the internal API: Include/internal/*.h header files. (cherry picked from commit f653fd4d950ac092719b6152e38d77c62b443125) * Windows installer now also install Include/internal/ The Windows installer (MSI) now also install header files of the Include/internal/ subdirectory. | ||||
| * | Issue #24910: Windows MSIs now have unique display names. | Steve Dower | 2015-09-05 | 1 | -1/+1 |
| | | |||||
| * | Issue #24585: Enables build-to-build upgrades that preserve settings. | Steve Dower | 2015-07-09 | 1 | -0/+1 |
| | | | | | | | 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 24385: Adds "--as-flags=--32" when generating 32-bit MinGW library. | Steve Dower | 2015-06-08 | 1 | -3/+3 |
| | | |||||
| * | Simplify MSI projects. | Steve Dower | 2015-02-14 | 5 | -53/+63 |
| | | |||||
| * | Issue #23260: Update Windows installer | Steve Dower | 2015-02-06 | 6 | -0/+136 |
