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