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