index
:
suspect-devices/circuitpython
1.x
2.x
3.x
4.0.x
4.1.x
4.x
5.0.x
5.1.x
5.3.x
6.0.x
6.1.x
6.2.x
audiocore-rawsample-sinewave
azure
azure-pipelines
cross
dm-mixer
dynamic-native-modules
encoding
esp-extra-scripts
fix_typo_spanish
iabdalkader-cc3k-update
jepler-try-ubuntu-20.04
main
master
parse-bytecode
reentrant-gc
stable
travis-clang
travis-esp8266
travis-stackless
travis-testing
type_hints
CircuitPython - a Python implementation for teaching coding with microcontrollers
feurig
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
py
/
smallint.h
Age
Commit message (
Expand
)
Author
2017-12-11
py: Extend nan-boxing config to have 47-bit small integers.
Damien George
2017-07-31
all: Use the name MicroPython consistently in comments
Alexander Steffen
2017-07-18
all: Unify header guard usage.
Alexander Steffen
2016-01-08
py/smallint: Allow to override MP_SMALL_INT_MIN et al.
Damien George
2015-11-29
py: Add support for 64-bit NaN-boxing object model, on 32-bit machine.
Damien George
2015-10-20
py: Add object repr "C", where 30-bit floats are stuffed in obj word.
Damien George
2015-10-19
unix/modtime: Implement ticks_ms(), ticks_us() and ticks_diff().
Paul Sokolovsky
2015-04-03
py: Allow configurable object representation, with 2 different options.
Damien George
2015-01-01
py: Move to guarded includes, everywhere in py/ core.
Damien George
2014-07-03
Rename machine_(u)int_t to mp_(u)int_t.
Damien George
2014-05-28
py: Fix check of small-int overflow when parsing ints.
Damien George
2014-05-03
Add license header to (almost) all files.
Damien George
2014-04-04
py: This time, real proper overflow checking of small int power.
Damien George