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-07-19
py: Add stream reading of n unicode chars; unicode support by default.
Damien George
2014-07-13
unix: file: No fsync() on Windows.
Paul Sokolovsky
2014-07-13
unix: file: Implement .flush() method.
Paul Sokolovsky
2014-07-13
unix: Allow to disable MICROPY_EMIT_X64 from commandline.
Paul Sokolovsky
2014-07-09
moductypes: Foreign data interface module, roughly based on ctype ideas.
Paul Sokolovsky
2014-07-03
py: Implement sys.maxsize, standard way to check platform "bitness".
Paul Sokolovsky
2014-07-03
Rename machine_(u)int_t to mp_(u)int_t.
Damien George
2014-07-01
stackctrl: Add "mp_" prefix.
Paul Sokolovsky
2014-07-01
modffi: Add special 'C' code for passing a callback function pointer.
Paul Sokolovsky
2014-06-29
Merge pull request #730 from stinos/windows-mpconfig
Paul Sokolovsky
2014-06-29
modffi: Support short types.
Paul Sokolovsky
2014-06-29
windows: Sync mpconfigport.h with the unix' version
stijn
2014-06-28
unix: Fix mpconfig.h not being included before misc.h
stijn
2014-06-28
unix, stmhal: Add option for STR_UNICODE to mpconfigport.h.
Damien George
2014-06-27
py: Move stack_ctrl_init() to mp_init().
Paul Sokolovsky
2014-06-27
Merge pull request #717 from stinos/dead-code
Paul Sokolovsky
2014-06-27
py: Add portable framework to query/check C stack usage.
Paul Sokolovsky
2014-06-25
unix: Remove unused CTRL-D definition
stijn
2014-06-24
Merge pull request #690 from stinos/msvc-gc
Paul Sokolovsky
2014-06-24
modsocket: Fix uClibc detection.
Paul Sokolovsky
2014-06-24
unix: Dump default heap size in usage message.
Paul Sokolovsky
2014-06-22
unix: Don't error out on #warning directive.
Paul Sokolovsky
2014-06-22
modsocket: Workaround uClibc issue with numeric port for getaddrinfo().
Paul Sokolovsky
2014-06-22
modsocket: Add call to freeaddrinfo().
Paul Sokolovsky
2014-06-22
unix: uClibc doesn't like NULL as a buffer arg to realpath().
Paul Sokolovsky
2014-06-22
gc: Use simple cast instead of union to silence compiler
stijn
2014-06-22
windows: Enable GC and implement bss start and end symbols
stijn
2014-06-22
py: Support arm and thumb ARM ISAs, in addition to thumb2.
Paul Sokolovsky
2014-06-20
unix: Allow to override MICROPY_GCREGS_SETJMP from cmdline.
Paul Sokolovsky
2014-06-20
unix: Add CFLAGS_EXTRA & LDFLAGS_EXTRA for command line usage.
Paul Sokolovsky
2014-06-20
unix: Refactor order file munging fo MacOSX.
Paul Sokolovsky
2014-06-20
unix: Group CFLAGS related stuff together.
Paul Sokolovsky
2014-06-20
unix: Allow to override compiler warning options without touching the rest.
Paul Sokolovsky
2014-06-19
Prefix ARRAY_SIZE with micropython prefix MP_
Emmanuel Blot
2014-06-08
Provide definition of alloca() in mpconfigport.h.
Damien George
2014-06-08
Merge branch 'alloca' of github.com:marcusva/micropython into marcusva-alloca
Damien George
2014-06-07
modsys: Add optional support for sys.platform.
Paul Sokolovsky
2014-06-07
Merge pull request #672 from marcusva/makefile
Damien George
2014-06-07
- Cast the struct stat sb.st_ino field to machine_int_t explicitly to avoid a
Marcus von Appen
2014-06-07
- FreeBSD provides alloca() via stdlib.h, in contrast to Linux and Windows
Marcus von Appen
2014-06-07
- Let the build environment decide about the toolchain to be used, in case
Marcus von Appen
2014-06-07
Merge pull request #662 from stinos/windows-pathsep
Damien George
2014-06-05
modgc: Implement return value for gc.collect(), enable on Unix.
Paul Sokolovsky
2014-06-05
unix: Fix path seperator used depending on OS
stijn
2014-06-05
unix: Add setjmp-based GC register helper implementation.
Paul Sokolovsky
2014-06-03
py: Instead of having "debug on" var, have "optimization level" var.
Paul Sokolovsky
2014-06-03
unix: Properly print script filename in case of error.
Paul Sokolovsky
2014-06-01
Rename bultins config variables to MICROPY_PY_BUILTINS_*.
Damien George
2014-05-31
unix: 64-bit cleanness.
Paul Sokolovsky
2014-05-31
unix: Add poorman's stack usage info to mem_info() dump.
Paul Sokolovsky
[next]