summaryrefslogtreecommitdiffstatshomepage
path: root/unix
Commit message (Expand)AuthorAge
...
* extmod/vfs_fat: Remove MICROPY_FATFS_OO config option.Damien George2017-01-30
* unix/mpconfigport.h: Remove obsolete MICROPY_FATFS_VOLUMES config.Damien George2017-01-30
* extmod: Remove MICROPY_FSUSERMOUNT and related files.Damien George2017-01-30
* unix/fatfs_port: Include new oofatfs header.Damien George2017-01-27
* unix: Change to use new generic VFS sub-system in coverage build.Damien George2017-01-27
* extmod: Rename vfs_fat_file.h to vfs_fat.h.Damien George2017-01-27
* unix: Get minimal version compiling again.Damien George2017-01-27
* unix: Switch to OO version of FatFS library.Damien George2017-01-27
* unix: Enable MICROPY_PY_BUILTINS_HELP_MODULES in coverage build.Damien George2017-01-22
* unix: Enable builtin help function in coverage build.Damien George2017-01-22
* tests: Improve frozen import test coverage.Rami Ali2017-01-16
* unix/coverage: Move coverage #if guard back to top of file.Damien George2017-01-16
* tests: Improve stream.c test coverage.Rami Ali2017-01-16
* tests/unix/extra_coverage: Add tests for importing frozen packages.Damien George2017-01-08
* unix/Makefile: Allow cache-map-lookup optimisation with frozen bytecode.Damien George2017-01-05
* unix: Enable and add basic frozen str and frozen mpy in coverage build.Damien George2017-01-05
* unix/Makefile: Split long line for coverage target, easier to modify.Damien George2017-01-05
* tests/unix: Improve formatfloat.c test coverage using C.Rami Ali2017-01-05
* tests: Improve warning.c test coverage.Rami Ali2017-01-05
* all: Consistently update signatures of .make_new and .call methods.Paul Sokolovsky2017-01-04
* unix/moduselect: Fix nanbox build with recent changes.Paul Sokolovsky2016-12-31
* unix/moduselect: If file object passed to .register(), return it in .poll().Paul Sokolovsky2016-12-31
* tests/unix: Improve runtime_utils.c test coverage.Rami Ali2016-12-29
* unix/Makefile: Make "coverage_test" target mirror Travis test actions.Damien George2016-12-22
* unix/main: Allow to print the parse tree in coverage build.Damien George2016-12-22
* unix: Enable utimeq module.Paul Sokolovsky2016-12-22
* unix/Makefile: Update freedos target for change of USELECT config name.Damien George2016-11-21
* unix: Rename define for unix moduselect to MICROPY_PY_USELECT_POSIX.Paul Sokolovsky2016-11-21
* py: Factor out persistent-code reader into separate files.Damien George2016-11-16
* all: Remove readall() method, which is equivalent to read() w/o args.Paul Sokolovsky2016-11-14
* unix: Add symlinks for upip to make it frozen into binary.Damien George2016-11-08
* py: Move frozen bytecode Makefile rules from ports to common mk files.Damien George2016-11-08
* tools, unix: Replace upip tarball with just source files.Paul Sokolovsky2016-11-07
* windows: Implement mp_hal_ticks_cpu in terms of QueryPerformanceCounterstijn2016-11-03
* unix: fix symbol references for x86 MacJan Pochyla2016-11-02
* extmod/utime_mphal: Implement ticks_add(), add to all maintained ports.Paul Sokolovsky2016-10-29
* unix/mphalport.h: Add dummy definition of mp_hal_ticks_cpu().Paul Sokolovsky2016-10-29
* unix/modtime: Switch ticks/sleep_ms/us() to utime_mphal.Paul Sokolovsky2016-10-29
* unix/mphalport.h: Add warning of mp_hal_delay_ms() implementation.Paul Sokolovsky2016-10-29
* unix/modtime: Use ticks_diff() implementation from extmod/utime_mphal.c.Paul Sokolovsky2016-10-29
* unix/Makefile: Remove references to deprecated pip-micropython.Paul Sokolovsky2016-10-25
* py: Be more specific with MP_DECLARE_CONST_FUN_OBJ macros.Damien George2016-10-21
* esp8266, stmhal, unix: MAKE_FROZEN is consistently defined in mkenv.mk.Paul Sokolovsky2016-10-16
* py/vstr: Combine vstr_new_size with vstr_new since they are rarely used.Damien George2016-10-14
* unix: Use common RAISE_ERRNO macro from mphalport.h.Damien George2016-10-07
* unix: Use mp_raise_OSError helper function.Damien George2016-10-07
* py/py.mk: Add support for building modussl_mbedtls.Paul Sokolovsky2016-09-23
* unix: Enable btree module for coverage build.Damien George2016-09-22
* all: Remove 'name' member from mp_obj_module_t struct.Damien George2016-09-22
* unix/modjni: array(): Support creation of object arrays.Paul Sokolovsky2016-09-18