index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
unix
Age
Commit message (
Expand
)
Author
2014-04-13
py: Move sys attribute qstrs's to core.
Paul Sokolovsky
2014-04-13
py, unix: Convert sys module to static representation.
Paul Sokolovsky
2014-04-13
unix: Enable modffi by default.
Paul Sokolovsky
2014-04-11
unix: Update comment in gccollect.c
xbe
2014-04-11
modffi: Update for latest binary API refactors.
Paul Sokolovsky
2014-04-10
unix: Add option to only compile, and not execute code.
Damien George
2014-04-09
py: Add mp_get_buffer(), mp_get_buffer_raise() convenience functions to API.
Paul Sokolovsky
2014-04-08
unix modffi: Support any object implementing buffer protocol as a native arg.
Paul Sokolovsky
2014-04-08
unix: Oops, remove nlr_jump test in main.
Damien George
2014-04-08
Add a check for NULL nlr_top in nlr_jump.
Damien George
2014-04-08
Improve REPL detecting when input needs to continue.
Damien George
2014-04-08
unix, stmhal: Consistently use "FileIO" as class name for file objects.
Paul Sokolovsky
2014-04-08
unix, windows: There's no "help" builtin.
Paul Sokolovsky
2014-04-07
Add uPy welcome message to UNIX and Windows ports; update Teensy port.
Damien George
2014-04-06
py: Add option to compiler to specify default code emitter.
Damien George
2014-04-05
py: Replace stream_p with *stream_p in mp_obj_type_t.
Damien George
2014-04-05
py: Make globals and locals proper dictionary objects.
Damien George
2014-04-05
Improve GC finalisation code; add option to disable it.
Damien George
2014-04-05
py: Change nlr_jump to nlr_raise, to aid in debugging.
Damien George
2014-04-04
unix: Rename module sources per latest naming conventions (mod*.c).
Paul Sokolovsky
2014-04-04
unix: Use STATIC modifier to enable code size analysis via map file.
Paul Sokolovsky
2014-04-04
unix: Routines related to terminal reading should use system malloc.
Paul Sokolovsky
2014-04-04
unix: Allocate more heap memory by default on 64 bit machines.
Damien George
2014-04-03
Changes to get unix/ port compiling on Cygwin.
Damien George
2014-04-03
unix file: Implement context manager protocol (for "with" statement).
Paul Sokolovsky
2014-04-02
unix: Enable GC.
Paul Sokolovsky
2014-04-02
unix: Use argv[0] for command name in usage.
Paul Sokolovsky
2014-04-02
unix: Support #if-able impl-specific cmdline options.
Paul Sokolovsky
2014-04-02
unix: Properly recognize and report when script on cmdline not found.
Paul Sokolovsky
2014-03-31
py: Remove old "run time" functions that were 1 liners.
Damien George
2014-03-30
Merge map.h into obj.h.
Damien George
2014-03-30
Rename rt_* to mp_*.
Damien George
2014-03-29
unix: Fix ffi.c to compile with latest changes to API.
Damien George
2014-03-29
py: Rename old const type objects to mp_type_* for consistency.
Damien George
2014-03-26
Remove mp_obj_type_t.methods entry and use .locals_dict instead.
Damien George
2014-03-26
Change mp_method_t.name from const char * to qstr.
Damien George
2014-03-16
unix: Clean up includes.
xbe
2014-03-08
unix: Make usage info reflect actual usage of -X option.
Damien George
2014-03-08
Implement ROMable modules. Add math module.
Damien George
2014-03-04
unix: Add to usage print-out telling about -X option.
Damien George
2014-03-04
unix: Allow to set heap size using "-X heapsize=N" option.
Paul Sokolovsky
2014-03-03
unix: Add GC support for ARM architecture.
Paul Sokolovsky
2014-02-28
MICROPY_USE_READLINE: Selects link lib, so should be defined in mpconfigport.mk
Paul Sokolovsky
2014-02-26
GC: Fix printf formats for debugging; add gc_dump_alloc_table.
Damien George
2014-02-22
Add arbitrary precision integer support.
Damien George
2014-02-16
Make DEBUG_printf() a proper function, implementation is port-dependent.
Paul Sokolovsky
2014-02-15
Implement proper exception type hierarchy.
Damien George
2014-02-15
Change mp_obj_type_t.name from const char * to qstr.
Damien George
2014-02-14
Merge pull request #291 from GordonMcGregor/osx_build
Damien George
2014-02-14
Merge pull request #288 from pfalcon/port-builtins
Damien George
[next]