aboutsummaryrefslogtreecommitdiff
path: root/unix/Makefile
AgeCommit message (Expand)Author
2016-06-18unix/Makefile: libffi: Build with -Os.Paul Sokolovsky
2016-06-17unix: Move "utime" module config to C level instead of make level.Paul Sokolovsky
2016-06-17unix: Time to build with --gc-sections.Paul Sokolovsky
2016-06-16unix: Deprecate support for GNU Readline (MICROPY_USE_READLINE=2).Paul Sokolovsky
2016-06-16unix: Unbreak "minimal" target by disabling FatFs.Paul Sokolovsky
2016-05-31extmod/vfs_fat.c: Add vfs.stat().Robert HH
2016-05-28unix/Makefile: "make axtls": Automatically fetch submodules if missing.Paul Sokolovsky
2016-05-26unix/Makefile: nanbox build is not compatible with modussl, disable.Paul Sokolovsky
2016-05-23unix: Support frozen packages.Damien George
2016-05-18unix/mpconfigport_coverage.h: Add dedicated config file for coverage build.Paul Sokolovsky
2016-05-16unix: Add ability to include frozen bytecode in the build.Damien George
2016-04-28unix/Makefile: Make install more compatible (BSD, etc.).Martin Müller
2016-04-19unix: Make sure build dir exists before accessing it for freezing upip.Paul Sokolovsky
2016-04-16py: Add rules for automated extraction of qstrs from sources.Jan Čapek
2016-04-08unix: freedos strip and size names for binariespohmelie
2016-02-15extmod/vfs_fat_ffconf: Reusable FatFs module, move from stmhal/ffconf.Paul Sokolovsky
2016-02-15extmod/vfs_fat_file: Reusable FatFs module, move from stmhal/file.Paul Sokolovsky
2016-02-15extmod/vfs_fat_diskio: Reusable FatFs module, move from stmhal/diskio.Paul Sokolovsky
2016-02-14unix: Enable VfsFat support.Paul Sokolovsky
2016-01-28lib/utils/printf: Fix printf on release buildsDave Hylands
2016-01-26extmod/modurandom: Add some extra random functions.Damien George
2016-01-15unix/modffi: Allow to compile modffi in OBJ_REPR_D mode.Damien George
2016-01-15unix: Add option to build 64-bit NaN-boxing interpreter.Damien George
2016-01-02unix/Makefile: Move include of mpconfigport.mk to before mkenv.mk.Damien George
2015-12-16unix: Add FreeDos targetpohmelie
2015-12-13unix: Move modmachine into unix directoryDave Hylands
2015-11-22unix: Use printf() implementation in terms of mp_printf().Paul Sokolovsky
2015-11-17unix: Add "uselect" module, with poll() function.Paul Sokolovsky
2015-10-19libffi: Skip building docs.Paul Sokolovsky
2015-10-19all: Make netutils.h available to all ports by default.Paul Sokolovsky
2015-10-18unix: Build libffi in a directory which is gitgnored.Paul Sokolovsky
2015-10-04unix: Add support for building axtls dependency lib.Paul Sokolovsky
2015-09-11unix/modjni: "jni" module to interface to JNI-compliant JavaVM.Paul Sokolovsky
2015-08-30unix: Allow to build libffi from source and link against it.Paul Sokolovsky
2015-08-29py: Treat -m32 flag as part of CC, LD, etc.Paul Sokolovsky
2015-06-03unix: Prepare upip frozen modules under build/.Paul Sokolovsky
2015-06-03unix: Uncompress upip tarball to build directory.Paul Sokolovsky
2015-06-02unix: Include upip as fronzen modules inside the standard interpreter.Paul Sokolovsky
2015-05-30unix: minimal: Don't use readline support.Paul Sokolovsky
2015-05-27unix: Add option to use uPy readline, and enable by default.Damien George
2015-05-27unix: Factor out stdio and ctrl-C code to unix_mphal.c file.Damien George
2015-05-08unix: Add special function to improve coverage.Damien George
2015-03-22unix: Remove -Wdouble-promotion from main build, and 2 from coverage.Damien George
2015-03-21unix: When using separate obj output dirs, make -B is no longer relevant.Paul Sokolovsky
2015-03-20unix: Move compiler warnings from production build to coverage build.Damien George
2015-03-19unix: Enable extra compiler warnings.Damien George
2015-03-01travis: Add automated coverage testing using coveralls.Damien George
2015-01-29unix: Add "coverage" target to do coverage testing using gcov.Damien George
2015-01-16unix: Add target to build "minimal" uPy interpreter.Damien George
2015-01-08Remove obsolete bss-related code/build featuresstijn