- Mar 12, 2014
-
-
Damien George authored
-
Damien George authored
Fix realloc
-
Damien George authored
These have been taken from the musl library. It's a bit of a hack for now, just to get math functions working.
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
mux authored
-
Damien George authored
Initial checkin with STM HAL
-
Damien George authored
-
Damien George authored
If operation will overflow, a multi-precision integer is created.
-
Damien George authored
A couple of bugs in mpn_shl, and overflow bug in mpz_set_from_int.
-
Dave Hylands authored
This compiles and links, but hasn't been tested on a board yet and even if it was run, it doesn't currently do anything.
-
- Mar 10, 2014
-
-
Damien George authored
MICROPY_ENABLE_FLOAT is automatically set in mpconfig.h if MICROPY_FLOAT_IMPL is set to a non-zero value.
-
Damien George authored
-
Damien George authored
Fix makeqstrdata.py to work in Python 2.7
-
Dave Hylands authored
-
Dave Hylands authored
-
- Mar 09, 2014
-
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
- Mar 08, 2014
-
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
Damien George authored
mp_module_obj_t can now be put in ROM. Configuration of float type is now similar to longint: can now choose none, float or double as the implementation. math module has basic math functions. For STM port, these are not yet implemented (they are just stub functions).
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
- Mar 07, 2014
-
-
Damien George authored
-
- Mar 06, 2014
-
-
Damien George authored
-
Damien George authored
-
- Mar 05, 2014
-
-
Damien George authored
Fix gc_realloc to expand in place
-
mux authored
* Issue #322
-
- Mar 04, 2014
-
-
Damien George authored
-
Damien George authored
unix: Allow to set heap size using "-X heapsize=N" option.
-
Paul Sokolovsky authored
-
- Mar 03, 2014
-
-
Damien George authored
Addresses issue #327.
-
Damien George authored
Checks for non-default args following default args, and errors out. Addresses issue #328.
-
Damien George authored
-