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
/
py
/
smallint.h
Commit message (
Expand
)
Author
Age
*
all: Use the name MicroPython consistently in comments
Alexander Steffen
2017-07-31
*
all: Unify header guard usage.
Alexander Steffen
2017-07-18
*
py/smallint: Allow to override MP_SMALL_INT_MIN et al.
Damien George
2016-01-08
*
py: Add support for 64-bit NaN-boxing object model, on 32-bit machine.
Damien George
2015-11-29
*
py: Add object repr "C", where 30-bit floats are stuffed in obj word.
Damien George
2015-10-20
*
unix/modtime: Implement ticks_ms(), ticks_us() and ticks_diff().
Paul Sokolovsky
2015-10-19
*
py: Allow configurable object representation, with 2 different options.
Damien George
2015-04-03
*
py: Move to guarded includes, everywhere in py/ core.
Damien George
2015-01-01
*
Rename machine_(u)int_t to mp_(u)int_t.
Damien George
2014-07-03
*
py: Fix check of small-int overflow when parsing ints.
Damien George
2014-05-28
*
Add license header to (almost) all files.
Damien George
2014-05-03
*
py: This time, real proper overflow checking of small int power.
Damien George
2014-04-04