.. |
argcheck.c
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
asmarm.c
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
asmarm.h
|
py: Add guarded includes for asm-based headers.
|
10 years ago |
asmthumb.c
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
asmthumb.h
|
py: Add guarded includes for asm-based headers.
|
10 years ago |
asmx64.c
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
asmx64.h
|
py: Add guarded includes for asm-based headers.
|
10 years ago |
asmx86.c
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
asmx86.h
|
py: Add guarded includes for asm-based headers.
|
10 years ago |
bc.c
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
bc.h
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
bc0.h
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
binary.c
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
binary.h
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
builtin.h
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
builtinevex.c
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
builtinimport.c
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
compile.c
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
compile.h
|
py: Move to guarded includes for compile.h and related headers.
|
10 years ago |
emit.h
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
emitbc.c
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
emitcommon.c
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
emitcpy.c
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
emitglue.c
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
emitglue.h
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
emitinlinethumb.c
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
emitnative.c
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
emitpass1.c
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
formatfloat.c
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
formatfloat.h
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
gc.c
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
gc.h
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
grammar.h
|
py: Allow to properly disable builtin slice operation.
|
10 years ago |
lexer.c
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
lexer.h
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
lexerstr.c
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
lexerunix.c
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
makeqstrdata.py
|
py: Use % str formatting instead of {} in makeqstrdata.py.
|
10 years ago |
malloc.c
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
map.c
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
misc.h
|
py: Add include guards to mpconfig,misc,qstr,obj,runtime,parsehelper.
|
10 years ago |
mkenv.mk
|
py, mk: Revert change where build variables set with ?=.
|
11 years ago |
mkrules.mk
|
py: Fix order-only dependencies in mkrules.mk and py.mk.
|
10 years ago |
modarray.c
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
modbuiltins.c
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
modcmath.c
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
modcollections.c
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
modgc.c
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
modio.c
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
modmath.c
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
modmicropython.c
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
modstruct.c
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
modsys.c
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
mpconfig.h
|
py: Add basic framework for issuing compile/runtime warnings.
|
10 years ago |
mpz.c
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
mpz.h
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
nativeglue.c
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
nlr.h
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
nlrsetjmp.c
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
nlrthumb.S
|
py: Fix some macros defines; cleanup some includes.
|
10 years ago |
nlrx64.S
|
py: Clean up nlr*.S to make it easier to read; fix clang .bss error.
|
10 years ago |
nlrx86.S
|
py: Clean up nlr*.S to make it easier to read; fix clang .bss error.
|
10 years ago |
nlrxtensa.S
|
py: Add NLR support for xtensa CPU.
|
10 years ago |
obj.c
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
obj.h
|
py: mp_obj_new_int_from_float() supported only for MICROPY_PY_BUILTINS_FLOAT.
|
10 years ago |
objarray.c
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
objbool.c
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
objboundmeth.c
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
objcell.c
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
objclosure.c
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
objcomplex.c
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
objdict.c
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
objenumerate.c
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
objexcept.c
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
objfilter.c
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
objfloat.c
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
objfun.c
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
objfun.h
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
objgenerator.c
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
objgenerator.h
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
objgetitemiter.c
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
objint.c
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
objint.h
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
objint_longlong.c
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
objint_mpz.c
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
objlist.c
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
objlist.h
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
objmap.c
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
objmodule.c
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
objmodule.h
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
objnamedtuple.c
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
objnone.c
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
objobject.c
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
objproperty.c
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
objrange.c
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
objreversed.c
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
objset.c
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
objslice.c
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
objstr.c
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
objstr.h
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
objstringio.c
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
objstrunicode.c
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
objtuple.c
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
objtuple.h
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
objtype.c
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
objtype.h
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
objzip.c
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
opmethods.c
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
parse.c
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
parse.h
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
parsehelper.c
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
parsehelper.h
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
parsenum.c
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
parsenum.h
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
parsenumbase.c
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
parsenumbase.h
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
pfenv.c
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
pfenv.h
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
pfenv_printf.c
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
py-version.sh
|
- Let the build environment decide about the toolchain to be used, in case
|
11 years ago |
py.mk
|
py: Add basic framework for issuing compile/runtime warnings.
|
10 years ago |
qstr.c
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
qstr.h
|
py: Add include guards to mpconfig,misc,qstr,obj,runtime,parsehelper.
|
10 years ago |
qstrdefs.h
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
repl.c
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
repl.h
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
runtime.c
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
runtime.h
|
py: Add basic framework for issuing compile/runtime warnings.
|
10 years ago |
runtime0.h
|
py: Move to guarded includes for compile.h and related headers.
|
10 years ago |
scope.c
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
scope.h
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
sequence.c
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
showbc.c
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
smallint.c
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
smallint.h
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
stackctrl.c
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
stackctrl.h
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
stream.c
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
stream.h
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
unicode.c
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
unicode.h
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
vm.c
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
vmentrytable.h
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
vstr.c
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |
warning.c
|
py: Move to guarded includes, everywhere in py/ core.
|
10 years ago |