aboutsummaryrefslogtreecommitdiff
path: root/py/mpconfig.h
AgeCommit message (Expand)Author
2014-04-26py: Make collections module configurable, enabled by default.Damien George
2014-04-25py: Add MICROPY_ENABLE_DOC_STRING, disabled by default.Damien George
2014-04-17py: Rename USE_COMPUTED_GOTOS to USE_COMPUTED_GOTO and enable on stmhal.Damien George
2014-04-17py: Add cmath module, for complex math. Disabled by default.Damien George
2014-04-17py: Enable builtin 'property' by default.Damien George
2014-04-15Move entry_table to separated header file.AZ Huang
2014-04-14Merge pull request #479 from lurch/patch-1Damien George
2014-04-14Make USE_COMPUTED_GOTO a config option in mpconfig.h.Damien George
2014-04-14Don't allow both ENDIANNESSes to be setAndrew Scheller
2014-04-13py: Add property object, with basic functionality.Damien George
2014-04-13stmhal: Update for static mod sys.Paul Sokolovsky
2014-04-13py, unix: Convert sys module to static representation.Paul Sokolovsky
2014-04-11mpconfig.h: Add basic support for target endianness configuration.Paul Sokolovsky
2014-04-10py: Add simple way of looking up constants in compiler.Damien George
2014-04-10py: Start implementing "struct" module.Paul Sokolovsky
2014-04-05Improve GC finalisation code; add option to disable it.Damien George
2014-04-03py: Add "io" module.Paul Sokolovsky
2014-03-25Proper support for registering builtin modules in ROM.Damien George
2014-03-08Implement ROMable modules. Add math module.Damien George
2014-02-22Add arbitrary precision integer support.Damien George
2014-02-15Implement proper exception type hierarchy.Damien George
2014-02-14Allow ports to define statically builtin functions.Paul Sokolovsky
2014-02-12Replace global "static" -> "STATIC", to allow "analysis builds". Part 1.Paul Sokolovsky
2014-02-06Implement fixed buffer vstrs; use them for import path.Damien George
2014-01-29py: Add compile option to enable/disable source line numbers.Damien George
2014-01-19py: Add module/function/class name to exceptions.Damien George
2014-01-16Add empty "micropython" module to allow more seamless CPython portability.Paul Sokolovsky
2014-01-13Cleanup built-ins, and fix some compiler warnings/errors.Damien George
2014-01-12Add framework to support alternative implementations of long int Python type.Paul Sokolovsky
2014-01-12Add WORD_MSBIT_HIGH define - machine_int_t with the highest bit set.Paul Sokolovsky
2014-01-12Move BITS_PER_BYTE, BITS_PER_WORD to mpconfig.h for reuse.Paul Sokolovsky
2014-01-07Factor and simplify Makefile's and mpconfig, part 2.Damien George
2014-01-07Factor and simplify Makefile's and mpconfig.Damien George
2014-01-04Enable slice support in config.Paul Sokolovsky
2014-01-04Move INT_FMT, etc. declaration into global mpconfig.h .Paul Sokolovsky
2014-01-03Rename default config file to mpconfig.h, and port's to mpconfigport.h.Paul Sokolovsky