summaryrefslogtreecommitdiffstatshomepage
path: root/py/objfun.c
Commit message (Expand)AuthorAge
* py: Make old_globals part of mp_code_state structure.Paul Sokolovsky2015-02-15
* py: Implement sdiv/udiv for inline Thumb assembler.Damien George2015-02-13
* py, unix: Allow to compile with -Wunused-parameter.Damien George2015-01-20
* py: Add "default" to switches to allow better code flow analysis.Damien George2015-01-14
* py: Allow to compile with -Wstrict-prototypes.Damien George2015-01-12
* py: Remove unnecessary BINARY_OP_EQUAL code that just checks pointers.Damien George2015-01-11
* py: Move to guarded includes, everywhere in py/ core.Damien George2015-01-01
* py: Fix some macros defines; cleanup some includes.Damien George2014-11-05
* py: Store bytecode arg names in bytecode (were in own array).Damien George2014-10-25
* py: Change [u]int to mp_[u]int_t in qstr.[ch], and some other places.Damien George2014-10-03
* py: Fix types, uint -> mp_uint_t.Damien George2014-09-29
* stmhal: Initialise stack pointer correctly.Damien George2014-09-23
* py: Use variable length encoded uints in more places in bytecode.Damien George2014-09-04
* Change some parts of the core API to use mp_uint_t instead of uint/int.Damien George2014-08-30
* py: Fix bug where GC collected native/viper/asm function data.Damien George2014-08-24
* py: Viper can now store to global.Damien George2014-08-15
* py: Allow viper to have type annotations.Damien George2014-08-15
* Rename machine_(u)int_t to mp_(u)int_t.Damien George2014-07-03
* stackctrl: Add "mp_" prefix.Paul Sokolovsky2014-07-01
* py: Add portable framework to query/check C stack usage.Paul Sokolovsky2014-06-27
* objfun: Remove no longer used mp_obj_fun_prepare_simple_args().Paul Sokolovsky2014-06-11
* objfun: Factor out mp_setup_code_state() function to set up code_state object.Paul Sokolovsky2014-06-11
* Merge branch 'alloca' of github.com:marcusva/micropython into marcusva-allocaDamien George2014-06-08
|\
| * - FreeBSD provides alloca() via stdlib.h, in contrast to Linux and WindowsMarcus von Appen2014-06-07
* | py: Simplify function call of a bytecode object.Damien George2014-06-08
* | py: Implement default keyword only args.Damien George2014-06-07
* | py: Merge mp_execute_bytecode into fun_bc_call.Damien George2014-06-07
|/
* Rename bultins config variables to MICROPY_PY_BUILTINS_*.Damien George2014-06-01
* objfun: Typo fixes in comments.Paul Sokolovsky2014-05-31
* py: Rename MP_OBJ_NOT_SUPPORTED to MP_OBJ_NULL.Damien George2014-05-21
* py: More const usage.Paul Sokolovsky2014-05-17
* py, unix: Add copyright for modules I worked closely on.Paul Sokolovsky2014-05-13
* py: Tidy up returning NULL which should be MP_OBJ_NOT_SUPPORTED.Damien George2014-05-10
* py: Combine native emitters to 1 glue function; distinguish viper.Damien George2014-05-10
* py: Rename byte_code to bytecode everywhere.Damien George2014-05-10
* Add license header to (almost) all files.Damien George2014-05-03
* Merge pull request #552 from stinos/mingw-allocaPaul Sokolovsky2014-05-03
|\
| * py: Use <alloca.h> for alloca()stijn2014-05-03
* | objclosure, objcell: Print detailed representation if was requested.Paul Sokolovsky2014-05-03
|/
* py, unix: Make "mpconfig.h" be first included, as other headers depend on it.Paul Sokolovsky2014-05-02
* objfun: More debug logging.Paul Sokolovsky2014-05-01
* objgenerator: Fix check for too few args passed to gen function.Paul Sokolovsky2014-05-01
* objgenerator: .print(): Output real underlying function name.Paul Sokolovsky2014-05-01
* py: Add tentative scheme for error messages configuration.Paul Sokolovsky2014-05-01
* objfun: Add function name accessor and .print slot method.Paul Sokolovsky2014-05-01
* objfun: Factor out function to report positional args mismatch.Paul Sokolovsky2014-04-30
* py: Implement keyword-only args.Damien George2014-04-27
* py: Add win32-specific header for alloca().Paul Sokolovsky2014-04-20
* py: Add arg checking helper functions.Damien George2014-04-20
* py: Allow to pass buffer protocol flags to get_buffer helper funcs.Damien George2014-04-18