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