Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update to latest project skeleton: i18n and fine-grained fuzzingHEADmain | EuAndreh | 2025-05-29 | 1 | -24/+58 |
| | |||||
* | Makefile: keep symlinks in "install" target | EuAndreh | 2025-01-16 | 1 | -1/+1 |
| | |||||
* | Makefile: Prioritize local version when building and linking | EuAndreh | 2024-10-29 | 1 | -2/+2 |
| | |||||
* | Makefile: Simplify output of "bench" target dependencies | EuAndreh | 2024-10-27 | 1 | -2/+1 |
| | |||||
* | Revert c3a3cf9d7aed9b3c48acbe31fd48f2c27549a570 | EuAndreh | 2024-10-20 | 1 | -1/+1 |
| | |||||
* | Shoehorn project into default golang skeleton structure | EuAndreh | 2024-10-20 | 1 | -49/+37 |
| | |||||
* | Rename golite -> acudego | EuAndreh | 2024-10-07 | 1 | -1/+1 |
| | |||||
* | Makefile: Improve spacing | EuAndreh | 2024-10-07 | 1 | -14/+18 |
| | |||||
* | Makefile: Remove .so from .SUFFIXES | EuAndreh | 2024-10-07 | 1 | -1/+1 |
| | |||||
* | src/golite.go: Reify "premises" section with custom build of SQLite (acude) | EuAndreh | 2024-10-05 | 1 | -1/+1 |
| | |||||
* | Makefile: make "--static" binaries | EuAndreh | 2024-10-05 | 1 | -1/+1 |
| | |||||
* | Makefile: run "fuzz" in "check-integration" target (for 1 second) | EuAndreh | 2024-10-05 | 1 | -0/+1 |
| | |||||
* | Remove support for dynamically loading extensions | EuAndreh | 2024-10-05 | 1 | -10/+1 |
| | | | | | | | | | | | | 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: Store and return bench timing data | EuAndreh | 2024-10-02 | 1 | -1/+5 |
| | |||||
* | Makefile: Setup benchmarking skeleton | EuAndreh | 2024-10-02 | 1 | -6/+13 |
| | |||||
* | Makefile: Add fuzz target setup | EuAndreh | 2024-10-02 | 1 | -3/+22 |
| | |||||
* | Turn example files into tests under tests/functional/ | EuAndreh | 2024-10-01 | 1 | -11/+25 |
| | |||||
* | Makefile: Add explicit $(cgo.o) dependency to fix the graph | EuAndreh | 2024-09-29 | 1 | -1/+1 |
| | |||||
* | Makefile: Fix $(iCFLAGS) variable name typo | EuAndreh | 2024-09-29 | 1 | -1/+1 |
| | |||||
* | Makefile: "var version" -> "const Version" | EuAndreh | 2024-09-29 | 1 | -1/+1 |
| | |||||
* | Makefile: Rebuild when "deps.mk" change alongside when Makefile changes | EuAndreh | 2024-09-07 | 1 | -1/+1 |
| | |||||
* | Makefile: Align columns of target dependencies | EuAndreh | 2024-09-07 | 1 | -4/+4 |
| | |||||
* | Makefile: Define $(GOCFLAGS) and $(GOLDFLAGS) based on $(PREFIX) | EuAndreh | 2024-08-15 | 1 | -0/+2 |
| | |||||
* | Add src/version.go | EuAndreh | 2024-08-15 | 1 | -4/+9 |
| | |||||
* | Makefile: move "-lsqlite3" to $(LDLIBS) | EuAndreh | 2024-08-14 | 1 | -3/+3 |
| | |||||
* | tests/golite.go: Run tests | EuAndreh | 2024-08-14 | 1 | -35/+34 |
| | | | | | Use in-memory databases over disk: decrease test time from minutes to seconds. | ||||
* | Build with "go tool" and hackishly bundle code from same package into one ↵ | EuAndreh | 2024-08-12 | 1 | -6/+49 |
| | | | | file each | ||||
* | Add Makefile and build skeleton | EuAndreh | 2024-08-11 | 1 | -0/+122 |
| | |||||
* | remove Makefile. | mattn | 2012-05-15 | 1 | -6/+0 |
| | |||||
* | first import. | mattn | 2011-11-11 | 1 | -0/+6 |