aboutsummaryrefslogtreecommitdiff
path: root/ports/javascript
AgeCommit message (Expand)Author
2021-03-12tests: Rename run-tests to run-tests.py for consistency.Damien George
2021-02-04ports: Remove def of MP_PLAT_PRINT_STRN if it's the same as the default.Damien George
2020-04-23all: Format code to add space after C++-style comment start.stijn
2020-04-18all: Enable extra conversion warnings where applicable.stijn
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
2020-02-28all: Add *FORMAT-OFF* in various places.Damien George
2020-02-07py/scheduler: Add "raise_exc" argument to mp_handle_pending.Damien George
2019-10-22py: Automatically provide weak links from "foo" to "ufoo" module name.Damien George
2019-08-28py: Add global default_emit_opt variable to make emit kind persistent.Damien George
2019-08-17py/modmath: Implement math.isclose() for non-complex numbers.stijn
2019-07-09javascript: Enable support for frozen bytecode via FROZEN_MPY_DIR.Paul m. p. P
2019-04-28javascript/library: Print data as raw bytes to stdout so unicode works.Damien George
2019-04-28javascript/Makefile: Fix unrepresentable float error by using clamp.Damien George
2019-04-28javascript: Pass (error) exit value out from script to process caller.Damien George
2019-04-28javascript/library: Use Buffer.alloc() since new Buffer() is deprecated.Damien George
2019-03-13javascript: Fix Emscripten async load, and to compile with modern clang.Wolf Vollprecht
2019-03-13javascript: Add new port targeting JavaScript via Emscripten.Rami Ali