summaryrefslogtreecommitdiff
path: root/py/nativeglue.h
AgeCommit message (Expand)Author
2025-05-13all: Rename the "NORETURN" macro to "MP_NORETURN".Alessandro Gatti
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
2023-10-16py/dynruntime: Add mp_get_buffer.Damien George
2022-05-17py/bc: Provide separate code-state setup funcs for bytecode and native.Damien George
2022-02-24py: Rework bytecode and .mpy file format to be mostly static data.Damien George
2020-05-14py/nativeglue.h: Rename "setjmp" entry to "setjmp_" to avoid any clash.Damien George
2020-04-05py/objexcept: Allow compression of exception message text.Jim Mussared
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
2020-01-09py: Make mp_obj_get_type() return a const ptr to mp_obj_type_t.Damien George
2019-12-12py/nativeglue: Add float new/get functions with both single and double.Damien George
2019-12-12py/nativeglue: Add funcs/types to native glue table for dynamic runtime.Damien George
2019-12-12py/nativeglue: Add new header file with native function table typedef.Damien George