38 Commits (c34e7b9d4c6f369cd86fd6fcc779932226200cdf)

Author SHA1 Message Date
Damien George 1a3e386c67 all: Remove spaces inside and around parenthesis. 5 years ago
David Lechner d0edaf88a3 windows/windows_mphal: Fix missing semicolon. 5 years ago
David Lechner 3b07736b6d unix,windows: Use STDIN_FILENO, STDOUT_FILENO macros where appropriate. 5 years ago
David Lechner 100012bec6 windows: Remove custom definition of MP_PLAT_PRINT_STRN. 5 years ago
stijn f62cc41fac windows/msvc: Fix warnings regarding function declarations. 5 years ago
Damien George 2cdf1d25f5 unix: Remove custom file implementation to use extmod's VFS POSIX one. 5 years ago
Damien George 69661f3343 all: Reformat C and Python source code with tools/codeformat.py. 5 years ago
stijn 5f91933e54 windows: Improve default search path. 5 years ago
Damien George 046ae80bdf unix, windows: Use mp_keyboard_interrupt instead of custom code. 5 years ago
David Lechner bc3499f010 windows/windows_mphal: Release GIL during system calls. 5 years ago
stijn 599371b133 windows: Support word-based move/delete key sequences for REPL. 5 years ago
Damien George 1582c7eeb0 unix,windows: Enable module weak links. 5 years ago
stijn d96391aca3 mpy-cross,windows: Add msvc build of mpy-cross. 6 years ago
stijn bc86c6252a windows: Default to binary mode for files. 7 years ago
stijn 6957939604 windows/msvc: Change the way sources are listed. 7 years ago
stijn 146c32a141 windows/msvc: Enable overriding directories used in the build. 7 years ago
stijn 94873a4826 windows/msvc: Move build options from .vcxproj to .props files. 7 years ago
stijn b2b21839d3 windows/msvc: Remove unneeded definitions for qstr generation. 6 years ago
Andrew Leech 380048df64 windows/Makefile: Make use of CFLAGS_EXTRA, LDFLAGS_EXTRA and SRC_MOD. 5 years ago
stijn 4beb6c21ca windows/msvc: Treat compiler warnings as errors. 5 years ago
stijn af5c998f37 py/modmath: Implement math.isclose() for non-complex numbers. 5 years ago
stijn 9da46a98cb windows/mpconfigport.h: Don't define restrict/inline/alignof for C++. 5 years ago
Damien George 097b0f9397 windows/mpconfigport.h: Define empty MP_WEAK symbol. 5 years ago
stijn 2762f323bf windows: Fix line wrapping behaviour on the REPL. 6 years ago
Andrew Leech cf22f4793c py: Allow registration of modules at their definition. 6 years ago
Damien George 0c46419323 windows: Remove remaining traces of old GNU readline support. 6 years ago
stijn 02ca8d4674 windows/msvc: Implement file/directory type query. 6 years ago
stijn 397ee7c00e windows/msvc: Fix incorrect indentation in dirent.c. 6 years ago
stijn 3f9d3e120b windows/msvc: Support custom compiler for header generation. 6 years ago
Damien George da2d2b6d88 py/mpconfig.h: Introduce MICROPY_DEBUG_PRINTER for debugging output. 6 years ago
stijn 106e594580 windows: Make printing of debugging info work out of the box. 6 years ago
Damien George 82828340a0 ports: Enable ucollections.deque on relevant ports. 7 years ago
stijn df952633ef windows: Add Appveyor CI builds for windows mingw port 7 years ago
stijn b184b6ae53 py/nlr: Fix nlr functions for 64bit ports built with gcc on Windows 7 years ago
stijn 8041de59fe windows/mpconfigport: Enable some features, including the Python stack 7 years ago
stijn 6fc58db5d8 windows/mpconfigport: Provide off_t definition for MSVC port 7 years ago
Damien George 4a93801c12 all: Update Makefiles and others to build with new ports/ dir layout. 7 years ago
Damien George 01dd7804b8 ports: Make new ports/ sub-directory and move all ports there. 7 years ago