Linaro Git Browser
Code Review
Sign In
review.linaro.org
/
lite
/
micropython
/
b55a59de4c988b3d783f4d6ddaa95ebcb2538c62
/
py
/
modstruct.c
ee3fd46
Rename configuration variables controling Python features.
by Damien George
· 11 years ago
0537654
modstruct: struct_calcsize: Fix case of uninitialized var.
by Paul Sokolovsky
· 11 years ago
da9f092
py, unix: Add copyright for modules I worked closely on.
by Paul Sokolovsky
· 11 years ago
df94b71
modstruct: Implement count specifier for strings (e.g. "100s").
by Paul Sokolovsky
· 11 years ago
147c80b
modstruct: Use MP_OBJ_FUN_ARGS_MAX instead of -1.
by Paul Sokolovsky
· 11 years ago
v1.0.1
04b9147
Add license header to (almost) all files.
by Damien George
· 11 years ago
6d3c5e4
Add ARRAY_SIZE macro, and use it where possible.
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
b11b85a
py: Allow to pass buffer protocol flags to get_buffer helper funcs.
by Damien George
· 11 years ago
57a4b4f
py: Add typecode to buffer protocol.
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
bf8ae4d
py: Fix modstruct to compile on 64-bit machine.
by Damien George
· 11 years ago
e9db840
py: Start implementing "struct" module.
by Paul Sokolovsky
· 11 years ago