summaryrefslogtreecommitdiff
path: root/unix/Makefile
AgeCommit message (Expand)Author
2017-08-11all: Make use of $(TOP) variable in Makefiles, instead of "..".Damien George
2017-07-31all: Use the name MicroPython consistently in commentsAlexander Steffen
2017-07-12unix/Makefile: Disable assertions in the standard unix executable.Damien George
2017-06-08unix/Makefile: replace references to make with $(MAKE)Tamas TEVESZ
2017-05-29various: Spelling fixesVille Skyttä
2017-05-26unix/Makefile: Don't add frozen bytecode to minimal build.Damien George
2017-05-12unix/Makefile: Enable frozen bytecode modules dir.Paul Sokolovsky
2017-04-26unix: Remove obsolete MICROPY_FATFS macro.Damien George
2017-03-31all: Use full path name when including mp-readline/timeutils/netutils.Damien George
2017-03-23all/Makefile: Remove -ansi from GCC flags, its ignored anyway.Krzysztof Blazewicz
2017-02-06unix: Fix freedos port build problems.Nikita Melentev
2017-01-27unix: Change to use new generic VFS sub-system in coverage build.Damien George
2017-01-27unix: Switch to OO version of FatFS library.Damien George
2017-01-05unix/Makefile: Allow cache-map-lookup optimisation with frozen bytecode.Damien George
2017-01-05unix: Enable and add basic frozen str and frozen mpy in coverage build.Damien George
2017-01-05unix/Makefile: Split long line for coverage target, easier to modify.Damien George
2016-12-22unix/Makefile: Make "coverage_test" target mirror Travis test actions.Damien George
2016-11-21unix/Makefile: Update freedos target for change of USELECT config name.Damien George
2016-11-08py: Move frozen bytecode Makefile rules from ports to common mk files.Damien George
2016-11-07tools, unix: Replace upip tarball with just source files.Paul Sokolovsky
2016-11-02unix: fix symbol references for x86 MacJan Pochyla
2016-10-25unix/Makefile: Remove references to deprecated pip-micropython.Paul Sokolovsky
2016-10-16esp8266, stmhal, unix: MAKE_FROZEN is consistently defined in mkenv.mk.Paul Sokolovsky
2016-09-22unix: Enable btree module for coverage build.Damien George
2016-09-05unix,stmhal,esp8266: When find'ing frozen files follow symbolic links.Damien George
2016-09-05py: Add MICROPY_USE_INTERNAL_PRINTF option, defaults to enabled.Delio Brignoli
2016-08-31unix,stmhal,esp8266: When find'ing frozen files don't use extra slash.Damien George
2016-07-31unix/Makefile: And note why btree module is disabled for coverage build.Paul Sokolovsky
2016-07-16unix: Cache libaxtls.a in local build dir.Paul Sokolovsky
2016-07-09unix: Disable the GIL to improve performance of non-thread code.Damien George
2016-07-03unix/Makefile: Make "minimal" build be minimal again.Paul Sokolovsky
2016-07-02unix: Enable btree module.Paul Sokolovsky
2016-06-28unix: Add basic thread support using pthreads.Damien George
2016-06-27unix: Fix Makefile to handle gc-sections linker flags on Mac OS.Martin Müller
2016-06-18unix: Disable FatFs VFS for normal build, keep enabled for coverage.Paul Sokolovsky
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