| Commit message (Expand) | Author | Age |
* | qemu-arm: Enable software floating point support, and float tests. | Damien George | 2016-11-03 |
* | py: Be more specific with MP_DECLARE_CONST_FUN_OBJ macros. | Damien George | 2016-10-21 |
* | qemu-arm: Remove SRC_TEST_C from SRC_QSTR list, it's not needed. | Damien George | 2016-10-14 |
* | qemu-arm: Enable lots of extmods and enable tests for them. | Damien George | 2016-10-14 |
* | py: Add MICROPY_USE_INTERNAL_PRINTF option, defaults to enabled. | Delio Brignoli | 2016-09-05 |
* | qemu-arm: Enable MICROPY_PY_ALL_SPECIAL_METHODS. | Damien George | 2016-08-17 |
* | ports: Remove typedef of machine_ptr_t, it's no longer needed. | Damien George | 2016-08-15 |
* | qemu-arm: Enable gcc LTO option for nlrthumb.c | Daniel Tralamazza | 2016-07-11 |
* | qemu-arm: Disable gcc LTO option for nlrthumb.c. | Damien George | 2016-06-28 |
* | py: Add MP_STATE_THREAD to hold state specific to a given thread. | Damien George | 2016-06-28 |
* | qemu-arm: Enable builtin override feature, and enable more tests. | Damien George | 2016-03-15 |
* | qemu-arm: Reinitialise uPy heap and runtime at start of each test. | Damien George | 2016-03-15 |
* | py/runtime: mp_stack_ctrl_init() should be called immediately on startup. | Paul Sokolovsky | 2016-01-29 |
* | py: Change type signature of builtin funs that take variable or kw args. | Damien George | 2016-01-11 |
* | py: Change struct and macro for builtin fun so they can be type checked. | Damien George | 2016-01-03 |
* | all: Add py/mphal.h and use it in all ports. | Damien George | 2015-10-31 |
* | Makefiles: Remove duplicate object files when linking. | Paul Sokolovsky | 2015-10-24 |
* | all: Make netutils.h available to all ports by default. | Paul Sokolovsky | 2015-10-19 |
* | py: Remove dependency on printf/fwrite in mp_plat_print. | Damien George | 2015-10-15 |
* | py: Allocate parse nodes in chunks to reduce fragmentation and RAM use. | Damien George | 2015-10-02 |
* | qemu-arm: Enable array slice assignment to get memoryview1 test to pass. | Delio Brignoli | 2015-07-20 |
* | bare-arm, minimal, qemu-arm: Make do_str() take parse-input-kind as arg. | Damien George | 2015-06-22 |
* | qemu-arm: Get compiling again with recent changes to print framework. | Damien George | 2015-04-16 |
* | py: Overhaul and simplify printf/pfenv mechanism. | Damien George | 2015-04-16 |
* | stmhal, qemu-arm: Enable sys.maxsize attribute. | Damien George | 2015-04-04 |
* | qemu-arm: Handle sys.exit() to allow skip tests in testsuite. | Paul Sokolovsky | 2015-02-28 |
* | qemu-arm: Enable source line numbers, for easier debugging. | Damien George | 2015-02-16 |
* | py: Protect mp_parse and mp_compile with nlr push/pop block. | Damien George | 2015-02-07 |
* | qemu-arm: Enable GC and native code-gen; enable more tests. | Damien George | 2015-01-12 |
* | py: Disable stack checking by default; enable on most ports. | Damien George | 2015-01-09 |
* | qemu-arm: Add 'test' target to Makefile to run and verify test suite. | Damien George | 2015-01-09 |
* | qemu-arm: Get "make RUN_TESTS=1" compiling after changes to core. | Damien George | 2015-01-08 |
* | qemu-arm: Set stack limit in main. | Damien George | 2015-01-08 |
* | qemu-arm: Prefix includes with py/; remove need for -I../py. | Damien George | 2015-01-01 |
* | Makefiles: Support py/*.h includes per #1022. | Paul Sokolovsky | 2014-12-27 |
* | modsys: Add sys.print_exception(exc, file=sys.stdout) function. | Paul Sokolovsky | 2014-12-08 |
* | py: Fix printing of size_t entity; fix qemu-arm for changes to lexer. | Damien George | 2014-12-05 |
* | ports: Define mp_off_t. | Paul Sokolovsky | 2014-11-17 |
* | Add -Wpointer-arith flag to prevent problems with pointer arithmetic on void* | stijn | 2014-10-29 |
* | Implement kwargs for builtin open() and _io.FileIO | stijn | 2014-10-21 |
* | py: Make compiler return a proper exception on SyntaxError. | Damien George | 2014-10-05 |
* | py: Free non-interned strings in the parser when not needed. | Damien George | 2014-09-23 |
* | Declare do_str() function before the implementation | Chris Dearman | 2014-09-01 |
* | py: Fix bug where GC collected native/viper/asm function data. | Damien George | 2014-08-24 |
* | Put call to qstr_init and mp_init_emergency_exc_buf in mp_init. | Damien George | 2014-08-04 |
* | Rename machine_(u)int_t to mp_(u)int_t. | Damien George | 2014-07-03 |
* | qemu: fix typo in readme | Ilya Dmitrichenko | 2014-07-02 |
* | Provide definition of alloca() in mpconfigport.h. | Damien George | 2014-06-08 |
* | qemu-arm: Add port README. | Paul Sokolovsky | 2014-05-30 |
* | Rename configuration variables controling Python features. | Damien George | 2014-05-24 |