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
/
Makefile
Age
Commit message (
Expand
)
Author
2014-02-14
OS X compatible -map syntax for LDFLAGS
Gordon McGregor
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
unix: Implement garbage collection support.
Paul Sokolovsky
2014-02-11
Enable link map file generation.
Paul Sokolovsky
2014-02-02
unix: Add basic time module (with time() and clock() functions).
Paul Sokolovsky
2014-02-01
unix: libffi include path now found using pkg-config.
Damien George
2014-02-01
Add mpconfigport.mk file to configure which modules to include into build.
Paul Sokolovsky
2014-01-28
unix: Fix compile warnings for ffi module on 64-bit machine.
Damien George
2014-01-29
unix: Initial implementation of FFI module.
Paul Sokolovsky
2014-01-26
Change -Og to -O0 in unix-cpy/Makefile; cast to small int in socket.c.
Damien George
2014-01-25
unix Makefile: -Og doesn't work (at least) with gcc 4.6 below.
Paul Sokolovsky
2014-01-24
Rework makefiles. Add proper dependency checking.
Dave Hylands
2014-01-21
Revamp qstrs: they now include length and hash.
Damien George
2014-01-20
Rename unix binary to 'micropython'.
Damien George
2014-01-19
Add lean ("raw") socket module.
Paul Sokolovsky
2014-01-15
Merge branch 'str2int' of github.com:xyb/micropython into xyb-str2int
Damien George
2014-01-14
Implemented int(str) in UNIX
xyb
2014-01-13
made DEBUG control CFLAGS in Makefiles oter than stm as well.
John R. Lenton
2014-01-08
Make build output quieter.
Dave Hylands
2014-01-08
unix: Add basic implementation of io.FileIO object.
Paul Sokolovsky
2014-01-07
Factor and simplify Makefile's and mpconfig.
Damien George
2014-01-04
Convert Python types to proper Python type hierarchy.
Damien George
2014-01-04
Convert USE_READLINE config option to be consistent with others.
Paul Sokolovsky
2014-01-04
Improve configurability for native x64/thumb emitter.
Damien George
2014-01-04
Add basic implementation of slice object.
Paul Sokolovsky
2014-01-03
Rename default config file to mpconfig.h, and port's to mpconfigport.h.
Paul Sokolovsky
2014-01-03
Basic implementation of import.
Damien George
2014-01-02
Add module object, to be used eventually for import.
Damien George
2014-01-02
unix: revert Makefile to not use -ltermcap.
Damien George
2014-01-01
Fix undefined termcap symbols on OpenBSD.
Edd Barrett
2014-01-01
Make GNU Readline usage optional (USE_READLINE define). Still enabled.
Paul Sokolovsky
2013-12-30
Use rm -rf to remove build dir, so it doesn't error out if dir doesn't exist.
Paul Sokolovsky
2013-12-30
Put unicode functions in unicode.c, and tidy their names.
Damien George
2013-12-30
Make unix-cpy cross platform; remove dependency of asmx64 on mpconfig.
Damien George
2013-12-30
Make "unix" target be crossplatform and support x86, x64, ARM hosts.
Paul Sokolovsky
2013-12-29
Don't error out if build/ directory already exists.
Paul Sokolovsky
2013-12-29
Add unix-cpy, used to test Micro Python byte code against CPython.
Damien
2013-12-21
Change object representation from 1 big union to individual structs.
Damien
2013-12-20
Fix a few compiler warnings.
Damien
2013-12-17
unix: include obj.h, and build additional py files.
Damien
2013-11-17
Link showbc.o in unix version.
Damien
2013-11-02
Add basic complex number support.
Damien
2013-10-22
Improve REPL compount statement detection.
Damien
2013-10-20
Abstract out back-end stream functionality from lexer.
Damien
2013-10-18
Implement REPL.
Damien
2013-10-15
Implement basic exception framework, and simple for loop.
Damien
2013-10-12
Separate out mpy core and unix version.
Damien