58 Commits (ca0c75f5042cdf602585b08184f132d7ab4713f3)

Author SHA1 Message Date
Damien George e9e9c76ddf all: Rename mp_keyboard_interrupt to mp_sched_keyboard_interrupt. 4 years ago
stijn bb2007b05c windows/mpconfigport.h: Enable features also present in unix port. 4 years ago
Damien George 6129b8e401 tests: Rename run-tests to run-tests.py for consistency. 4 years ago
stijn 81a4d96aed windows/msvc: Use same default python command as core. 4 years ago
stijn 0397448501 tests/run-tests: Change default Python command used on Windows. 4 years ago
Jim Mussared 4559bcb467 unix: Make mp_hal_delay_ms run MICROPY_EVENT_POLL_HOOK. 4 years ago
Damien George 905a18aafe unix,windows: Implement mp_hal_time_ns using gettimeofday. 4 years ago
stijn bada8c9231 windows: Update build instructions in README. 4 years ago
stijn 70bec41089 windows: Show test failures in the Appveyor builds. 4 years ago
stijn 5b94c61097 windows/Makefile: Support freezing modules. 4 years ago
stijn 2a9ea69fa9 windows/msvc: Support freezing modules. 4 years ago
stijn 2e54d9d146 py: Fix handling of NaN in certain pow implementations. 4 years ago
Damien George 2a72e90ab8 extmod/vfs: Add option to use 1970 as Epoch. 4 years ago
stijn 9523ca92e0 windows: Make appveyor.yml self-contained. 5 years ago
stijn 81db22f693 py/modmath: Work around msvc float bugs in atan2, fmod and modf. 5 years ago
Jim Mussared 710426024a all: Factor gchelper code to one place and use it for unix & ARM ports. 5 years ago
stijn 84fa3312cf all: Format code to add space after C++-style comment start. 5 years ago
stijn 30840ebc99 all: Enable extra conversion warnings where applicable. 5 years ago
stijn 70affd9ba2 all: Fix implicit floating point to integer conversions. 5 years ago
Jim Mussared 92c83bd16b windows: Update genhdr.targets to match makeqstrdefs.py args. 5 years ago
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