aboutsummaryrefslogtreecommitdiff
path: root/Makefile (unfollow)
Commit message (Expand)AuthorFilesLines
2024-10-29Makefile: Prioritize local version when building and linkingEuAndreh1-2/+2
2024-10-28tests/golite.go: Replace `":memory:"` with `InMemory` constantEuAndreh1-39/+39
2024-10-28src/golite.go: Add "InMemory" constantEuAndreh1-0/+1
2024-10-27Makefile: Simplify output of "bench" target dependenciesEuAndreh1-2/+1
2024-10-20Revert c3a3cf9d7aed9b3c48acbe31fd48f2c27549a570EuAndreh11-31/+31
2024-10-20Shoehorn project into default golang skeleton structureEuAndreh18-226/+238
2024-10-07.gitignore: Remove .soEuAndreh1-1/+0
2024-10-07Rename golite -> acudegoEuAndreh10-81/+81
2024-10-07Makefile: Improve spacingEuAndreh1-14/+18
2024-10-07Makefile: Remove .so from .SUFFIXESEuAndreh1-1/+1
2024-10-05tests/golite.go: Change FTS3/FTS4 tests in favor of FTS5EuAndreh1-15/+5
2024-10-05src/golite.go: Remove most undesirable URI params that Open() handlesEuAndreh2-466/+41
2024-10-05src/golite.go: Reify "premises" section with custom build of SQLite (acude)EuAndreh2-11/+3
2024-10-05src/golite.go: Remove other undesirable configurations from Open()EuAndreh1-211/+2
2024-10-05src/golite.go: Add space before "*" pointer markerEuAndreh1-6/+6
2024-10-05Makefile: make "--static" binariesEuAndreh1-1/+1
2024-10-05src/golite.go: Change driverName to "golite" and make it `const`EuAndreh7-68/+68
2024-10-05Makefile: run "fuzz" in "check-integration" target (for 1 second)EuAndreh1-0/+1
2024-10-05Remove support for dynamically loading extensionsEuAndreh7-258/+1
2024-10-02Makefile: Store and return bench timing dataEuAndreh2-1/+6
2024-10-02tests/functional/streq.c: Explicitly ignore unused `errmsg` argumentEuAndreh1-0/+1
2024-10-02Makefile: Setup benchmarking skeletonEuAndreh7-16/+104
2024-10-02Makefile: Add fuzz target setupEuAndreh5-6/+74
2024-10-02tests/golite.go: Add explicit "deps" variableEuAndreh1-7/+2
2024-10-01Turn example files into tests under tests/functional/EuAndreh15-340/+372
2024-10-01tests/golite.go: Enable slow testsEuAndreh1-8/+2
2024-10-01Recover aggregation and collation trampoline, alongside their testsEuAndreh2-7/+35
2024-10-01Remove unwanted fieatures on code and testsEuAndreh2-534/+28
2024-10-01Remove code for modules, vtables, tracing and ad-hoc C functionsEuAndreh2-1673/+100
2024-10-01src/golite.go: Update doccomments on Open()EuAndreh1-17/+1
2024-10-01src/golite.go: Use hard-coded value for synchronous PRAGMAEuAndreh1-25/+2
2024-10-01src/golite.go: Remove ~silly~ secure_delete optionEuAndreh1-30/+0
2024-10-01src/golite.go: Hard-code the journal_mode WAL choiceEuAndreh2-33/+8
2024-10-01src/golite.go: Remove PreUpdateHook leftoversEuAndreh1-27/+0
2024-10-01src/golite.go: Remove errorMsg unused varEuAndreh1-4/+0
2024-09-29Makefile: Add explicit $(cgo.o) dependency to fix the graphEuAndreh1-1/+1
2024-09-29Makefile: Fix $(iCFLAGS) variable name typoEuAndreh1-1/+1
2024-09-29mkdeps.sh: Remove definition of varlist()EuAndreh1-6/+0
2024-09-29Makefile: "var version" -> "const Version"EuAndreh1-1/+1
2024-09-12src/golite.go: Enforce foreign_keys=ONEuAndreh2-61/+6
2024-09-12tests/golite.go: Remove auth-related code and testsEuAndreh1-170/+1
2024-09-12src/golite.go: Re-introduce {commit,rollback,update}HookTrampoline CFFI funct...EuAndreh2-6/+33
2024-09-12tests/golite.go: Use in-memory database on more testsEuAndreh1-5/+5
2024-09-07{src,tests}/golite.go: Remove commented or unused codeEuAndreh2-2114/+19
2024-09-07Makefile: Rebuild when "deps.mk" change alongside when Makefile changesEuAndreh1-1/+1
2024-09-07Makefile: Align columns of target dependenciesEuAndreh1-4/+4
2024-08-15Makefile: Define $(GOCFLAGS) and $(GOLDFLAGS) based on $(PREFIX)EuAndreh1-0/+2
2024-08-15Add src/version.goEuAndreh4-9/+16
2024-08-14git mv _example doc/examples/EuAndreh6-0/+0
2024-08-14Remove most files from _example/EuAndreh15-2305/+0