summaryrefslogtreecommitdiff
path: root/py/py.mk
AgeCommit message (Expand)Author
2020-04-14py.mk: update warning flags needed for ulabJeff Epler
2020-03-17ulab: include new 'extras' source fileJeff Epler
2020-03-17ulab: rename enable macro so it appears in the support matrixJeff Epler
2020-02-27Update ulab from upstream againJeff Epler
2020-02-27ulab: Incorporate itJeff Epler
2020-01-11Make all `PYTHON` env vars into `PYTHON3`Steve Theodore
2019-12-16py.mk: Fix race condition building .mo filesJeff Epler
2019-12-10merge from upstreamDan Halbert
2019-12-05wipDan Halbert
2019-12-04protocols: Allow them to be (optionally) type-safeJeff Epler
2019-06-12Uncomment vm.c SUPEROPT (debugging typo); trim a few buildsDan Halbert
2019-06-12Turn off SUPEROPT on gc.c instead of trying to squueze inline limit so much; ...Dan Halbert
2019-04-05Update py.mkDamiano Mazzella
2019-01-14Don't build machine class we don't use.Scott Shawcroft
2018-11-30Add support for adding release info into adafruit/circuitpython-orgScott Shawcroft
2018-11-09Build refinement to handle warnings and quiet outputScott Shawcroft
2018-08-16Compress all translated strings with Huffman coding.Scott Shawcroft
2018-08-09Rework escaping and fix ESP build.Scott Shawcroft
2018-08-07Support internationalisation.Scott Shawcroft
2018-08-02Rename to SRC_QSTR_PREPROCESSOR for clarity.Scott Shawcroft
2018-08-02Handle emitnative.c which is #included into other .c files.Scott Shawcroft
2018-08-02Speed up QSTR creation by pre-filtering files before pre-processing.Scott Shawcroft
2018-07-11WIP: after merge; before testingDan Halbert
2018-06-12py/mkrules.mk: Regenerate all qstrs when config files change.Damien George
2018-06-06extmod: Add VfsPosix filesystem component.Damien George
2018-05-14move reload exception to reload.cRoy Hooper
2018-04-10py: Refactor how native emitter code is compiled with a file per arch.Damien George
2018-02-23extmod/vfs_fat: Merge remaining vfs_fat_misc.c code into vfs_fat.c.Damien George
2018-02-22py/py.mk: Remove .. path component from list of extmod files.Damien George
2018-02-22py/py.mk: Split list of uPy sources into core and extmod files.Damien George
2018-02-21py/objdeque: Implement ucollections.deque type with fixed size.Paul Sokolovsky
2018-01-24Introduce a long lived section of the heap.Scott Shawcroft
2017-12-28py/nlr: Factor out common NLR code to macro and generic funcs in nlr.c.Damien George
2017-12-26Revert "py/nlr: Factor out common NLR code to generic functions."Paul Sokolovsky
2017-12-20py/nlr: Factor out common NLR code to generic functions.Damien George
2017-12-11py: Introduce a Python stack for scoped allocation.Damien George
2017-10-24Merge commit 'f869d6b2e339c04469c6c9ea3fb2fabd7bbb2d8c' into nrf2_mergeScott Shawcroft
2017-09-10esp8266: Set DEFPSIZE=1024, MINCACHE=3 for "btree" module.Paul Sokolovsky
2017-08-25Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development)...Dan Halbert
2017-08-23Added ability to freeze multiple directories; freeze neopixel library in cpx ...Dan Halbert
2017-08-11all: Make use of $(TOP) variable in Makefiles, instead of "..".Damien George
2017-07-24py/py.mk: Make berkeley-db C-defs apply only to relevant source files.Damien George
2017-05-29various: Spelling fixesVille Skyttä
2017-03-31all: Use full path name when including mp-readline/timeutils/netutils.Damien George
2017-03-20py: Add micropython.schedule() function and associated runtime code.Damien George
2017-03-06py/py.mk: Force nlr files to be compiled with -Os.Damien George
2017-01-30extmod: Remove MICROPY_FSUSERMOUNT and related files.Damien George
2017-01-30extmod/vfs_fat: Remove MICROPY_READER_FATFS component.Damien George
2017-01-29extmod/machine_signal: Implement "signal" abstraction for machine module.Paul Sokolovsky
2017-01-27extmod: Add generic VFS sub-system.Damien George