summaryrefslogtreecommitdiffstatshomepage
path: root/py/dynruntime.h
Commit message (Expand)AuthorAge
* all: Rename the "NORETURN" macro to "MP_NORETURN".Alessandro Gatti2025-05-13
* py/dynruntime: Make malloc functions raise MemoryError on failure.Damien George2025-03-27
* py/dynruntime: Export mp_load_method_maybe and mp_arg_parse_all* funcs.Brian Pugh2024-05-24
* py/dynruntime: Add mp_obj_exception_init function to create C exception.Damien George2024-05-23
* py/dynruntime: Add mp_binary_get_size/get_val_array/set_val_array.Damien George2024-03-28
* py/emitglue: Introduce mp_proto_fun_t as a more general mp_raw_code_t.Damien George2024-02-16
* py/emitglue: Simplify mp_raw_code_t's kind and scope_flags members.Damien George2024-02-16
* py/emitglue: Provide a truncated mp_raw_code_t for non-asm code.Damien George2024-02-16
* py/dynruntime: Add mp_get_buffer.Damien George2023-10-16
* py/dynruntime.h: Implement MP_OBJ_NEW_QSTR.Jim Mussared2023-09-01
* py/obj: Convert make_new into a mp_obj_type_t slot.Jim Mussared2022-09-19
* py/obj: Add accessors for type slots and use everywhere.Jim Mussared2022-09-19
* py/dynruntime: Add mp_obj_is_true.Jim Mussared2022-08-19
* py/dynruntime: Add macros to access more types and mp_const_empty_bytes.Damien George2022-06-10
* py/dynruntime: Add macros to create a new dict and store to dicts.Jeremy Herbert2022-06-10
* py/obj: Introduce mp_obj_malloc macro to allocate, and set object type.Jim Mussared2022-05-03
* py: Rework bytecode and .mpy file format to be mostly static data.Damien George2022-02-24
* py: Introduce and use mp_raise_type_arg helper.Damien George2021-07-15
* py/dynruntime.h: Add mp_obj_get_array() function.Damien George2021-04-28
* py/dynruntime.h: Add mp_import_* and mp_load/store_*.Jim Mussared2020-09-18
* py/dynruntime.h: Make mp_obj_str_get_str raise if arg not a str/bytes.Damien George2020-06-08
* py/dynruntime.mk: Set MICROPY_ENABLE_DYNRUNTIME instead of per module.Jim Mussared2020-04-05
* all: Reformat C and Python source code with tools/codeformat.py.Damien George2020-02-28
* py/dynruntime.h: Add implementation of mp_obj_cast_to_native_base.Damien George2020-02-21
* py/dynruntime: Implement uint new/get, mp_obj_len and mp_obj_subscr.Damien George2019-12-13
* py/dynruntime: Add support for float API to make/get floats.Damien George2019-12-12
* tools/mpy_ld.py: Add new mpy_ld.py tool and associated build files.Damien George2019-12-12