index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ports
/
windows
Age
Commit message (
Expand
)
Author
2021-04-23
windows/mpconfigport.h: Enable features also present in unix port.
stijn
2021-03-12
tests: Rename run-tests to run-tests.py for consistency.
Damien George
2021-02-02
windows/msvc: Use same default python command as core.
stijn
2021-02-02
tests/run-tests: Change default Python command used on Windows.
stijn
2020-11-13
unix: Make mp_hal_delay_ms run MICROPY_EVENT_POLL_HOOK.
Jim Mussared
2020-10-01
unix,windows: Implement mp_hal_time_ns using gettimeofday.
Damien George
2020-09-23
windows: Update build instructions in README.
stijn
2020-09-11
windows: Show test failures in the Appveyor builds.
stijn
2020-09-11
windows/Makefile: Support freezing modules.
stijn
2020-09-11
windows/msvc: Support freezing modules.
stijn
2020-09-11
py: Fix handling of NaN in certain pow implementations.
stijn
2020-09-01
extmod/vfs: Add option to use 1970 as Epoch.
Damien George
2020-05-28
windows: Make appveyor.yml self-contained.
stijn
2020-05-28
py/modmath: Work around msvc float bugs in atan2, fmod and modf.
stijn
2020-04-29
all: Factor gchelper code to one place and use it for unix & ARM ports.
Jim Mussared
2020-04-23
all: Format code to add space after C++-style comment start.
stijn
2020-04-18
all: Enable extra conversion warnings where applicable.
stijn
2020-04-18
all: Fix implicit floating point to integer conversions.
stijn
2020-04-05
windows: Update genhdr.targets to match makeqstrdefs.py args.
Jim Mussared
2020-03-28
all: Remove spaces inside and around parenthesis.
Damien George
2020-03-25
windows/windows_mphal: Fix missing semicolon.
David Lechner
2020-03-25
unix,windows: Use STDIN_FILENO, STDOUT_FILENO macros where appropriate.
David Lechner
2020-03-25
windows: Remove custom definition of MP_PLAT_PRINT_STRN.
David Lechner
2020-03-25
windows/msvc: Fix warnings regarding function declarations.
stijn
2020-03-18
unix: Remove custom file implementation to use extmod's VFS POSIX one.
Damien George
2020-02-28
all: Reformat C and Python source code with tools/codeformat.py.
Damien George
2020-02-11
windows: Improve default search path.
stijn
2020-02-07
unix, windows: Use mp_keyboard_interrupt instead of custom code.
Damien George
2020-01-26
windows/windows_mphal: Release GIL during system calls.
David Lechner
2020-01-22
windows: Support word-based move/delete key sequences for REPL.
stijn
2019-10-22
unix,windows: Enable module weak links.
Damien George
2019-09-18
mpy-cross,windows: Add msvc build of mpy-cross.
stijn
2019-09-18
windows: Default to binary mode for files.
stijn
2019-09-18
windows/msvc: Change the way sources are listed.
stijn
2019-09-18
windows/msvc: Enable overriding directories used in the build.
stijn
2019-09-18
windows/msvc: Move build options from .vcxproj to .props files.
stijn
2019-09-18
windows/msvc: Remove unneeded definitions for qstr generation.
stijn
2019-09-10
windows/Makefile: Make use of CFLAGS_EXTRA, LDFLAGS_EXTRA and SRC_MOD.
Andrew Leech
2019-09-03
windows/msvc: Treat compiler warnings as errors.
stijn
2019-08-17
py/modmath: Implement math.isclose() for non-complex numbers.
stijn
2019-07-19
windows/mpconfigport.h: Don't define restrict/inline/alignof for C++.
stijn
2019-07-01
windows/mpconfigport.h: Define empty MP_WEAK symbol.
Damien George
2019-05-23
windows: Fix line wrapping behaviour on the REPL.
stijn
2019-03-08
py: Allow registration of modules at their definition.
Andrew Leech
2018-12-15
windows: Remove remaining traces of old GNU readline support.
Damien George
2018-10-05
windows/msvc: Implement file/directory type query.
stijn
2018-10-05
windows/msvc: Fix incorrect indentation in dirent.c.
stijn
2018-08-14
windows/msvc: Support custom compiler for header generation.
stijn
2018-08-02
py/mpconfig.h: Introduce MICROPY_DEBUG_PRINTER for debugging output.
Damien George
2018-07-05
windows: Make printing of debugging info work out of the box.
stijn
[next]