27 Commits (ea9a904b7250ece017144c0d25a1569714a792b6)

Author SHA1 Message Date
Damien George 6e71cde6aa ports: Use default VFS config for import_stat and builtin_open. 2 years ago
Damien George 5956466c0e py/builtin: Clean up and simplify import_stat and builtin_open config. 2 years ago
Jim Mussared 9e4da2320a javascript: Make port-specific modules use MP_REGISTER_MODULE. 3 years ago
Damien George de43b500bd py/runtime: Allow initialising sys.path/argv with defaults. 3 years ago
Jim Mussared 92353c2911 all: Remove support for FROZEN_DIR and FROZEN_MPY_DIR. 3 years ago
Damien George 35ead0ff0f javascript/Makefile: Change variable to EXPORTED_RUNTIME_METHODS. 3 years ago
Damien George 136369d72f all: Update to point to files in new shared/ directory. 3 years ago
Damien George 076caf317e javascript/Makefile: Suppress compiler errors from array bounds. 3 years ago
Damien George c13853f4da javascript: Rework Makefile and GC so it works with latest Emscripten. 3 years ago
Damien George e9e9c76ddf all: Rename mp_keyboard_interrupt to mp_sched_keyboard_interrupt. 4 years ago
Damien George 6129b8e401 tests: Rename run-tests to run-tests.py for consistency. 4 years ago
Damien George 7c44354592 ports: Remove def of MP_PLAT_PRINT_STRN if it's the same as the default. 4 years ago
stijn 84fa3312cf all: Format code to add space after C++-style comment start. 5 years ago
stijn 30840ebc99 all: Enable extra conversion warnings where applicable. 5 years ago
Damien George 69661f3343 all: Reformat C and Python source code with tools/codeformat.py. 5 years ago
Damien George 3f39d18c2b all: Add *FORMAT-OFF* in various places. 5 years ago
Damien George 98a3911c43 py/scheduler: Add "raise_exc" argument to mp_handle_pending. 5 years ago
Damien George d2384efa80 py: Automatically provide weak links from "foo" to "ufoo" module name. 5 years ago
Damien George af20c2ead3 py: Add global default_emit_opt variable to make emit kind persistent. 5 years ago
stijn af5c998f37 py/modmath: Implement math.isclose() for non-complex numbers. 5 years ago
Paul m. p. P a1c870e9f4 javascript: Enable support for frozen bytecode via FROZEN_MPY_DIR. 5 years ago
Damien George d1dea4f577 javascript/library: Print data as raw bytes to stdout so unicode works. 6 years ago
Damien George bd6fed8201 javascript/Makefile: Fix unrepresentable float error by using clamp. 6 years ago
Damien George 93f5f80216 javascript: Pass (error) exit value out from script to process caller. 6 years ago
Damien George bd0bacb637 javascript/library: Use Buffer.alloc() since new Buffer() is deprecated. 6 years ago
Wolf Vollprecht ea2fcdd338 javascript: Fix Emscripten async load, and to compile with modern clang. 6 years ago
Rami Ali 7d675f3a17 javascript: Add new port targeting JavaScript via Emscripten. 7 years ago