aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-06-25modstruct: Fix alignment handling issues.Paul Sokolovsky
2014-06-25modgc: Add mem_free()/mem_alloc() methods.Paul Sokolovsky
2014-06-25Merge branch 'master' of github.com:micropython/micropythonDamien George
2014-06-24Merge pull request #690 from stinos/msvc-gcPaul Sokolovsky
2014-06-24modsocket: Fix uClibc detection.Paul Sokolovsky
2014-06-24unix: Dump default heap size in usage message.Paul Sokolovsky
2014-06-22py: Implement delete_attr in native emitter.Damien George
2014-06-22unix: Don't error out on #warning directive.Paul Sokolovsky
2014-06-22modsocket: Workaround uClibc issue with numeric port for getaddrinfo().Paul Sokolovsky
2014-06-22modsocket: Add call to freeaddrinfo().Paul Sokolovsky
2014-06-22unix: uClibc doesn't like NULL as a buffer arg to realpath().Paul Sokolovsky
2014-06-22gc: Use simple cast instead of union to silence compilerstijn
2014-06-22windows: Enable GC and implement bss start and end symbolsstijn
2014-06-22py: Support arm and thumb ARM ISAs, in addition to thumb2.Paul Sokolovsky
2014-06-21py: Include mpconfig.h before all other includes.Paul Sokolovsky
2014-06-20mkrules.mk: Pass $(COPT) to link stage.Paul Sokolovsky
2014-06-20makefile: Pass STRIPFLAGS_EXTRA to strip.Paul Sokolovsky
2014-06-20unix: Allow to override MICROPY_GCREGS_SETJMP from cmdline.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-20tests/float/: Skip tests if "math" module is not available.Paul Sokolovsky
2014-06-20py: Separate MICROPY_PY_BUILTINS_COMPLEX from MICROPY_PY_BUILTINS_FLOAT.Paul Sokolovsky
2014-06-20Merge pull request #697 from stinos/gc-debugPaul Sokolovsky
2014-06-20Merge pull request #707 from eblot/master-v1.1.1-build-fixesPaul Sokolovsky
2014-06-19bench: Three ways to process a byte buffer.Paul Sokolovsky
2014-06-19bench: Add test for map() vs inplace operations in array-likes.Paul Sokolovsky
2014-06-19bench: Add tests for constructing various containers from iterator.Paul Sokolovsky
2014-06-19bench: Add test for function call overhead.Paul Sokolovsky
2014-06-19Prefix ARRAY_SIZE with micropython prefix MP_Emmanuel Blot
2014-06-19Add missing “assert.h” file header inclusion from “nlr.h”Emmanuel Blot
2014-06-18Merge pull request #700 from swegener/for-upstreamDamien George
2014-06-18bare-arm, stmhal, teensy: Duplicate -nostdlib to CFLAGSSven Wegener
2014-06-18bare-arm, stmhal: Fix --nostdlib to -nostdlibSven Wegener
2014-06-18gc: Turn off debugging info againstijn
2014-06-18gc: Keep debug statements at beginning of scope where possiblestijn
2014-06-17Merge pull request #698 from dhylands/adc-fixDamien George
2014-06-17stmhal: Toggle LED using ODR ^= pin_mask.Damien George
2014-06-16Fix problem with ADC reads and multiple channelsDave Hylands
2014-06-16gc: More verbose debuggingstijn
2014-06-15stmhal: Add Python function to set UART for REPL.Damien George
2014-06-15stmhal: Fix type signatures on functions that take variable args.Damien George
2014-06-15stmhal: Fix file print methods to use print instead of printf.Damien George
2014-06-15stmhal: Update and improve LCD driver.Damien George
2014-06-14parsenum: Signedness issues.Paul Sokolovsky
2014-06-14Merge pull request #693 from iabdalkader/assertDamien George
2014-06-14Make __assert_func weakmux
2014-06-14Add __assert_func only if DEBUG=1mux
2014-06-14Add __assert_funcmux