| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | rm -rf src/static/ | EuAndreh | 2024-06-14 | 1 | -7/+1 |
| | | |||||
| * | Makefile: Normalize alongside other Go projects | EuAndreh | 2024-04-18 | 1 | -8/+0 |
| | | |||||
| * | Adapt build and installation | EuAndreh | 2024-03-28 | 1 | -9/+6 |
| | | |||||
| * | Node.js -> Go | EuAndreh | 2024-03-25 | 1 | -18/+8 |
| | | |||||
| * | src/hero.mjs: Retire code | EuAndreh | 2024-03-21 | 1 | -2/+0 |
| | | |||||
| * | tests/rand.mjs: Add MersenneTwister random number generator | EuAndreh | 2024-03-20 | 1 | -0/+1 |
| | | | | | | | The `tests/rand.c` is also added: a simplified adaptation of the original algorithm implementation in C. A 10k numbers test case shows that the JavaScript version behaves the same that the C one does. | ||||
| * | Implement accretion.runMigrations() and wrappings of node-sqlite3 | EuAndreh | 2024-02-23 | 1 | -0/+2 |
| | | |||||
| * | Big cleanup | EuAndreh | 2024-02-23 | 1 | -15/+23 |
| | | | | | | | - delete all SQLite Node-API code: we'll use the C++ one instead; - implement hero.mjs, with tests! - use ESM all over. | ||||
| * | Remove C code and cleanup repository | EuAndreh | 2024-02-21 | 1 | -25/+0 |
| | | |||||
| * | Makefile: Include SQL migration files as installable artifacts | EuAndreh | 2023-11-27 | 1 | -0/+3 |
| | | |||||
| * | Add WIP non-async functions to napi-sqlite.c | EuAndreh | 2023-11-16 | 1 | -0/+1 |
| | | |||||
| * | Makefile, mkdeps.sh: Enforce JS->native dependency | EuAndreh | 2023-11-15 | 1 | -0/+5 |
| | | | | | | Assert that we'll always have the `src/napi-sqlite.node` binary ready by the time we get to any JavaScript file. | ||||
| * | Add support for multi-file C project | EuAndreh | 2023-11-15 | 1 | -0/+37 |
| - have dynamic discovered dependencies via `mkdeps.hs`, and also move the listing of JavaScript files to it. - copy over stub C files for setting up the project skeleton. | |||||
