summaryrefslogtreecommitdiffstats
path: root/PCbuild/regen.targets
Commit message (Expand)AuthorAgeFilesLines
* gh-116122: Add SBOM generation to PCbuild/build.bat (GH-116138)Seth Michael Larson2024-04-301-2/+13
* gh-116472: Replace literal newlines with escape characters in MSBuild files (...Dan Albert2024-03-071-3/+1
* Rename tier 2 redundancy eliminator to optimizer (#115888)Guido van Rossum2024-02-261-3/+3
* gh-115700: Add target `_RegenCases` in Windows build for cases regeneration. ...Kirill Podoprigora2024-02-201-3/+29
* GH-113464: Add a JIT backend for tier 2 (GH-113465)Brandt Bucher2024-01-291-1/+22
* gh-105481: remove regen-opcode. Generated _PyOpcode_Caches in regen-cases. (#...Irit Katriel2023-08-231-12/+2
* gh-105481: opcode.h is no longer generated during the build (#108080)Irit Katriel2023-08-171-2/+2
* gh-105481: generate op IDs from bytecode.c instead of hard coding them in opc...Irit Katriel2023-08-161-2/+2
* gh-105481: split opcode_ids.h out of opcode.h so that it can be generated sep...Irit Katriel2023-08-111-1/+1
* gh-105481: combine regen-opcode-targets with regen-opcode to avoid calculatin...Irit Katriel2023-08-011-3/+1
* gh-99079: Update Windows build to use OpenSSL 3.0.9 (GH-106649)Steve Dower2023-07-121-1/+2
* gh-105481: generate _specializations and _specialized_instructions from bytec...Irit Katriel2023-06-191-1/+1
* gh-75552: Remove deprecated tkinter.tix module (GH-104902)Zachary Ware2023-05-271-2/+1
* gh-103963: fix 'make regen-opcode' in out-of-tree builds (#104177)Carl Meyer2023-05-041-1/+1
* gh-97669: Create Tools/build/ directory (#97963)Victor Stinner2022-10-171-4/+4
* Fix regeneration of global objects through the Windows build files (GH-96394)Kumar Aditya2022-08-301-1/+8
* gh-92651: Remove the Include/token.h header file (#92652)Victor Stinner2022-05-111-1/+1
* gh-91719: Add pycore_opcode.h internal header file (#91906)Victor Stinner2022-04-251-2/+2
* bpo-46088: Automatically detect or install bootstrap Python runtime when buil...Steve Dower2021-12-181-11/+15
* bpo-45375: Fix assertion failure due to searching for stdlib in unnormalised ...Steve Dower2021-10-051-1/+3
* Ensure LICENSE.txt file is generated even in PGO builds (GH-27580)Steve Dower2021-08-031-4/+3
* bpo-44479: Do not regenerate files during a PGO build as it will invalidate t...Steve Dower2021-07-291-2/+6
* bpo-44479: Simplified LICENSE.txt regeneration in Windows build (GH-27056)Steve Dower2021-07-071-9/+9
* bpo-44479: Regenerate test_frozenmain.h and frozen_hello.h during build on Wi...Steve Dower2021-07-051-2/+41
* bpo-43567: Improved generated code refresh on Windows (GH-25120)Steve Dower2021-04-061-0/+84