summaryrefslogtreecommitdiff
path: root/py/dynruntime.h
AgeCommit message (Expand)Author
2024-05-24py/dynruntime: Export mp_load_method_maybe and mp_arg_parse_all* funcs.Brian Pugh
2024-05-23py/dynruntime: Add mp_obj_exception_init function to create C exception.Damien George
2024-03-28py/dynruntime: Add mp_binary_get_size/get_val_array/set_val_array.Damien George
2024-02-16py/emitglue: Introduce mp_proto_fun_t as a more general mp_raw_code_t.Damien George
2024-02-16py/emitglue: Simplify mp_raw_code_t's kind and scope_flags members.Damien George
2024-02-16py/emitglue: Provide a truncated mp_raw_code_t for non-asm code.Damien George
2023-10-16py/dynruntime: Add mp_get_buffer.Damien George
2023-09-01py/dynruntime.h: Implement MP_OBJ_NEW_QSTR.Jim Mussared
2022-09-19py/obj: Convert make_new into a mp_obj_type_t slot.Jim Mussared
2022-09-19py/obj: Add accessors for type slots and use everywhere.Jim Mussared
2022-08-19py/dynruntime: Add mp_obj_is_true.Jim Mussared
2022-06-10py/dynruntime: Add macros to access more types and mp_const_empty_bytes.Damien George
2022-06-10py/dynruntime: Add macros to create a new dict and store to dicts.Jeremy Herbert
2022-05-03py/obj: Introduce mp_obj_malloc macro to allocate, and set object type.Jim Mussared
2022-02-24py: Rework bytecode and .mpy file format to be mostly static data.Damien George
2021-07-15py: Introduce and use mp_raise_type_arg helper.Damien George
2021-04-28py/dynruntime.h: Add mp_obj_get_array() function.Damien George
2020-09-18py/dynruntime.h: Add mp_import_* and mp_load/store_*.Jim Mussared
2020-06-08py/dynruntime.h: Make mp_obj_str_get_str raise if arg not a str/bytes.Damien George
2020-04-05py/dynruntime.mk: Set MICROPY_ENABLE_DYNRUNTIME instead of per module.Jim Mussared
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
2020-02-21py/dynruntime.h: Add implementation of mp_obj_cast_to_native_base.Damien George
2019-12-13py/dynruntime: Implement uint new/get, mp_obj_len and mp_obj_subscr.Damien George
2019-12-12py/dynruntime: Add support for float API to make/get floats.Damien George
2019-12-12tools/mpy_ld.py: Add new mpy_ld.py tool and associated build files.Damien George