index
:
micropython
master
parse-bytecode
v1.22-release
v1.24-release
MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
Aslak Raanes
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
unix
/
modffi.c
Commit message (
Expand
)
Author
Age
*
unix: Fix modffi to be able to return double on x86 machines.
Damien George
2014-09-06
*
unix: Don't use -Wno-error=cpp or #warning; fix strict alias warning.
Damien George
2014-09-06
*
py: Change all uint to mp_uint_t in obj.h.
Damien George
2014-08-30
*
Change some parts of the core API to use mp_uint_t instead of uint/int.
Damien George
2014-08-30
*
py: Make MP_OBJ_NEW_SMALL_INT cast arg to mp_int_t itself.
Damien George
2014-07-31
*
Rename machine_(u)int_t to mp_(u)int_t.
Damien George
2014-07-03
*
modffi: Add special 'C' code for passing a callback function pointer.
Paul Sokolovsky
2014-07-01
*
modffi: Support short types.
Paul Sokolovsky
2014-06-29
*
Prefix ARRAY_SIZE with micropython prefix MP_
Emmanuel Blot
2014-06-19
*
Change const byte* to const char* where sensible.
Damien George
2014-05-25
*
py, unix: Add copyright for modules I worked closely on.
Paul Sokolovsky
2014-05-13
*
Add license header to (almost) all files.
Damien George
2014-05-03
*
unix,stmhal: Make "mpconfig.h" be first included, as other headers depend on it.
Paul Sokolovsky
2014-05-02
*
Add ARRAY_SIZE macro, and use it where possible.
Damien George
2014-04-26
*
unix: Workaround MP_OBJ_NEW_SMALL_INT() 64-bit issues.
Paul Sokolovsky
2014-04-22
*
unix: OSError's args[0] should be errno numeric value.
Paul Sokolovsky
2014-04-22
*
modffi: Don't use OSError for clearly unrelated errors.
Paul Sokolovsky
2014-04-22
*
modffi: Describe typecodes where they differ from used by struct module.
Paul Sokolovsky
2014-04-22
*
modffi: Update for MP_OBJ_STOP_ITERATION refactor.
Paul Sokolovsky
2014-04-19
*
modffi: Mark 'p' type spec deprecated, replace with 'P'.
Paul Sokolovsky
2014-04-19
*
unix: Update to use new buffer protocol interface with typecode.
Damien George
2014-04-18
*
unix modffi: Convert to static module structures.
Paul Sokolovsky
2014-04-18
*
modffi: Support float types.
Paul Sokolovsky
2014-04-17
*
modffi: Update for latest binary API refactors.
Paul Sokolovsky
2014-04-11
*
unix modffi: Support any object implementing buffer protocol as a native arg.
Paul Sokolovsky
2014-04-08
*
py: Change nlr_jump to nlr_raise, to aid in debugging.
Damien George
2014-04-05
*
unix: Rename module sources per latest naming conventions (mod*.c).
Paul Sokolovsky
2014-04-04