aboutsummaryrefslogtreecommitdiff
path: root/windows/mpconfigport.h
AgeCommit message (Expand)Author
2015-09-23windows: Make mpconfigport.h up-to-date with the unix portstijn
2015-08-14windows: Make unistd.h more posix compatiblestijn
2015-06-04windows: Implement the mp_hal_xxx functions and enable mp-readlinestijn
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-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
2014-12-20windows: Correctly interpret skipped tests, enable uhashlib and ubinasciistijn
2014-12-09py: Allow builtins to be overridden.Damien George
2014-11-21windows: Update config with latest featuresstijn
2014-11-17ports: Define mp_off_t.Paul Sokolovsky
2014-10-13windows: Enable moduzlib instead of modzlibd.Paul Sokolovsky
2014-10-06windows: mingw32 gcc doesn't define endianness macros, so just assume little.Paul Sokolovsky
2014-10-04Enable unicode for Windows port so unicode tests give correct uPy outputstijn
2014-09-22windows: Enable input(), sys.maxsize(), ujson module, emergency exception buf...stijn
2014-09-02msvc: Exclude modtermios, include extmod and fix compilation errorstijn
2014-08-24py: Fix bug where GC collected native/viper/asm function data.Damien George
2014-08-13msvc: Use built-in alignofstijn
2014-07-03Rename machine_(u)int_t to mp_(u)int_t.Damien George
2014-06-29windows: Sync mpconfigport.h with the unix' versionstijn
2014-06-22windows: Enable GC and implement bss start and end symbolsstijn
2014-06-08windows: Move include of malloc.h outside #ifdef msvc.Damien George
2014-06-08Provide definition of alloca() in mpconfigport.h.Damien George
2014-06-07- FreeBSD provides alloca() via stdlib.h, in contrast to Linux and WindowsMarcus von Appen
2014-06-01Rename bultins config variables to MICROPY_PY_BUILTINS_*.Damien George
2014-05-27windows: Complete rename of MICROPY_PATH_MAX to MICROPY_ALLOC_PATH_MAX (58ebde4)stijn
2014-05-24Rename configuration variables controling Python features.Damien George
2014-05-21Tidy up some configuration options.Damien George
2014-05-11windows: Enable frozen set and sys.exitstijn
2014-05-09windows: Add modtime implementationstijn
2014-05-08Windows MSVC portstijn
2014-05-07windows: Enable math modulestijn
2014-05-03Add license header to (almost) all files.Damien George
2014-05-03mingw: Fix number of exponent digits in floating point formattingstijn
2014-05-03mingw: Add implementation of realpath()stijn
2014-05-03mingw: Add 'open' as extra builtin and add define MICROPY_MOD_SYS_STDFILESstijn
2014-04-20windows: Unbreak mingw32 build (cross-compiling under Linux).Paul Sokolovsky
2014-04-07windows: Make it compile with latest changes to py core.Damien George
2014-03-13windows: Change MICROPY_FLOAT config to new scheme.Damien George
2014-01-28Added Windows port (see #233)Markus Siemens