aboutsummaryrefslogtreecommitdiff
path: root/ports/windows/mpconfigport.h
AgeCommit message (Expand)Author
2021-04-23windows/mpconfigport.h: Enable features also present in unix port.stijn
2020-09-11py: Fix handling of NaN in certain pow implementations.stijn
2020-09-01extmod/vfs: Add option to use 1970 as Epoch.Damien George
2020-05-28py/modmath: Work around msvc float bugs in atan2, fmod and modf.stijn
2020-04-23all: Format code to add space after C++-style comment start.stijn
2020-04-18all: Fix implicit floating point to integer conversions.stijn
2020-03-28all: Remove spaces inside and around parenthesis.Damien George
2020-03-25windows: Remove custom definition of MP_PLAT_PRINT_STRN.David Lechner
2020-03-18unix: Remove custom file implementation to use extmod's VFS POSIX one.Damien George
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
2020-02-11windows: Improve default search path.stijn
2019-10-22unix,windows: Enable module weak links.Damien George
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
2018-12-15windows: Remove remaining traces of old GNU readline support.Damien George
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
2017-12-29windows/mpconfigport: Enable some features, including the Python stackstijn
2017-12-29windows/mpconfigport: Provide off_t definition for MSVC portstijn
2017-09-06ports: Make new ports/ sub-directory and move all ports there.Damien George