aboutsummaryrefslogtreecommitdiff
path: root/unix/mpconfigport.h
AgeCommit message (Expand)Author
2014-05-10modsys: Enable sys.exit() per port after all.Paul Sokolovsky
2014-05-10py: Disable frozenset by default, enable on unix.Paul Sokolovsky
2014-05-07Add input command for unixDave Hylands
2014-05-07stream: Make non-blcoking stream support configurable.Paul Sokolovsky
2014-05-03Add license header to (almost) all files.Damien George
2014-05-01py: Add tentative scheme for error messages configuration.Paul Sokolovsky
2014-04-17py: Rename USE_COMPUTED_GOTOS to USE_COMPUTED_GOTO and enable on stmhal.Damien George
2014-04-18unix modffi: Convert to static module structures.Paul Sokolovsky
2014-04-17unix modsocket: Convert to static module structures.Paul Sokolovsky
2014-04-17unix modtime: Convert to static module structures.Paul Sokolovsky
2014-04-17py: Add cmath module, for complex math. Disabled by default.Damien George
2014-04-15Move entry_table to separated header file.AZ Huang
2014-04-14Make USE_COMPUTED_GOTO a config option in mpconfig.h.Damien George
2014-04-13py: Add property object, with basic functionality.Damien George
2014-04-13stmhal: Update for static mod sys.Paul Sokolovsky
2014-04-05py: Replace stream_p with *stream_p in mp_obj_type_t.Damien George
2014-04-05py: Make globals and locals proper dictionary objects.Damien George
2014-04-05Improve GC finalisation code; add option to disable it.Damien George
2014-04-02unix: Enable GC.Paul Sokolovsky
2014-03-08Implement ROMable modules. Add math module.Damien George
2014-02-28MICROPY_USE_READLINE: Selects link lib, so should be defined in mpconfigport.mkPaul Sokolovsky
2014-02-22Add arbitrary precision integer support.Damien George
2014-02-14Allow ports to define statically builtin functions.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-18Add source file name and line number to error messages.Damien George
2014-01-17Add long int implementation using C long long type, enable for unix port.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-04Convert USE_READLINE config option to be consistent with others.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