summaryrefslogtreecommitdiffstatshomepage
path: root/mpy-cross
Commit message (Expand)AuthorAge
* mpy-cross/main: Fix return type of mp_import_stat.Damien George2023-03-07
* mpy-cross: Force forward slashes in paths.stijn2023-02-01
* all: Keep msvc build output in build/ directories.stijn2022-12-13
* py: Pass in address to compiled module instead of returning it.Damien George2022-12-08
* mpy-cross/main: Add MSVC-compatible architecture checks.David Lechner2022-11-18
* mpy-cross/main: Don't set a default native architecture.Jim Mussared2022-11-17
* extmod: Make extmod.mk self-contained.Jim Mussared2022-10-11
* mpy-cross/mpy_cross: Add docstrings to public methods.Jim Mussared2022-09-28
* mpy-cross/mpy_cross: Add list of architectures to `__all__`.Jim Mussared2022-09-28
* mpy-cross/mpy_cross: Add a way to query the mpy version.Jim Mussared2022-09-28
* mpy-cross/mpy_cross: Fix default path to mpy-cross binary.Jim Mussared2022-09-28
* py/persistentcode: Introduce .mpy sub-version.Jim Mussared2022-09-19
* mpy-cross/mpy_cross: Add Python wrapper for mpy-cross.Jim Mussared2022-09-05
* mpy-cross,unix: Include alloca.h for NetBSD.Chris Waggoner2022-08-23
* mpy-cross,unix: Remove .gitignore file.Damien George2022-08-12
* mpy-cross/Makefile: Respect existing CFLAGS and LDFLAGS.David Yang2022-08-08
* windows: Provide a definition for MP_ALWAYSINLINE.stijn2022-07-18
* py/emitinlinethumb: Make float instruction use dynamically selectable.Damien George2022-05-26
* py/emitinlinethumb: Make ARMv7-M instruction use dynamically selectable.Damien George2022-05-26
* py/builtin: Clean up and simplify import_stat and builtin_open config.Damien George2022-05-25
* mpy-cross: Add armv6m architecture option.Damien George2022-05-23
* py/persistentcode: Remove unicode feature flag from .mpy file.Damien George2022-05-17
* windows: Unify project file headers.stijn2022-02-25
* py: Rework bytecode and .mpy file format to be mostly static data.Damien George2022-02-24
* all: Fix MICROPY_OBJ_REPR_D compilation with msvc.stijn2022-01-23
* py/runtime: Allow initialising sys.path/argv with defaults.Damien George2021-12-18
* all: Remove MICROPY_OPT_CACHE_MAP_LOOKUP_IN_BYTECODE.Jim Mussared2021-09-16
* py: Implement partial PEP-498 (f-string) support.Jim Mussared2021-08-14
* all: Update to point to files in new shared/ directory.Damien George2021-07-12
* mpy-cross: Disable stack check when building with Emscripten.David Lechner2021-06-25
* all: Rename BYTES_PER_WORD to MP_BYTES_PER_OBJ_WORD.Damien George2021-02-04
* py/persistentcode: Introduce MICROPY_PERSISTENT_CODE_SAVE_FILE option.David CARLIER2021-01-30
* mpy-cross: Enable more warnings.Emil Renner Berthing2020-10-22
* all: Fix auto-enable of MICROPY_GCREGS_SETJMP to select GC behaviour.Damien George2020-04-30
* all: Factor gchelper code to one place and use it for unix & ARM ports.Jim Mussared2020-04-29
* all: Format code to add space after C++-style comment start.stijn2020-04-23
* mpy-cross/main: Print uncaught nlr jump to stderr.David Lechner2020-04-16
* mpy-cross/main: Fix stderr_print_strn parameter type.David Lechner2020-04-16
* all: Remove spaces inside and around parenthesis.Damien George2020-03-28
* all: Reformat C and Python source code with tools/codeformat.py.Damien George2020-02-28
* mpy-cross/README.md: Add notes about -march and -O.Jim Mussared2019-12-09
* mpy-cross: Support armv7em, armv7emsp, armv7emdp architectures.Damien George2019-12-03
* mpy-cross: Enable Xtensa-Windowed native emitter.Damien George2019-10-05
* mpy-cross: Set number of registers in nlr_buf_t based on native arch.Damien George2019-09-26
* mpy-cross,windows: Add msvc build of mpy-cross.stijn2019-09-18
* mpy-cross: Make mpconfigport.h compatible with msvc compiler.stijn2019-09-18
* py: Add global default_emit_opt variable to make emit kind persistent.Damien George2019-08-28
* mpy-cross/main: Only accept full emit cmdline options if native enabled.Damien George2019-08-28
* mpy-cross: Do not automatically build mpy-cross, rather do it manually.Damien George2019-06-03
* mpy-cross/mpconfigport.h: Remove defn of MP_NOINLINE to use global one.Damien George2019-05-24