aboutsummaryrefslogtreecommitdiff
path: root/ports/windows
AgeCommit message (Expand)Author
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
2020-02-11windows: Improve default search path.stijn
2020-02-07unix, windows: Use mp_keyboard_interrupt instead of custom code.Damien George
2020-01-26windows/windows_mphal: Release GIL during system calls.David Lechner
2020-01-22windows: Support word-based move/delete key sequences for REPL.stijn
2019-10-22unix,windows: Enable module weak links.Damien George
2019-09-18mpy-cross,windows: Add msvc build of mpy-cross.stijn
2019-09-18windows: Default to binary mode for files.stijn
2019-09-18windows/msvc: Change the way sources are listed.stijn
2019-09-18windows/msvc: Enable overriding directories used in the build.stijn
2019-09-18windows/msvc: Move build options from .vcxproj to .props files.stijn
2019-09-18windows/msvc: Remove unneeded definitions for qstr generation.stijn
2019-09-10windows/Makefile: Make use of CFLAGS_EXTRA, LDFLAGS_EXTRA and SRC_MOD.Andrew Leech
2019-09-03windows/msvc: Treat compiler warnings as errors.stijn
2019-08-17py/modmath: Implement math.isclose() for non-complex numbers.stijn
2019-07-19windows/mpconfigport.h: Don't define restrict/inline/alignof for C++.stijn
2019-07-01windows/mpconfigport.h: Define empty MP_WEAK symbol.Damien George
2019-05-23windows: Fix line wrapping behaviour on the REPL.stijn
2019-03-08py: Allow registration of modules at their definition.Andrew Leech
2018-12-15windows: Remove remaining traces of old GNU readline support.Damien George
2018-10-05windows/msvc: Implement file/directory type query.stijn
2018-10-05windows/msvc: Fix incorrect indentation in dirent.c.stijn
2018-08-14windows/msvc: Support custom compiler for header generation.stijn
2018-08-02py/mpconfig.h: Introduce MICROPY_DEBUG_PRINTER for debugging output.Damien George
2018-07-05windows: Make printing of debugging info work out of the box.stijn
2018-02-21ports: Enable ucollections.deque on relevant ports.Damien George
2018-01-31windows: Add Appveyor CI builds for windows mingw portstijn
2017-12-29py/nlr: Fix nlr functions for 64bit ports built with gcc on Windowsstijn
2017-12-29windows/mpconfigport: Enable some features, including the Python stackstijn
2017-12-29windows/mpconfigport: Provide off_t definition for MSVC portstijn
2017-09-06all: Update Makefiles and others to build with new ports/ dir layout.Damien George
2017-09-06ports: Make new ports/ sub-directory and move all ports there.Damien George