summaryrefslogtreecommitdiff
path: root/windows
AgeCommit message (Expand)Author
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-28msvc: Only update generated headers when there are changesstijn
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-20windows: Fix compilation with mingw-w64 so it uses correct printf implementat...stijn
2014-05-11windows: Enable frozen set and sys.exitstijn
2014-05-10mingw: Fix compilation issuesstijn
2014-05-09windows: Add modtime implementationstijn
2014-05-08Windows MSVC portstijn
2014-05-07windows: Fix input.c missing in Makefile after changes for #582stijn
2014-05-07windows: Enable math modulestijn
2014-05-03Add license header to (almost) all files.Damien George
2014-05-03windows: Argument to () function should be (void).Damien George
2014-05-03mingw: Fix number of exponent digits in floating point formattingstijn
2014-05-03mingw: Add implementation of realpath()stijn
2014-05-03windows: alloca.h: Add comment, fix line endings.Paul Sokolovsky
2014-05-03Merge pull request #552 from stinos/mingw-allocaPaul Sokolovsky
2014-05-03mingw: Add 'open' as extra builtin and add define MICROPY_MOD_SYS_STDFILESstijn
2014-05-03py: Use <alloca.h> for alloca()stijn
2014-04-23windows/README: Use CROSS_COMPILE instead of CC to cover other tools too.Paul Sokolovsky
2014-04-20windows: Add README with basic cross-compile instructions.Paul Sokolovsky
2014-04-20windows: Unbreak mingw32 build (cross-compiling under Linux).Paul Sokolovsky
2014-04-17build: Simplify build directory layout by putting all headers in genhdr.Damien George
2014-04-16build directory can now be renamedAndrew Scheller
2014-04-08windows: Use most of the source files from unix/ port.Damien George
2014-04-08Improve REPL detecting when input needs to continue.Damien George
2014-04-08unix, windows: There's no "help" builtin.Paul Sokolovsky
2014-04-07Add uPy welcome message to UNIX and Windows ports; update Teensy port.Damien George
2014-04-07windows: Make it compile with latest changes to py core.Damien George
2014-03-31py: Remove old "run time" functions that were 1 liners.Damien George
2014-03-30Rename rt_* to mp_*.Damien George
2014-03-26Change mp_method_t.name from const char * to qstr.Damien George
2014-03-13windows: Change MICROPY_FLOAT config to new scheme.Damien George
2014-02-15Implement proper exception type hierarchy.Damien George
2014-02-15Change mp_obj_type_t.name from const char * to qstr.Damien George
2014-02-04Use qstr id to create sys module.Paul Sokolovsky