summaryrefslogtreecommitdiffstatshomepage
path: root/windows/mpconfigport.h
Commit message (Expand)AuthorAge
* all: Make static dicts use mp_rom_map_elem_t type and MP_ROM_xxx macros.Damien George2017-08-21
* all: Use the name MicroPython consistently in commentsAlexander Steffen2017-07-31
* windows: Convert to use core-provided version of built-in import().Damien George2017-06-01
* mpy-cross, unix, windows, stmhal: Enable return-if-else optimisation.Damien George2017-04-22
* windows: Bring mpconfigport.h up-to-date with unix portstijn2017-04-21
* unix, windows: Use core-provided KeyboardInterrupt exception object.Damien George2017-04-11
* all: Move BYTES_PER_WORD definition from ports to py/mpconfig.hDamien George2017-04-01
* windows: Enable READER_POSIX to get access to lexer_new_from_file.Damien George2016-11-16
* windows: Enable utime_mphal following unix, define mp_hal_ticks_*.Paul Sokolovsky2016-10-29
* windows: Enable MICROPY_PY_UERRNOstijn2016-09-10
* ports: Remove typedef of machine_ptr_t, it's no longer needed.Damien George2016-08-15
* windows/msvc: Include machine_pinbase.c in build and enable umachine modulestijn2016-06-25
* windows: Follow unix port changes regarding "utime" module.Paul Sokolovsky2016-06-18
* py: Declare help, input, open builtins in core.Paul Sokolovsky2016-04-15
* py: Add ability to have frozen persistent bytecode from .mpy files.Damien George2016-04-13
* py/runtime: mp_stack_ctrl_init() should be called immediately on startup.Paul Sokolovsky2016-01-29
* windows: Enable urandom module.Damien George2016-01-26
* windows: Propagate MICROPY_PY_OS_DUPTERM handling from unix port.Paul Sokolovsky2015-12-28
* windows: Make keyboard_interrupt_obj available, it's standard feature.Paul Sokolovsky2015-12-18
* unix: Rename "_os" module to "uos" for consistency with baremetal ports.Paul Sokolovsky2015-12-12
* windows/py: Support 64bit mingw-w64 buildsstijn2015-11-24
* windows: Define ssize_t and use renamed mphal headerstijn2015-11-14
* all: Add py/mphal.h and use it in all ports.Damien George2015-10-31
* windows: Use write() instead of fwrite() to avoid out-of-order output.stijn2015-10-31
* windows: Rename "time" module to "utime" for consistency with others.stijn2015-10-26
* windows: Add usleep() implementation for msvc portstijn2015-10-25
* windows: Make mpconfigport.h up-to-date with the unix portstijn2015-09-23
* windows: Make unistd.h more posix compatiblestijn2015-08-14
* windows: Implement the mp_hal_xxx functions and enable mp-readlinestijn2015-06-04
* py: Implement mp_format_float for doubles and use where appropriatestijn2015-05-17
* windows: Enable some recently added features in mpconfigport.hstijn2015-05-13
* py: Overhaul and simplify printf/pfenv mechanism.Damien George2015-04-16
* py: Add optional support for descriptors' __get__ and __set__ methods.stijn2015-03-26
* py: Add MICROPY_COMP_{DOUBLE,TRIPLE}_TUPLE_ASSIGN config options.Damien George2015-03-14
* py: Add MICROPY_MALLOC_USES_ALLOCATED_SIZE to allow simpler malloc API.Damien George2015-03-03
* windows: Enable MICROPY_STACK_CHECK.Damien George2015-01-12
* py: Add config option MICROPY_COMP_MODULE_CONST for module consts.Damien George2015-01-10
* windows: Enable MICROPY_PY_MICROPYTHON_MEM_INFO.Damien George2015-01-09
* Remove obsolete bss-related code/build featuresstijn2015-01-08
* msvc: Define no-op MP_LIKELY/UNLIKELY since there's no __builtin_expectstijn2015-01-04
* windows: Correctly interpret skipped tests, enable uhashlib and ubinasciistijn2014-12-20
* py: Allow builtins to be overridden.Damien George2014-12-09
* windows: Update config with latest featuresstijn2014-11-21
* ports: Define mp_off_t.Paul Sokolovsky2014-11-17
* windows: Enable moduzlib instead of modzlibd.Paul Sokolovsky2014-10-13
* windows: mingw32 gcc doesn't define endianness macros, so just assume little.Paul Sokolovsky2014-10-06
* Enable unicode for Windows port so unicode tests give correct uPy outputstijn2014-10-04
* windows: Enable input(), sys.maxsize(), ujson module, emergency exception buf...stijn2014-09-22
* msvc: Exclude modtermios, include extmod and fix compilation errorstijn2014-09-02
* py: Fix bug where GC collected native/viper/asm function data.Damien George2014-08-24