summaryrefslogtreecommitdiff
path: root/windows
AgeCommit message (Expand)Author
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
2015-01-01windows: Prefix includes with py/; remove need for -I../py.Damien George
2015-01-01msvc: Support py/*.h includes per #1022stijn
2014-12-27Makefiles: Support py/*.h includes per #1022.Paul Sokolovsky
2014-12-20windows: Correctly interpret skipped tests, enable uhashlib and ubinasciistijn
2014-12-09py: Allow builtins to be overridden.Damien George
2014-12-06windows: define __USE_MINGW_ANSI_STDIO for all Windows compilers.Damien George
2014-11-21windows: Update config with latest featuresstijn
2014-11-17ports: Define mp_off_t.Paul Sokolovsky
2014-10-29Add -Wpointer-arith flag to prevent problems with pointer arithmetic on void*stijn
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