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-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
2014-02-14
OS X compatible -map syntax for LDFLAGS
Gordon McGregor
2014-02-14
ffi: Implement ffivar.get()/set() methods.
Paul Sokolovsky
2014-02-14
Allow ports to define statically builtin functions.
Paul Sokolovsky
2014-02-12
unix Makefile: Split off optimization options to COPT variable.
Paul Sokolovsky
2014-02-11
Merge pull request #278 from pfalcon/unix-gc
Damien George
2014-02-11
More GC debugging improvements.
Paul Sokolovsky
2014-02-11
unix: Implement garbage collection support.
Paul Sokolovsky
2014-02-11
Enable link map file generation.
Paul Sokolovsky
2014-02-11
Rename str_join -> strjoin to make it not clash with objstr's one.
Paul Sokolovsky
2014-02-10
Fix some int casting that failed on 64 bit architecture.
Damien George
2014-02-10
socket: Tighten up int-to-str conversion.
Paul Sokolovsky
2014-02-10
socket: Make sure that symbol definitions are const.
Paul Sokolovsky
2014-02-09
unix: Implement time.sleep().
Paul Sokolovsky
2014-02-08
unix microsocket: Add dummy makefile() method.
Paul Sokolovsky
2014-02-08
ffi: Fix mp_obj_str_get_data() return type.
Paul Sokolovsky
2014-02-08
io.File, socket types: Add fileno() method.
Paul Sokolovsky
2014-02-08
Rename "rawsocket" module to "microsocket".
Paul Sokolovsky
2014-02-08
Make mp_obj_str_get_data return char* instead of byte*.
Damien George
2014-02-06
Implement fixed buffer vstrs; use them for import path.
Damien George
[next]