aboutsummaryrefslogtreecommitdiff
path: root/unix-cpy/Makefile
AgeCommit message (Expand)Author
2015-01-01unix-cpy: Prefix includes with py/; remove need for -I../py.Damien George
2014-12-27Makefiles: Support py/*.h includes per #1022.Paul Sokolovsky
2014-10-29Add -Wpointer-arith flag to prevent problems with pointer arithmetic on void*stijn
2014-04-17build: Simplify build directory layout by putting all headers in genhdr.Damien George
2014-04-16build directory can now be renamedAndrew Scheller
2014-01-26Change -Og to -O0 in unix-cpy/Makefile; cast to small int in socket.c.Damien George
2014-01-24Rework makefiles. Add proper dependency checking.Dave Hylands
2014-01-21Revamp qstrs: they now include length and hash.Damien George
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-07Factor and simplify Makefile's and mpconfig.Damien George
2014-01-04Convert Python types to proper Python type hierarchy.Damien George
2014-01-04Add basic implementation of slice object.Paul Sokolovsky
2014-01-03unix-cpy: Fix mpconfig to work with new scheme.Damien George
2014-01-03Basic implementation of import.Damien George
2014-01-02Add module object, to be used eventually for import.Damien George
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-29Add unix-cpy, used to test Micro Python byte code against CPython.Damien