aboutsummaryrefslogtreecommitdiff
path: root/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to latest project skeleton: i18n and fine-grained fuzzingHEADmainEuAndreh2025-05-291-24/+58
|
* Makefile: keep symlinks in "install" targetEuAndreh2025-01-161-1/+1
|
* Makefile: Prioritize local version when building and linkingEuAndreh2024-10-291-2/+2
|
* Makefile: Simplify output of "bench" target dependenciesEuAndreh2024-10-271-2/+1
|
* Revert c3a3cf9d7aed9b3c48acbe31fd48f2c27549a570EuAndreh2024-10-201-1/+1
|
* Shoehorn project into default golang skeleton structureEuAndreh2024-10-201-49/+37
|
* Rename golite -> acudegoEuAndreh2024-10-071-1/+1
|
* Makefile: Improve spacingEuAndreh2024-10-071-14/+18
|
* Makefile: Remove .so from .SUFFIXESEuAndreh2024-10-071-1/+1
|
* src/golite.go: Reify "premises" section with custom build of SQLite (acude)EuAndreh2024-10-051-1/+1
|
* Makefile: make "--static" binariesEuAndreh2024-10-051-1/+1
|
* Makefile: run "fuzz" in "check-integration" target (for 1 second)EuAndreh2024-10-051-0/+1
|
* Remove support for dynamically loading extensionsEuAndreh2024-10-051-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 dataEuAndreh2024-10-021-1/+5
|
* Makefile: Setup benchmarking skeletonEuAndreh2024-10-021-6/+13
|
* Makefile: Add fuzz target setupEuAndreh2024-10-021-3/+22
|
* Turn example files into tests under tests/functional/EuAndreh2024-10-011-11/+25
|
* Makefile: Add explicit $(cgo.o) dependency to fix the graphEuAndreh2024-09-291-1/+1
|
* Makefile: Fix $(iCFLAGS) variable name typoEuAndreh2024-09-291-1/+1
|
* Makefile: "var version" -> "const Version"EuAndreh2024-09-291-1/+1
|
* Makefile: Rebuild when "deps.mk" change alongside when Makefile changesEuAndreh2024-09-071-1/+1
|
* Makefile: Align columns of target dependenciesEuAndreh2024-09-071-4/+4
|
* Makefile: Define $(GOCFLAGS) and $(GOLDFLAGS) based on $(PREFIX)EuAndreh2024-08-151-0/+2
|
* Add src/version.goEuAndreh2024-08-151-4/+9
|
* Makefile: move "-lsqlite3" to $(LDLIBS)EuAndreh2024-08-141-3/+3
|
* tests/golite.go: Run testsEuAndreh2024-08-141-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 ↵EuAndreh2024-08-121-6/+49
| | | | file each
* Add Makefile and build skeletonEuAndreh2024-08-111-0/+122
|
* remove Makefile.mattn2012-05-151-6/+0
|
* first import.mattn2011-11-111-0/+6