summaryrefslogtreecommitdiff
path: root/windows
AgeCommit message (Expand)Author
2016-11-03windows: Implement mp_hal_ticks_cpu in terms of QueryPerformanceCounterstijn
2016-11-03windows: Fix utime_mphal compilation for msvcstijn
2016-10-29windows: Enable utime_mphal following unix, define mp_hal_ticks_*.Paul Sokolovsky
2016-09-10windows: Enable MICROPY_PY_UERRNOstijn
2016-08-15ports: Remove typedef of machine_ptr_t, it's no longer needed.Damien George
2016-07-22wundows/README: Typo fix.Paul Sokolovsky
2016-07-22mpy-cross: Use binary file translation mode for creating mpy files on windowsstijn
2016-06-25windows/msvc: Include machine_pinbase.c in build and enable umachine modulestijn
2016-06-18windows: Follow unix port changes regarding "utime" module.Paul Sokolovsky
2016-06-16py: Rename __QSTR_EXTRACT flag to NO_QSTR.Paul Sokolovsky
2016-05-08windows: Enable multi-processor compilation for msvcstijn
2016-04-25windows/msvc: Rewrite qstr auto-generation.stijn
2016-04-16windows/msvc: Implement automatic qstr generation using makeqstrdefs.stijn
2016-04-16py: Add rules for automated extraction of qstrs from sources.Jan Čapek
2016-04-15py: Declare help, input, open builtins in core.Paul Sokolovsky
2016-04-13py: Add ability to have frozen persistent bytecode from .mpy files.Damien George
2016-01-29py/runtime: mp_stack_ctrl_init() should be called immediately on startup.Paul Sokolovsky
2016-01-26windows/msvc: Add modurandom.c to list of source files.Damien George
2016-01-26windows: Enable urandom module.Damien George
2015-12-28windows: Propagate MICROPY_PY_OS_DUPTERM handling from unix port.Paul Sokolovsky
2015-12-26windows/msvc: Nicer handling of asserts and 'invalid' parametersstijn
2015-12-21windows: Better handling of Ctrl-Cstijn
2015-12-18windows: Add Appveyor CI builds for msvc port.stijn
2015-12-18msvc: Add dirent.h/.c implementationstijn
2015-12-18windows/windows_mphal: Add basic support for raising KeyboardInterrupt.Paul Sokolovsky
2015-12-18windows: Make keyboard_interrupt_obj available, it's standard feature.Paul Sokolovsky
2015-12-15msvc: Use new modmachine infrastructure per changes in f925165stijn
2015-12-13unix: Move modmachine into unix directoryDave Hylands
2015-12-12unix: Rename "_os" module to "uos" for consistency with baremetal ports.Paul Sokolovsky
2015-12-11msvc: Use different output directories depending on build typestijn
2015-11-24windows/py: Support 64bit mingw-w64 buildsstijn
2015-11-24windows: Cleanup makefilestijn
2015-11-14windows: Define ssize_t and use renamed mphal headerstijn
2015-11-10windows: Allow specifying the python executable to use for msvc buildsstijn
2015-11-10Fix project file for Visual Studio 2015omtinez
2015-11-02windows: Update build instructions in the READMEstijn
2015-11-01windows/README: Deprecate mingw32, suggest using mingw64.Paul Sokolovsky
2015-10-31all: Add py/mphal.h and use it in all ports.Damien George
2015-10-31windows: Use write() instead of fwrite() to avoid out-of-order output.stijn
2015-10-30windows: Call _set_output_format() only on Visual Studio versions 2013 or lower.omtinez
2015-10-26windows: Rename "time" module to "utime" for consistency with others.stijn
2015-10-26windows: Erase pre-calc'd number of chars instead of clearing whole line.stijn
2015-10-25windows: Add usleep() implementation for msvc portstijn
2015-10-25windows: Do not use wildcards when looking for sources in directories contain...stijn
2015-10-20lib/mp-readline: Add n_chars argument to mp_hal_erase_line_from_cursor.Damien George
2015-10-19all: Make netutils.h available to all ports by default.Paul Sokolovsky
2015-09-23windows: Make mpconfigport.h up-to-date with the unix portstijn
2015-09-22windows/msvc: Exclude modjni from build.stijn
2015-08-14windows: Make unistd.h more posix compatiblestijn
2015-06-04windows/README: Add notes on running under Wine.Paul Sokolovsky