1
I Use This!
Low Activity

Commits : Listings

Analyzed about 6 hours ago. based on code collected 1 day ago.
Mar 26, 2025 — Mar 26, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fix(build): use multi-config generator on windows, and single- on unix More... almost 2 years ago
fix(build): fix bug where it was not possible to disable building docs More... almost 2 years ago
fix(CI): fix syntax error in workflow file More... almost 2 years ago
chore(docs): document how to disable pre-commit hook More... almost 2 years ago
use consistent formatting in Makefile More... almost 2 years ago
feat(build): make build types case-insensitive More... almost 2 years ago
feat(CI): add per-OS debugging in CI, and include macos-11 we can include macos-11 now that we no longer depend on prebuilt uncrustify binaries More... almost 2 years ago
build Release builds in CI More... almost 2 years ago
fix(build): fix new build system on Windows More... almost 2 years ago
fix: reflect the changes in `main` More... almost 2 years ago
Merge branch 'main' into Xmader/feat/WtfPM More... almost 2 years ago
feat: add the ability to use WTFPythonMonkey as a Python context manager (`with`-statement) More... almost 2 years ago
feat(pmjs): add the `--wtf` flag to enable WTFPythonMonkey, a tool that detects any hanging setTimeout/setInterval timers when Ctrl-C is hit More... almost 2 years ago
feat(event-loop): timer debug info showing the start time More... almost 2 years ago
feat(event-loop): implement `setImmediate`/`clearImmediate` API for Node.js compatibility More... almost 2 years ago
feat(pmjs): do not print out the whole Python traceback when hitting Ctrl-C More... almost 2 years ago
feat(event-loop): improve timer debug info reporting More... almost 2 years ago
feat(event-loop): timer debug info to include the stack trace More... almost 2 years ago
feat(event-loop): add an internal API to see the debug info of all timers that are still ref'ed More... almost 2 years ago
chore(linting): lint all python files More... almost 2 years ago
chore(linting): lint all JavaScript files More... almost 2 years ago
chore(linting): lint all C++ files More... almost 2 years ago
feat(build): implement seperate build systems More... almost 2 years ago
chore(docs): add missing documentation for function parameters More... almost 2 years ago
Merge branch 'main' into caleb/build/overhaul More... almost 2 years ago
chore(meta): add uncrustify to the pre-commit hook More... almost 2 years ago
chore(meta): add autopep8 to the pre-commit hook More... almost 2 years ago
chore(meta): add eslint to the pre-commit hook More... almost 2 years ago
chore(JSFunctionProxy): use return value of JS::RootedVector::append to determine OOM More... almost 2 years ago
chore(ExceptionType): suppress zero-length format string warning in toJsError More... almost 2 years ago