| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove support for dynamically loading extensions | EuAndreh | 2024-10-05 | 1 | -1/+0 |
| | | | | | | | | | | | | | Defer to the user to (statically) include the extension with the rest of the code, and manually registering it, as described in [0]. If support for dynamic libraries and run-time dynamism in general is desired, one shouldn't be looking for it in C or Go, who aren't the greatest bastions of such dynamism, and instead consider more appropriate languages, like Common Lisp or Smalltalk. [0]: https://sqlite.org/loadext.html#statically_linking_a_run_time_loadable_extension | ||||
| * | Makefile: Setup benchmarking skeleton | EuAndreh | 2024-10-02 | 1 | -4/+4 |
| | | |||||
| * | Makefile: Add fuzz target setup | EuAndreh | 2024-10-02 | 1 | -3/+10 |
| | | |||||
| * | Turn example files into tests under tests/functional/ | EuAndreh | 2024-10-01 | 1 | -0/+8 |
| | | |||||
| * | mkdeps.sh: Remove definition of varlist() | EuAndreh | 2024-09-29 | 1 | -6/+0 |
| | | |||||
| * | Add Makefile and build skeleton | EuAndreh | 2024-08-11 | 1 | -0/+10 |
