Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update to latest project skeleton: i18n and fine-grained fuzzingHEADmain | EuAndreh | 2025-05-29 | 1 | -22/+31 |
| | |||||
* | Implement most of db layer | EuAndreh | 2025-01-17 | 1 | -14/+25 |
| | | | | | Many missing implementations or tests are marked with FIXME so I don't loose track of holes in the code. | ||||
* | mkdeps.sh: Fix typo on varlist name | EuAndreh | 2024-10-29 | 1 | -1/+1 |
| | |||||
* | Big bundle commit: adjust build project skeleton; include uncommitted code | EuAndreh | 2024-10-26 | 1 | -0/+25 |
| | | | | | | | | | | | | | | | There was some code that was being slowly tweaked as I'd work or related things on other repositories that wasn't committed step by step, and that now I'd rather include all as a single changeset, single there weren't really separated stages on how it was developed. Other than that, this commit includes adjustments on dependencies API usage, as they changed during my work on them, and adjustments on the build and test system, as I improved how they worked also during work on other projects. As of this commit, the code compiles and the tests pass. I can't recall if this was true before this commit, but it is true now. | ||||
* | Normalize structure like other golang projects | EuAndreh | 2024-09-27 | 1 | -8/+0 |
| | |||||
* | rm -rf src/static/ | EuAndreh | 2024-06-14 | 1 | -2/+1 |
| | |||||
* | Makefile: Normalize alongside other Go projects | EuAndreh | 2024-04-18 | 1 | -4/+2 |
| | |||||
* | Adapt build and installation | EuAndreh | 2024-03-28 | 1 | -6/+1 |
| | |||||
* | Node.js -> Go | EuAndreh | 2024-03-25 | 1 | -2/+6 |
| | |||||
* | Big cleanup | EuAndreh | 2024-02-23 | 1 | -4/+4 |
| | | | | | | - 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 | -3/+0 |
| | |||||
* | Makefile: Include SQL migration files as installable artifacts | EuAndreh | 2023-11-27 | 1 | -0/+1 |
| | |||||
* | Makefile, mkdeps.sh: Enforce JS->native dependency | EuAndreh | 2023-11-15 | 1 | -0/+3 |
| | | | | | 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/+15 |
- 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. |