Linaro Git Browser
Code Review
Sign In
review.linaro.org
/
lite
/
micropython
/
c4489a05433b2878d0598d77bec5d9f6a821ffaa
/
py
/
objint.h
271d18e
py: Support conversion of bignum to bytes.
by Damien George
· 10 years ago
7f9d1d6
py: Overhaul and simplify printf/pfenv mechanism.
by Damien George
· 10 years ago
6837d46
py: Fix builtin abs so it works for bools and bignum.
by Damien George
· 10 years ago
ca377b1
py: Add float-to-int classification function
by David Steinberg
· 11 years ago
51dfcb4
py: Move to guarded includes, everywhere in py/ core.
by Damien George
· 11 years ago
42f3de9
py: Convert [u]int to mp_[u]int_t where appropriate.
by Damien George
· 11 years ago
b92cbe6
py: Move definition of mp_sys_exit to core.
by Damien George
· 11 years ago
ecc88e9
Change some parts of the core API to use mp_uint_t instead of uint/int.
by Damien George
· 11 years ago
ffe911d
py: Make long ints hashable.
by Damien George
· 11 years ago
ab7bf28
py: More const usage.
by Paul Sokolovsky
· 11 years ago
04b9147
Add license header to (almost) all files.
by Damien George
· 11 years ago
88d7bba
py: Make it so that printing a small int does not allocate heap memory.
by Damien George
· 11 years ago
c4029e5
Add string formatting support for longlong and mpz.
by Dave Hylands
· 11 years ago
e8208a7
py: Make False and True act like 0 and 1 for integer arithmetic.
by Damien George
· 11 years ago
438c88d
Add arbitrary precision integer support.
by Damien George
· 11 years ago
96056a6
py: Revent some long int configuration.
by Damien George
· 11 years ago
36109d2
Small change to configuration of long int.
by Damien George
· 11 years ago
8bc3516
ffi: Implement ffivar.get()/set() methods.
by Paul Sokolovsky
· 11 years ago
9b00dad
long int: Implement more operations.
by Paul Sokolovsky
· 12 years ago
76d982e
type->print(): Distinguish str() and repr() variety by passing extra param.
by Paul Sokolovsky
· 12 years ago
76a90f2
Move mp_obj_int_t definition to objint.h, to reuse in long int impls.
by Paul Sokolovsky
· 12 years ago