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-08-11
added install/uninstall
Sebastian Plamauer
2014-06-22
unix: Don't error out on #warning directive.
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-07
- Let the build environment decide about the toolchain to be used, in case
Marcus von Appen
2014-05-28
Revert "Fix DEBUG=1 builds"
Paul Sokolovsky
2014-05-26
Fix DEBUG=1 builds
Dave Hylands
2014-05-24
Rename configuration variables controling Python features.
Damien George
2014-05-21
unix, Mac support: Generate order.def via Makefile.
Damien George
2014-05-21
Merge pull request #607 from Anton-2/osx-clang
Damien George
2014-05-14
unix: Add "_os" module with stat().
Paul Sokolovsky
2014-05-12
unix: Create __bss_start and _end symbols for Mach-O targets.
Antonin ENFRUN
2014-05-07
Add input command for unix
Dave Hylands
2014-04-20
modffi: Fix how we call `pkg-config`
Ilya Dmitrichenko
2014-04-17
build: Simplify build directory layout by putting all headers in genhdr.
Damien George
2014-04-17
Merge branch 'relocatable-build-dir' of github.com:lurch/micropython into lur...
Damien George
2014-04-17
Updated the envvar used by ./run-tests
Andrew Scheller
2014-04-16
build directory can now be renamed
Andrew Scheller
2014-04-16
Add 'test' target to unix/Makefile
Andrew Scheller
2014-04-16
New config option MICROPY_FORCE_32BIT (defaulted to 0)
Andrew Scheller
2014-04-14
Make USE_COMPUTED_GOTO a config option in mpconfig.h.
Damien George
2014-04-15
Use computed goto instead of switching op-codes.
AZ Huang
2014-04-04
unix: Rename module sources per latest naming conventions (mod*.c).
Paul Sokolovsky
2014-02-28
MICROPY_USE_READLINE: Selects link lib, so should be defined in mpconfigport.mk
Paul Sokolovsky
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
[prev]
[next]