aboutsummaryrefslogtreecommitdiff
path: root/windows/mpconfigport.h
AgeCommit message (Expand)Author
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