summaryrefslogtreecommitdiff
path: root/windows
AgeCommit message (Expand)Author
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
2015-06-04windows: Implement the mp_hal_xxx functions and enable mp-readlinestijn
2015-05-27unix: Factor out stdio and ctrl-C code to unix_mphal.c file.Damien George
2015-05-17py: Implement mp_format_float for doubles and use where appropriatestijn
2015-05-13windows: Enable some recently added features in mpconfigport.hstijn
2015-04-30msvc: Allow overriding of build options with custom filestijn
2015-04-28py: Replace py-version.sh with makeversionhdr.py, written in Python.Damien George
2015-04-22msvc: Update genhdr script to emit MicroPython version numbersstijn
2015-04-16Add .gitattributes file to force text line endings to LF.Damien George
2015-04-16py: Overhaul and simplify printf/pfenv mechanism.Damien George
2015-03-26py: Add optional support for descriptors' __get__ and __set__ methods.stijn
2015-03-14py: Add MICROPY_COMP_{DOUBLE,TRIPLE}_TUPLE_ASSIGN config options.Damien George
2015-03-03py: Add MICROPY_MALLOC_USES_ALLOCATED_SIZE to allow simpler malloc API.Damien George
2015-01-12windows: Enable MICROPY_STACK_CHECK.Damien George
2015-01-10py: Add config option MICROPY_COMP_MODULE_CONST for module consts.Damien George
2015-01-09windows: Enable MICROPY_PY_MICROPYTHON_MEM_INFO.Damien George
2015-01-08Remove obsolete bss-related code/build featuresstijn
2015-01-04msvc: Define no-op MP_LIKELY/UNLIKELY since there's no __builtin_expectstijn
2015-01-02msvc: Use single build target for dealing with generated filesstijn
2015-01-02msvc: Define main build/include directories in a single locationstijn