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