index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
extmod
/
moductypes.c
Age
Commit message (
Expand
)
Author
2020-11-11
extmod/moductypes: Fix storing to (U)INT64 arrays on 32-bit archs.
Damien George
2020-10-22
py, extmod: Introduce and use MP_FALLTHROUGH macro.
Emil Renner Berthing
2020-06-24
extmod/moductypes: Use mp_obj_is_dict_or_ordereddict to simplify code.
Damien George
2020-04-23
all: Format code to add space after C++-style comment start.
stijn
2020-04-18
all: Fix implicit conversion from double to float.
stijn
2020-04-18
all: Fix implicit floating point promotion.
stijn
2020-04-18
Revert "all: Fix implicit casts of float/double, and signed comparison."
stijn
2020-04-13
all: Clean up error strings to use lowercase and change cannot to can't.
Damien George
2020-04-05
all: Use MP_ERROR_TEXT for all error messages.
Jim Mussared
2020-03-30
all: Fix implicit casts of float/double, and signed comparison.
David Lechner
2020-02-28
all: Reformat C and Python source code with tools/codeformat.py.
Damien George
2019-11-05
all: Convert nlr_raise(mp_obj_new_exception_msg(x)) to mp_raise_msg(x).
Damien George
2019-09-02
py/modstruct: Fix struct.pack_into with unaligned offset of native type.
Damien George
2019-09-02
py/modstruct: Fix struct.unpack with unaligned offset of native type.
Tom McDermott
2019-02-12
extmod: Convert legacy uppercase macro names to lowercase.
Damien George
2018-12-10
extmod/moductypes: Add aliases for native C types.
Paul Sokolovsky
2018-12-10
extmod/moductypes: Implement __int__ for PTR.
Paul Sokolovsky
2018-10-23
extmod/moductypes: Make sizeof() accept "layout" parameter.
Paul Sokolovsky
2018-10-13
extmod/moductypes: Accept OrderedDict as a structure description.
Paul Sokolovsky
2018-10-05
extmod/moductypes: Remove BITFIELD from aggregate types enum.
Paul Sokolovsky
2017-10-04
all: Remove inclusion of internal py header files.
Damien George
2017-08-13
all: Raise exceptions via mp_raise_XXX
Javier Candeira
2017-08-02
py,extmod,stmhal: Use "static inline" for funcs that should be inline.
Damien George
2017-07-31
all: Use the name MicroPython consistently in comments
Alexander Steffen
2017-04-21
extmod/moductypes: Fix bigint handling for 32-bit ports.
Paul Sokolovsky
2016-09-21
extmod/uctypes: Allow full 32-bit address range.
Stefan Agner
2016-09-22
all: Remove 'name' member from mp_obj_module_t struct.
Damien George
2016-03-19
extmod/uctypes: Change param type from void* to byte*.
Damien George
2016-03-19
extmod/uctypes: Finish support for FLOAT32 and FLOAT64 types.
Damien George
2016-03-19
extmod/uctypes: Use mp_binary_get_val helper when extracting value.
Damien George
2016-01-11
py: Change first arg of type.make_new from mp_obj_t to mp_obj_type_t*.
Damien George
2016-01-11
py: Change type of .make_new and .call args: mp_uint_t becomes size_t.
Damien George
2016-01-10
extmod: Fix uctypes size calculation for bitfields
Dave Hylands
2016-01-03
uctypes: Implement assignment for scalar array
Antonin ENFRUN
2015-12-09
extmod/moductypes: sizeof operation depends on layout type of structure.
Paul Sokolovsky
2015-12-04
extmod/moductypes: set_aligned(): Handle INT64/UINT64.
Paul Sokolovsky
2015-11-29
py: Wrap all obj-ptr conversions in MP_OBJ_TO_PTR/MP_OBJ_FROM_PTR.
Damien George
2015-11-29
py: Add MP_ROM_* macros and mp_rom_* types and use them.
Damien George
2015-10-28
extmod/moductypes: When dealing with UINT64, use mp_obj_new_int_from_ull().
Paul Sokolovsky
2015-10-26
extmod/moductypes: Implement buffer protocol.
Paul Sokolovsky
2015-06-06
moductypes: Swap address and descriptor args in constructor.
Paul Sokolovsky
2015-04-16
py: Overhaul and simplify printf/pfenv mechanism.
Damien George
2015-04-11
py: Combine load_attr and store_attr type methods into one (attr).
Damien George
2015-01-20
py, unix: Allow to compile with -Wunused-parameter.
Damien George
2015-01-12
py, unix, lib: Allow to compile with -Wold-style-definition.
Damien George
2015-01-01
extmod: Prefix py/ for includes from py core directory.
Damien George
2014-12-10
py: Make functions static where appropriate.
Damien George
2014-12-05
py: Rename mp_obj_int_get to mp_obj_int_get_truncated; fix struct.pack.
Damien George
2014-11-29
Use MP_DEFINE_CONST_DICT macro to define module dicts.
Damien George
2014-10-30
moductypes: Make .sizeof() work with bytearrays.
Paul Sokolovsky
[next]