micropython/py
Damien George 94fe6e523d py/gc: Move away from using mp_uint_t, instead use uintptr_t and size_t.
The GC works with concrete pointers and so the types should reflect this.
2015-11-29 14:25:04 +00:00
..
argcheck.c
asmarm.c
asmarm.h
asmthumb.c py/asmthumb: Allow to compile with -Wsign-compare and -Wunused-parameter. 2015-11-09 14:11:21 +00:00
asmthumb.h py: Add lsl/lsr/asr opcode support to inline Thumb2 assembler. 2015-10-19 14:26:19 +01:00
asmx64.c py: Implement ptr32 load and store in viper emitter. 2015-10-13 00:50:17 +01:00
asmx64.h py: Implement ptr32 load and store in viper emitter. 2015-10-13 00:50:17 +01:00
asmx86.c py/asmx86: Fix function definition to use int32_t instead of int. 2015-11-27 14:06:53 +00:00
asmx86.h
bc.c py: Make mp_setup_code_state take concrete pointer for func arg. 2015-11-29 14:25:04 +00:00
bc.h py: Use uintptr_t instead of mp_uint_t in MP_TAGPTR_* macros. 2015-11-29 14:25:04 +00:00
bc0.h
binary.c py/binary: Make use of MP_ALIGN. 2015-11-27 12:05:11 +00:00
binary.h
builtin.h extmod: Move fsusermount.c from stmhal for cross-port reuse. 2015-11-25 13:19:36 +02:00
builtinevex.c
builtinimport.c py: Allow to import compiled bytecode files. 2015-11-13 12:49:18 +00:00
compile.c py: Change qstr_* functions to use size_t as the type for str len arg. 2015-11-29 14:25:04 +00:00
compile.h py/compile: Add mp_compile_to_raw_code() to return raw code object. 2015-11-20 12:30:37 +00:00
emit.h py/emit: Change type of arg of load_const_obj from void* to mp_obj_t. 2015-11-29 14:25:04 +00:00
emitbc.c py/emit: Change type of arg of load_const_obj from void* to mp_obj_t. 2015-11-29 14:25:04 +00:00
emitcommon.c
emitglue.c py: Change qstr_* functions to use size_t as the type for str len arg. 2015-11-29 14:25:04 +00:00
emitglue.h py/emitglue: Add mp_raw_code_load_mem to load raw-code from memory. 2015-11-20 12:44:20 +00:00
emitinlinethumb.c py: Change qstr_* functions to use size_t as the type for str len arg. 2015-11-29 14:25:04 +00:00
emitnative.c py/emit: Change type of arg of load_const_obj from void* to mp_obj_t. 2015-11-29 14:25:04 +00:00
formatfloat.c py/formatfloat: Handle calculation of integer digit for %f format properly. 2015-11-22 20:05:08 +02:00
formatfloat.h
frozenmod.c
frozenmod.h
gc.c py/gc: Move away from using mp_uint_t, instead use uintptr_t and size_t. 2015-11-29 14:25:04 +00:00
gc.h py/gc: Move away from using mp_uint_t, instead use uintptr_t and size_t. 2015-11-29 14:25:04 +00:00
grammar.h py/compile: Do proper checking of * and ** in function definition. 2015-11-23 16:50:42 +00:00
lexer.c
lexer.h
lexerstr.c
lexerunix.c
makeqstrdata.py py/makeqstrdata.py: Catch and report case of empty input file. 2015-10-11 11:09:57 +03:00
makeversionhdr.py py/makeversionhdr.py: Work with backslashes in paths. 2015-10-30 11:34:53 +03:00
malloc.c
map.c py: Use MP_OBJ_NULL instead of NULL when appropriate. 2015-11-20 14:09:20 +00:00
misc.h
mkenv.mk py: Allow to to build MicroPython as a static library. 2015-10-12 15:32:06 +03:00
mkrules.mk Makefiles: Remove duplicate object files when linking. 2015-10-24 15:46:53 +03:00
modarray.c
modbuiltins.c py: Check that second argument to hasattr is actually a string. 2015-11-23 15:57:00 +00:00
modcmath.c py/modmath: Make log2, log10 and hyperbolic funcs be SPECIAL_FUNCTIONS. 2015-11-17 14:10:13 +00:00
modcollections.c
modgc.c py: Rename MP_BOOL() to mp_obj_new_bool() for consistency in naming. 2015-10-11 15:18:15 +03:00
modio.c
modmath.c py/modmath: Make log2, log10 and hyperbolic funcs be SPECIAL_FUNCTIONS. 2015-11-17 14:10:13 +00:00
modmicropython.c
modstruct.c py/modstruct: Support repetition counters for all types, not just string. 2015-10-31 18:47:08 +03:00
modsys.c py/modsys: Consistently use indented #if's. 2015-11-21 16:03:37 +02:00
mpconfig.h py/mpconfig.h: Allow to build without alloca() for ANSI C compliance. 2015-11-25 23:24:51 +02:00
mphal.h all: Add py/mphal.h and use it in all ports. 2015-10-31 19:14:30 +03:00
mpprint.c py: Change qstr_* functions to use size_t as the type for str len arg. 2015-11-29 14:25:04 +00:00
mpprint.h py: Change mp_print_strn_t func type to use size_t for the str length. 2015-11-29 14:25:04 +00:00
mpstate.c
mpstate.h py/gc: Move away from using mp_uint_t, instead use uintptr_t and size_t. 2015-11-29 14:25:04 +00:00
mpz.c py/mpz: Normalize (remove leading zeros) xor operation result. 2015-11-22 22:03:18 +02:00
mpz.h windows/py: Support 64bit mingw-w64 builds 2015-11-24 17:34:14 +02:00
nativeglue.c py: Rename MP_BOOL() to mp_obj_new_bool() for consistency in naming. 2015-10-11 15:18:15 +03:00
nlr.h
nlrsetjmp.c
nlrthumb.S py/nlrthumb: Make compatible with Cortex-M0 (ARMv6M instr set). 2015-10-20 13:26:34 +01:00
nlrx64.S nlr: Use single preprocessor symbol to check if building on Windows 2015-11-24 17:34:14 +02:00
nlrx86.S nlr: Use single preprocessor symbol to check if building on Windows 2015-11-24 17:34:14 +02:00
nlrxtensa.S
obj.c py: Make float representation configurable with object representation. 2015-10-20 12:35:40 +01:00
obj.h py: Add constant table to bytecode. 2015-11-13 12:49:18 +00:00
objarray.c py: Rename MP_BOOL() to mp_obj_new_bool() for consistency in naming. 2015-10-11 15:18:15 +03:00
objattrtuple.c
objbool.c
objboundmeth.c
objcell.c
objclosure.c
objcomplex.c py: Rename MP_BOOL() to mp_obj_new_bool() for consistency in naming. 2015-10-11 15:18:15 +03:00
objdict.c py: Use MP_OBJ_NULL instead of NULL when appropriate. 2015-11-20 14:09:20 +00:00
objenumerate.c
objexcept.c
objexcept.h
objfilter.c
objfloat.c py: Add object repr "C", where 30-bit floats are stuffed in obj word. 2015-10-20 12:38:54 +01:00
objfun.c py: Make mp_setup_code_state take concrete pointer for func arg. 2015-11-29 14:25:04 +00:00
objfun.h py: Add constant table to bytecode. 2015-11-13 12:49:18 +00:00
objgenerator.c py: Add constant table to bytecode. 2015-11-13 12:49:18 +00:00
objgenerator.h
objgetitemiter.c
objint.c py: Add mp_obj_is_float function (macro) and use it where appropriate. 2015-10-20 12:35:17 +01:00
objint.h
objint_longlong.c py/objint_longlong: Instead of assert, throw OverflowError. 2015-11-09 01:34:56 +02:00
objint_mpz.c py: Add mp_obj_is_float function (macro) and use it where appropriate. 2015-10-20 12:35:17 +01:00
objlist.c py: Rename MP_BOOL() to mp_obj_new_bool() for consistency in naming. 2015-10-11 15:18:15 +03:00
objlist.h
objmap.c
objmodule.c extmod/modlwip: slip: Use stream protocol and be port-independent. 2015-10-27 00:04:59 +03:00
objmodule.h
objnamedtuple.c
objnone.c
objobject.c
objproperty.c py, unix: Allow to compile with -Wunused-parameter. 2015-01-20 12:47:20 +00:00
objrange.c py: Rename MP_BOOL() to mp_obj_new_bool() for consistency in naming. 2015-10-11 15:18:15 +03:00
objreversed.c
objset.c py: Rename MP_BOOL() to mp_obj_new_bool() for consistency in naming. 2015-10-11 15:18:15 +03:00
objsingleton.c
objslice.c
objstr.c py: Change qstr_* functions to use size_t as the type for str len arg. 2015-11-29 14:25:04 +00:00
objstr.h py: Change qstr_* functions to use size_t as the type for str len arg. 2015-11-29 14:25:04 +00:00
objstringio.c
objstrunicode.c py: Rename MP_BOOL() to mp_obj_new_bool() for consistency in naming. 2015-10-11 15:18:15 +03:00
objtuple.c py: Rename MP_BOOL() to mp_obj_new_bool() for consistency in naming. 2015-10-11 15:18:15 +03:00
objtuple.h
objtype.c
objtype.h
objzip.c
opmethods.c
parse.c py: Implement default and star args for lambdas. 2015-11-17 14:00:14 +00:00
parse.h
parsenum.c
parsenum.h
parsenumbase.c
parsenumbase.h
py.mk extmod: Move fsusermount.c from stmhal for cross-port reuse. 2015-11-25 13:19:36 +02:00
qstr.c py: Change qstr_* functions to use size_t as the type for str len arg. 2015-11-29 14:25:04 +00:00
qstr.h py: Change qstr_* functions to use size_t as the type for str len arg. 2015-11-29 14:25:04 +00:00
qstrdefs.h py/modmath: Make log2, log10 and hyperbolic funcs be SPECIAL_FUNCTIONS. 2015-11-17 14:10:13 +00:00
repl.c
repl.h
runtime.c py: Add mp_obj_is_float function (macro) and use it where appropriate. 2015-10-20 12:35:17 +01:00
runtime.h
runtime0.h py: Put all bytecode state (arg count, etc) in bytecode. 2015-11-13 12:49:18 +00:00
scope.c
scope.h py: Put all bytecode state (arg count, etc) in bytecode. 2015-11-13 12:49:18 +00:00
sequence.c
showbc.c py: Add MICROPY_PERSISTENT_CODE so code can persist beyond the runtime. 2015-11-13 12:49:18 +00:00
smallint.c
smallint.h py: Add object repr "C", where 30-bit floats are stuffed in obj word. 2015-10-20 12:38:54 +01:00
stackctrl.c
stackctrl.h
stream.c py: Change mp_print_strn_t func type to use size_t for the str length. 2015-11-29 14:25:04 +00:00
stream.h py: Change mp_print_strn_t func type to use size_t for the str length. 2015-11-29 14:25:04 +00:00
unicode.c
unicode.h
vm.c py: Add MICROPY_PERSISTENT_CODE so code can persist beyond the runtime. 2015-11-13 12:49:18 +00:00
vmentrytable.h
vstr.c
warning.c