Commits
User selector
Commit History
Commits on Jul 30, 2016
Commits on Jul 16, 2016
unix: Cache libaxtls.a in local build dir.
Show description for bd6622acommitted
Commits on Jul 9, 2016
unix: Disable the GIL to improve performance of non-thread code.
Show description for 3096928committed
Commits on Jul 2, 2016
- committed
unix: Enable btree module.
Show description for 43241cecommitted
Commits on Jun 28, 2016
unix: Add basic thread support using pthreads.
Show description for a791be9committed
Commits on Jun 27, 2016
unix: Fix Makefile to handle gc-sections linker flags on Mac OS.
Show description for f2892bdauthored andcommitted
Commits on Jun 17, 2016
unix: Disable FatFs VFS for normal build, keep enabled for coverage.
Show description for cbffd0acommittedunix/Makefile: libffi: Build with -Os.
Show description for 9b43a7dcommitted- committed
Commits on Jun 16, 2016
unix: Time to build with --gc-sections.
Show description for df453f0committedunix: Deprecate support for GNU Readline (MICROPY_USE_READLINE=2).
Show description for acaa30bcommitted
Commits on Jun 15, 2016
unix: Unbreak "minimal" target by disabling FatFs.
Show description for cd796f8committed
Commits on May 31, 2016
extmod/vfs_fat.c: Add vfs.stat().
Show description for ee009d7authored andcommitted
Commits on May 28, 2016
unix/Makefile: "make axtls": Automatically fetch submodules if missing.
Show description for 4889b6fcommitted
Commits on May 25, 2016
Commits on May 23, 2016
unix: Support frozen packages.
Show description for 2133924committed
Commits on May 17, 2016
unix/mpconfigport_coverage.h: Add dedicated config file for coverage build.
Show description for 92a342acommitted
Commits on May 16, 2016
unix: Add ability to include frozen bytecode in the build.
Show description for 1e024decommitted
Commits on Apr 28, 2016
unix/Makefile: Make install more compatible (BSD, etc.).
Show description for 31fc81dauthored andcommitted
Commits on Apr 19, 2016
Commits on Apr 16, 2016
py: Add rules for automated extraction of qstrs from sources.
Show description for d76c65fauthored andcommitted
Commits on Apr 8, 2016
unix: freedos strip and size names for binaries
Show description for b32b0d3authored andcommitted
Commits on Feb 14, 2016
extmod/vfs_fat_ffconf: Reusable FatFs module, move from stmhal/ffconf.
Show description for 46a0ac0committed- committed
- committed
- committed
Commits on Jan 28, 2016
lib/utils/printf: Fix printf on release builds
Show description for 6a804cbauthored andcommitted
Commits on Jan 26, 2016
extmod/modurandom: Add some extra random functions.
Show description for a53af6ccommitted
Commits on Jan 15, 2016
- committed
unix: Add option to build 64-bit NaN-boxing interpreter.
Show description for d8b08cfcommitted
Commits on Jan 2, 2016
unix/Makefile: Move include of mpconfigport.mk to before mkenv.mk.
Show description for ae4865ecommitted
Commits on Dec 16, 2015
- authored andcommitted
Commits on Dec 12, 2015
unix: Move modmachine into unix directory
Show description for f925165authored andcommitted
Commits on Nov 21, 2015
unix: Use printf() implementation in terms of mp_printf().
Show description for c3280d8committed