summaryrefslogtreecommitdiffstatshomepage
path: root/unix/Makefile
Commit message (Expand)AuthorAge
* all: Make use of $(TOP) variable in Makefiles, instead of "..".Damien George2017-08-11
* all: Use the name MicroPython consistently in commentsAlexander Steffen2017-07-31
* unix/Makefile: Disable assertions in the standard unix executable.Damien George2017-07-12
* unix/Makefile: replace references to make with $(MAKE)Tamas TEVESZ2017-06-08
* various: Spelling fixesVille Skyttä2017-05-29
* unix/Makefile: Don't add frozen bytecode to minimal build.Damien George2017-05-26
* unix/Makefile: Enable frozen bytecode modules dir.Paul Sokolovsky2017-05-12
* unix: Remove obsolete MICROPY_FATFS macro.Damien George2017-04-26
* all: Use full path name when including mp-readline/timeutils/netutils.Damien George2017-03-31
* all/Makefile: Remove -ansi from GCC flags, its ignored anyway.Krzysztof Blazewicz2017-03-23
* unix: Fix freedos port build problems.Nikita Melentev2017-02-06
* unix: Change to use new generic VFS sub-system in coverage build.Damien George2017-01-27
* unix: Switch to OO version of FatFS library.Damien George2017-01-27
* 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
* unix/Makefile: Make "coverage_test" target mirror Travis test actions.Damien George2016-12-22
* unix/Makefile: Update freedos target for change of USELECT config name.Damien George2016-11-21
* 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
* unix: fix symbol references for x86 MacJan Pochyla2016-11-02
* unix/Makefile: Remove references to deprecated pip-micropython.Paul Sokolovsky2016-10-25
* esp8266, stmhal, unix: MAKE_FROZEN is consistently defined in mkenv.mk.Paul Sokolovsky2016-10-16
* unix: Enable btree module for coverage build.Damien George2016-09-22
* unix,stmhal,esp8266: When find'ing frozen files follow symbolic links.Damien George2016-09-05
* py: Add MICROPY_USE_INTERNAL_PRINTF option, defaults to enabled.Delio Brignoli2016-09-05
* unix,stmhal,esp8266: When find'ing frozen files don't use extra slash.Damien George2016-08-31
* unix/Makefile: And note why btree module is disabled for coverage build.Paul Sokolovsky2016-07-31
* unix: Cache libaxtls.a in local build dir.Paul Sokolovsky2016-07-16
* unix: Disable the GIL to improve performance of non-thread code.Damien George2016-07-09
* unix/Makefile: Make "minimal" build be minimal again.Paul Sokolovsky2016-07-03
* unix: Enable btree module.Paul Sokolovsky2016-07-02
* unix: Add basic thread support using pthreads.Damien George2016-06-28
* unix: Fix Makefile to handle gc-sections linker flags on Mac OS.Martin Müller2016-06-27
* unix: Disable FatFs VFS for normal build, keep enabled for coverage.Paul Sokolovsky2016-06-18
* unix/Makefile: libffi: Build with -Os.Paul Sokolovsky2016-06-18
* unix: Move "utime" module config to C level instead of make level.Paul Sokolovsky2016-06-17
* unix: Time to build with --gc-sections.Paul Sokolovsky2016-06-17
* unix: Deprecate support for GNU Readline (MICROPY_USE_READLINE=2).Paul Sokolovsky2016-06-16
* unix: Unbreak "minimal" target by disabling FatFs.Paul Sokolovsky2016-06-16
* extmod/vfs_fat.c: Add vfs.stat().Robert HH2016-05-31
* unix/Makefile: "make axtls": Automatically fetch submodules if missing.Paul Sokolovsky2016-05-28
* unix/Makefile: nanbox build is not compatible with modussl, disable.Paul Sokolovsky2016-05-26
* unix: Support frozen packages.Damien George2016-05-23
* unix/mpconfigport_coverage.h: Add dedicated config file for coverage build.Paul Sokolovsky2016-05-18
* unix: Add ability to include frozen bytecode in the build.Damien George2016-05-16
* unix/Makefile: Make install more compatible (BSD, etc.).Martin Müller2016-04-28
* unix: Make sure build dir exists before accessing it for freezing upip.Paul Sokolovsky2016-04-19
* py: Add rules for automated extraction of qstrs from sources.Jan Čapek2016-04-16
* unix: freedos strip and size names for binariespohmelie2016-04-08