Linaro Git Browser
Code Review
Sign In
review.linaro.org
/
lite
/
micropython
/
cdfc6c159f6b51f67fd314a1dd4a61d5c18d5d93
/
py
/
binary.h
c348e79
py/binary: Change mp_uint_t to size_t for index, size, align args.
by Damien George
· 6 years ago
24c3e9b
py/modstruct: Fix struct.pack_into with unaligned offset of native type.
by Damien George
· 6 years ago
1022f9c
py/modstruct: Fix struct.unpack with unaligned offset of native type.
by Tom McDermott
· 6 years ago
653e175
various: Update early copyright years to match actual edit history.
by Damien George
· 6 years ago
016d9a4
various: Add and update my copyright line based on git history.
by Paul Sokolovsky
· 6 years ago
025e5f2
py/binary: Change internal bytearray typecode from 0 to 1.
by Damien George
· 8 years ago
55f3324
all: Use the name MicroPython consistently in comments
by Alexander Steffen
· 8 years ago
299bc62
all: Unify header guard usage.
by Alexander Steffen
· 8 years ago
f5dd6f7
py/binary: Make return type of mp_binary_get_size size_t instead of int.
by Kaspar Schleiser
· 10 years ago
51dfcb4
py: Move to guarded includes, everywhere in py/ core.
by Damien George
· 11 years ago
9336ee3
py: Make mp_binary_set_val work on big endian machine.
by Damien George
· 11 years ago
42f3de9
py: Convert [u]int to mp_[u]int_t where appropriate.
by Damien George
· 11 years ago
9530743
py: Enable struct/binary-helper to parse q and Q sized ints.
by Damien George
· 11 years ago
4abff75
py: Change uint to mp_uint_t in runtime.h, stackctrl.h, binary.h.
by Damien George
· 11 years ago
5fa5ca4
binary: Factor out mp_binary_set_int().
by Paul Sokolovsky
· 11 years ago
40f3c02
Rename machine_(u)int_t to mp_(u)int_t.
by Damien George
· 11 years ago
7a2f166
modstruct: Fix alignment handling issues.
by Paul Sokolovsky
· 11 years ago
04b9147
Add license header to (almost) all files.
by Damien George
· 11 years ago
6204460
modstruct: Initial implementation of struct.pack().
by Paul Sokolovsky
· 11 years ago
1355cf4
modstruct: Fix .calcsize() to account for struct type/alignment.
by Paul Sokolovsky
· 11 years ago
71e9bfa
py: Add mp_binary_set_val_array_from_int, to store an int directly.
by Damien George
· 11 years ago
0c43cf9
modstruct: Basic implementation of native struct alignment and types.
by Paul Sokolovsky
· 11 years ago
6582d64
modstruct: Refactor to support both LE and BE packed structs.
by Paul Sokolovsky
· 11 years ago
e9db840
py: Start implementing "struct" module.
by Paul Sokolovsky
· 11 years ago
8bc3516
ffi: Implement ffivar.get()/set() methods.
by Paul Sokolovsky
· 11 years ago