Commit message (Collapse) | Author | ||
---|---|---|---|
2024-04-25 | Makefile: separate shortcuts for debug & release builds | Egor Tensin | |
2024-01-28 | workflows/ci: upgrade actions | Egor Tensin | |
2023-12-28 | test/py/ -> test/src/ | Egor Tensin | |
2023-11-02 | fix Python version for GitHub Actions runs | Egor Tensin | |
2023-08-27 | workflows/ci: separate job for publishing to Pages | Egor Tensin | |
2023-08-27 | test: add a target to generate an HTML report | Egor Tensin | |
2023-08-27 | make test/perf -> make flame_graphs | Egor Tensin | |
2023-07-26 | workflows/ci: refactoring | Egor Tensin | |
2023-07-19 | workflows/ci: restructure job dependencies | Egor Tensin | |
The primary reason behind this was the desire to get rid of duplicate deployments to GitHub Pages. | |||
2023-07-18 | workflows/ci: publish stuff to gh-pages | Egor Tensin | |
2023-07-18 | implement flame graph generation | Egor Tensin | |
2023-07-18 | switch to JSON-RPC as message format | Egor Tensin | |
Instead of the weird `struct msg` I had, I switched to the JSON-RPC format. It's basically the same, but has a well-defined semantics in case of errors. | |||
2023-07-09 | store process output in SQLite | Egor Tensin | |
2023-07-07 | support code coverage report generation | Egor Tensin | |
2023-07-06 | workflows/ci: Valgrind tests should pass now | Egor Tensin | |
2023-07-04 | workflows/ci: comment on Valgrind tests | Egor Tensin | |
2023-07-04 | add a GitHub Actions workflow | Egor Tensin | |