aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-01-02py: Raise exception if trying to convert inf/nan to int.Damien George
2015-01-02py: Fix float to int conversion for large exponents.David Steinberg
2015-01-02msvc: Use single build target for dealing with generated filesstijn
2015-01-02msvc: Fix unresolved mp_arg_error_terse_mismatch since 7f23384stijn
2015-01-02msvc: Define main build/include directories in a single locationstijn
2015-01-01py: Make GC's STACK_SIZE definition a proper MICROPY_ config variable.Damien George
2015-01-01py: Fix windows external name error for nlr_top.Damien George
2015-01-01py: Move global variable nlr_top to one place, in a .c file.Damien George
2015-01-01windows: Prefix includes with py/; remove need for -I../py.Damien George
2015-01-01esp8266: Prefix includes with py/; remove need for -I../py.Damien George
2015-01-01qemu-arm: Prefix includes with py/; remove need for -I../py.Damien George
2015-01-01bare-arm: Prefix includes with py/; remove need for -I../py.Damien George
2015-01-01teensy: Prefix includes with py/; remove need for -I../py.Damien George
2015-01-01stmhal: Prefix includes with py/; remove need for -I../py.Damien George
2015-01-01unix-cpy: Prefix includes with py/; remove need for -I../py.Damien George
2015-01-01unix: Prefix includes with py/; remove need for -I../py.Damien George
2015-01-01extmod: Prefix py/ for includes from py core directory.Damien George
2015-01-01py: Move to guarded includes, everywhere in py/ core.Damien George
2015-01-01emitnative: Disable warning in delete_fast for now (breaks test).Paul Sokolovsky
2015-01-01py: Add basic framework for issuing compile/runtime warnings.Paul Sokolovsky
2015-01-01py: Add guarded includes for asm-based headers.Damien George
2015-01-01docs: Add quickref info about Servo; improve Servo docs.Damien George
2015-01-01Add a command for converting the WAV filesRadomir Dopieralski
2015-01-01py: Change namedtuple error messages to reduce code size.Damien George
2015-01-01py: Make terse_arg_mismatch a global function and use it elsewhere.Damien George
2015-01-01objnamedtuple: Make sure to initialize type structure completely.Paul Sokolovsky
2015-01-01py: Allow keyword arguments for namedtuplestijn
2015-01-01py: Use sequence of strings for named tuple initializationstijn
2015-01-01msvc: Support py/*.h includes per #1022stijn
2014-12-31py: Fix rshift and not of zero/one edge cases in mpz.Damien George
2014-12-31tests: Disable float/float2int.py on pyboard (needs double prec).Damien George
2014-12-31objstr: Fix %d-formatting of floats.Paul Sokolovsky
2014-12-30stmhal: Add fake implementation of __aeabi_f2lz().Paul Sokolovsky
2014-12-30py: mp_obj_new_int_from_float() supported only for MICROPY_PY_BUILTINS_FLOAT.Paul Sokolovsky
2014-12-30py: Implement mp_obj_new_int_from_float() for MICROPY_LONGINT_IMPL_NONE.Paul Sokolovsky
2014-12-30py: Partially fix float to int conversion.Paul Sokolovsky
2014-12-29tools: Add script to generate a ChangeLog file.Damien George
2014-12-29py: Add include guards to mpconfig,misc,qstr,obj,runtime,parsehelper.Damien George
2014-12-29py: In VM, for selective ip saving, store 1 byte past last opcode.Damien George
2014-12-29py: Add note about -fno-crossjumping when compiling vm.c.Paul Sokolovsky
2014-12-29docs: Bump version to 1.3.8.Damien George
2014-12-29py: Add MP_LIKELY(), MP_UNLIKELY() macros to help branch prediction.Paul Sokolovsky
2014-12-28showbc: Print operation mnemonic in BINARY_OP.Paul Sokolovsky
2014-12-28showbc: Make code object start pointer semi-public.Paul Sokolovsky
2014-12-28vm: Record exception ip only for instructions where exceptions may happen.Paul Sokolovsky
2014-12-27drivers: Add SD card driver, controlled via SPI bus.Damien George
2014-12-27stmhal: Add ability to mount custom block device.Damien George
2014-12-27lib/fatfs: Allow a smaller minimum sector count for fatfs to be created.Damien George
2014-12-27stmhal: Upgrade to latest fatfs driver.Damien George
2014-12-27lib/fatfs: Support our volume names; make some funcs static.Damien George