aboutsummaryrefslogtreecommitdiff
path: root/unix/Makefile
AgeCommit message (Expand)Author
2015-06-03unix: Prepare upip frozen modules under build/.Paul Sokolovsky
2015-06-03unix: Uncompress upip tarball to build directory.Paul Sokolovsky
2015-06-02unix: Include upip as fronzen modules inside the standard interpreter.Paul Sokolovsky
2015-05-30unix: minimal: Don't use readline support.Paul Sokolovsky
2015-05-27unix: Add option to use uPy readline, and enable by default.Damien George
2015-05-27unix: Factor out stdio and ctrl-C code to unix_mphal.c file.Damien George
2015-05-08unix: Add special function to improve coverage.Damien George
2015-03-22unix: Remove -Wdouble-promotion from main build, and 2 from coverage.Damien George
2015-03-21unix: When using separate obj output dirs, make -B is no longer relevant.Paul Sokolovsky
2015-03-20unix: Move compiler warnings from production build to coverage build.Damien George
2015-03-19unix: Enable extra compiler warnings.Damien George
2015-03-01travis: Add automated coverage testing using coveralls.Damien George
2015-01-29unix: Add "coverage" target to do coverage testing using gcov.Damien George
2015-01-16unix: Add target to build "minimal" uPy interpreter.Damien George
2015-01-08Remove obsolete bss-related code/build featuresstijn
2015-01-03unix: Enable -fno-crossjumping for fast build.Paul Sokolovsky
2015-01-01unix: Prefix includes with py/; remove need for -I../py.Damien George
2014-12-27Makefiles: Support py/*.h includes per #1022.Paul Sokolovsky
2014-11-02unix: Provide "fast" target to build interpreter for benchmarking.Paul Sokolovsky
2014-10-29Add -Wpointer-arith flag to prevent problems with pointer arithmetic on void*stijn
2014-10-11unix: Add comment about needed dependencies for MICROPY_FORCE_32BIT.Paul Sokolovsky
2014-09-23Clean up logical flow for setting LDFLAGS to build for Linux and OSXblmorris
2014-09-22Incorporate change in assignment logic suggested by dhylandsblmorris
2014-09-22Fix unix/Makefile to build on OSXblmorris
2014-09-06unix: Don't use -Wno-error=cpp or #warning; fix strict alias warning.Damien George
2014-09-03Code style/whitespace cleanup; remove obsolete headers.Damien George
2014-09-03Add cache flush in py/asmarm.c and add new MP_PLAT_ALLOC_EXEC and MP_PLAT_FRE...Fabian Vogt
2014-08-26Add pip-micropython to unix make install.Damien George
2014-08-23modtermios: Add "termios" unix module, subset of CPython's.Paul Sokolovsky
2014-08-11added install/uninstallSebastian Plamauer
2014-06-22unix: Don't error out on #warning directive.Paul Sokolovsky
2014-06-20unix: Add CFLAGS_EXTRA & LDFLAGS_EXTRA for command line usage.Paul Sokolovsky
2014-06-20unix: Refactor order file munging fo MacOSX.Paul Sokolovsky
2014-06-20unix: Group CFLAGS related stuff together.Paul Sokolovsky
2014-06-20unix: 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 caseMarcus von Appen
2014-05-28Revert "Fix DEBUG=1 builds"Paul Sokolovsky
2014-05-26Fix DEBUG=1 buildsDave Hylands
2014-05-24Rename configuration variables controling Python features.Damien George
2014-05-21unix, Mac support: Generate order.def via Makefile.Damien George
2014-05-21Merge pull request #607 from Anton-2/osx-clangDamien George
2014-05-14unix: Add "_os" module with stat().Paul Sokolovsky
2014-05-12unix: Create __bss_start and _end symbols for Mach-O targets.Antonin ENFRUN
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