| Commit message (Expand) | Author | Age |
* | all: Make static dicts use mp_rom_map_elem_t type and MP_ROM_xxx macros. | Damien George | 2017-08-21 |
* | 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 |
* | all: Remove trailing spaces, per coding conventions. | Damien George | 2017-07-19 |
* | all: Unify header guard usage. | Alexander Steffen | 2017-07-18 |
* | windows: Convert to use core-provided version of built-in import(). | Damien George | 2017-06-01 |
* | various: Spelling fixes | Ville Skyttä | 2017-05-29 |
* | msvc: Workaround parser bug in older MSBuild versions | stijn | 2017-05-03 |
* | windows/README: Add a note about stack usage for msvc | stijn | 2017-05-01 |
* | windows/README: Fix some typos and grammar | stijn | 2017-05-01 |
* | msvc: Rebuild all qstrs when mpconfig headers are modified | stijn | 2017-04-30 |
* | msvc: Do not define DEBUG for debug builds | stijn | 2017-04-30 |
* | windows/README: Convert to Markdown. | Paul Sokolovsky | 2017-04-30 |
* | mpy-cross, unix, windows, stmhal: Enable return-if-else optimisation. | Damien George | 2017-04-22 |
* | windows: Bring mpconfigport.h up-to-date with unix port | stijn | 2017-04-21 |
* | unix, windows: Use core-provided KeyboardInterrupt exception object. | Damien George | 2017-04-11 |
* | all: Move BYTES_PER_WORD definition from ports to py/mpconfig.h | Damien George | 2017-04-01 |
* | msvc: Remove directory with generated files when cleaning. | stijn | 2017-03-23 |
* | windows: Make msvc project file support any version from VS2013 to VS2017 | stijn | 2017-03-23 |
* | all/Makefile: Remove -ansi from GCC flags, its ignored anyway. | Krzysztof Blazewicz | 2017-03-23 |
* | msvc: Add machine/pin-related sources to build | stijn | 2017-03-02 |
* | windows/.gitignore: Ignore VC.db and VC.opendb files from VS2015 | stijn | 2017-02-17 |
* | windows: Enable READER_POSIX to get access to lexer_new_from_file. | Damien George | 2016-11-16 |
* | windows: Implement mp_hal_ticks_cpu in terms of QueryPerformanceCounter | stijn | 2016-11-03 |
* | windows: Fix utime_mphal compilation for msvc | stijn | 2016-11-03 |
* | windows: Enable utime_mphal following unix, define mp_hal_ticks_*. | Paul Sokolovsky | 2016-10-29 |
* | windows: Enable MICROPY_PY_UERRNO | stijn | 2016-09-10 |
* | ports: Remove typedef of machine_ptr_t, it's no longer needed. | Damien George | 2016-08-15 |
* | wundows/README: Typo fix. | Paul Sokolovsky | 2016-07-22 |
* | mpy-cross: Use binary file translation mode for creating mpy files on windows | stijn | 2016-07-22 |
* | windows/msvc: Include machine_pinbase.c in build and enable umachine module | stijn | 2016-06-25 |
* | windows: Follow unix port changes regarding "utime" module. | Paul Sokolovsky | 2016-06-18 |
* | py: Rename __QSTR_EXTRACT flag to NO_QSTR. | Paul Sokolovsky | 2016-06-16 |
* | windows: Enable multi-processor compilation for msvc | stijn | 2016-05-08 |
* | windows/msvc: Rewrite qstr auto-generation. | stijn | 2016-04-25 |
* | windows/msvc: Implement automatic qstr generation using makeqstrdefs. | stijn | 2016-04-16 |
* | py: Add rules for automated extraction of qstrs from sources. | Jan Čapek | 2016-04-16 |
* | py: Declare help, input, open builtins in core. | Paul Sokolovsky | 2016-04-15 |
* | py: Add ability to have frozen persistent bytecode from .mpy files. | Damien George | 2016-04-13 |
* | py/runtime: mp_stack_ctrl_init() should be called immediately on startup. | Paul Sokolovsky | 2016-01-29 |
* | windows/msvc: Add modurandom.c to list of source files. | Damien George | 2016-01-26 |
* | windows: Enable urandom module. | Damien George | 2016-01-26 |
* | windows: Propagate MICROPY_PY_OS_DUPTERM handling from unix port. | Paul Sokolovsky | 2015-12-28 |
* | windows/msvc: Nicer handling of asserts and 'invalid' parameters | stijn | 2015-12-26 |
* | windows: Better handling of Ctrl-C | stijn | 2015-12-21 |
* | windows: Add Appveyor CI builds for msvc port. | stijn | 2015-12-18 |
* | msvc: Add dirent.h/.c implementation | stijn | 2015-12-18 |
* | windows/windows_mphal: Add basic support for raising KeyboardInterrupt. | Paul Sokolovsky | 2015-12-18 |
* | windows: Make keyboard_interrupt_obj available, it's standard feature. | Paul Sokolovsky | 2015-12-18 |
* | msvc: Use new modmachine infrastructure per changes in f925165 | stijn | 2015-12-15 |