summaryrefslogtreecommitdiff
path: root/py/makeqstrdefs.py
AgeCommit message (Expand)Author
2023-12-14py/makeqstrdefs.py: Stop generating temporary intermediate file.Trent Piepho
2023-12-15py/makeqstrdefs.py: Don't skip output for stale hash file.Trent Piepho
2023-10-23py/makeqstrdefs.py: Print a nicer error when preprocessing stage fails.Damien George
2023-06-08py/objmodule: Add a table of built-in modules with delegation.Jim Mussared
2023-06-08py/makemoduledefs.py: Add a way to register extensible built-in modules.Jim Mussared
2023-04-11py/makeqstrdefs.py: Fix handling GreenHills C/C++ preprocessor output.Alex Riesen
2022-07-18py/make_root_pointers: Add MP_REGISTER_ROOT_POINTER parser/generator.David Lechner
2022-06-02all: Remove third argument to MP_REGISTER_MODULE.Damien George
2022-06-02py: Change makemoduledefs process so it uses output of qstr extraction.Damien George
2022-04-01py/makeqstrdefs: Cleanup and extend source file classification.Daniel Jour
2021-06-25py/makeqstrdefs.py: Don't include .h files explicitly in preprocessing.Damien George
2020-11-12tools/makeqstrdefs.py: Run qstr preprocessing in parallel.Jim Mussared
2020-10-29py/makeqstrdefs.py: Support preprocessing C++ files for QSTR generation.stijn
2020-10-29py/makeqstrdefs.py: Process C++ files as well.stijn
2020-10-29py/makeqstrdefs.py: Fix beaviour when scanning non-C preprocessed files.stijn
2020-04-05py: Implement "common word" compression scheme for error messages.Jim Mussared
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
2019-10-04py/makeqstrdefs.py: Remove unused blacklist.Jim Mussared
2019-04-12py/makedefs: Use io.open with utf-8 encoding when processing source.Damien George
2018-03-16py/makeqstrdefs.py: Optimise by using compiled re's so it runs faster.Damien George
2017-06-09py/makeqstrdefs.py: Make script run correctly with Python 2.6.Damien George
2016-09-09py/makeqstrdefs.py: Use python 2.6 syntax for set creation.Chris Packham
2016-06-16py/makeqstrdefs.py: Remove restriction that source path can't be absolute.Paul Sokolovsky
2016-04-25py/makeqstrdefs.py: Windows compatibility.stijn
2016-04-25py/makeqstrdefs.py: Remove unused function/variable/import.stijn
2016-04-19py: Divide "split" and "cat" phases of qstr extraction for better efficiency.Paul Sokolovsky
2016-04-19py/makeqstrdefs.py: Process only CPP line-numbering info.Paul Sokolovsky
2016-04-19py: Rework QSTR extraction to work in simple and obvious way.Paul Sokolovsky
2016-04-16py/makeqstrdefs: Add script to automate extraction of qstr from sources.Pavel Moravec