aboutsummaryrefslogtreecommitdiff
path: root/unix/Makefile
AgeCommit message (Expand)Author
2014-05-14unix: Add "_os" module with stat().Paul Sokolovsky
2014-05-07Add input command for unixDave Hylands
2014-04-20modffi: Fix how we call `pkg-config`Ilya Dmitrichenko
2014-04-17build: Simplify build directory layout by putting all headers in genhdr.Damien George
2014-04-17Merge branch 'relocatable-build-dir' of github.com:lurch/micropython into lur...Damien George
2014-04-17Updated the envvar used by ./run-testsAndrew Scheller
2014-04-16build directory can now be renamedAndrew Scheller
2014-04-16Add 'test' target to unix/MakefileAndrew Scheller
2014-04-16New config option MICROPY_FORCE_32BIT (defaulted to 0)Andrew Scheller
2014-04-14Make USE_COMPUTED_GOTO a config option in mpconfig.h.Damien George
2014-04-15Use computed goto instead of switching op-codes.AZ Huang
2014-04-04unix: Rename module sources per latest naming conventions (mod*.c).Paul Sokolovsky
2014-02-28MICROPY_USE_READLINE: Selects link lib, so should be defined in mpconfigport.mkPaul Sokolovsky
2014-02-14OS X compatible -map syntax for LDFLAGSGordon McGregor
2014-02-12unix Makefile: Split off optimization options to COPT variable.Paul Sokolovsky
2014-02-11Merge pull request #278 from pfalcon/unix-gcDamien George
2014-02-11unix: Implement garbage collection support.Paul Sokolovsky
2014-02-11Enable link map file generation.Paul Sokolovsky
2014-02-02unix: Add basic time module (with time() and clock() functions).Paul Sokolovsky
2014-02-01unix: libffi include path now found using pkg-config.Damien George
2014-02-01Add mpconfigport.mk file to configure which modules to include into build.Paul Sokolovsky
2014-01-28unix: Fix compile warnings for ffi module on 64-bit machine.Damien George
2014-01-29unix: Initial implementation of FFI module.Paul Sokolovsky
2014-01-26Change -Og to -O0 in unix-cpy/Makefile; cast to small int in socket.c.Damien George
2014-01-25unix Makefile: -Og doesn't work (at least) with gcc 4.6 below.Paul Sokolovsky
2014-01-24Rework makefiles. Add proper dependency checking.Dave Hylands
2014-01-21Revamp qstrs: they now include length and hash.Damien George
2014-01-20Rename unix binary to 'micropython'.Damien George
2014-01-19Add lean ("raw") socket module.Paul Sokolovsky
2014-01-15Merge branch 'str2int' of github.com:xyb/micropython into xyb-str2intDamien George
2014-01-14Implemented int(str) in UNIXxyb
2014-01-13made DEBUG control CFLAGS in Makefiles oter than stm as well.John R. Lenton
2014-01-08Make build output quieter.Dave Hylands
2014-01-08unix: Add basic implementation of io.FileIO object.Paul Sokolovsky
2014-01-07Factor and simplify Makefile's and mpconfig.Damien George
2014-01-04Convert Python types to proper Python type hierarchy.Damien George
2014-01-04Convert USE_READLINE config option to be consistent with others.Paul Sokolovsky
2014-01-04Improve configurability for native x64/thumb emitter.Damien George
2014-01-04Add basic implementation of slice object.Paul Sokolovsky
2014-01-03Rename default config file to mpconfig.h, and port's to mpconfigport.h.Paul Sokolovsky
2014-01-03Basic implementation of import.Damien George
2014-01-02Add module object, to be used eventually for import.Damien George
2014-01-02unix: revert Makefile to not use -ltermcap.Damien George
2014-01-01Fix undefined termcap symbols on OpenBSD.Edd Barrett
2014-01-01Make GNU Readline usage optional (USE_READLINE define). Still enabled.Paul Sokolovsky
2013-12-30Use rm -rf to remove build dir, so it doesn't error out if dir doesn't exist.Paul Sokolovsky
2013-12-30Put unicode functions in unicode.c, and tidy their names.Damien George
2013-12-30Make unix-cpy cross platform; remove dependency of asmx64 on mpconfig.Damien George
2013-12-30Make "unix" target be crossplatform and support x86, x64, ARM hosts.Paul Sokolovsky
2013-12-29Don't error out if build/ directory already exists.Paul Sokolovsky