summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* options asks for `allocator` field but its not thereGravatar Meghan Denny2021-08-091-0/+1
* iterator- pass along options objectGravatar Meghan Denny2021-08-091-1/+1
* make `init` return a Self instead of updating a pointerGravatar Meghan Denny2021-08-091-3/+3
* Merge pull request #33 from vrischmann/exec-with-diagsGravatar Vincent Rischmann2021-08-021-21/+47
|\
| * modify exec to take a QueryOptionsGravatar Vincent Rischmann2021-08-021-21/+47
|/
* Merge branch 'improve-readme'Gravatar Vincent Rischmann2021-07-181-1/+23
|\
| * document that fixed-sized arrays are supportedGravatar Vincent Rischmann2021-07-181-1/+23
|/
* Merge branch 'add-gitattributes'Gravatar Vincent Rischmann2021-07-182-6/+3
|\
| * Revert "ci: use vrischmann/checkout@disable-autocrlf"Gravatar Vincent Rischmann2021-07-181-6/+2
| * gitattributes: normalize line endingsGravatar Vincent Rischmann2021-07-181-0/+1
|/
* Merge branch 'fix-windows'Gravatar Vincent Rischmann2021-07-121-2/+6
|\
| * ci: use vrischmann/checkout@disable-autocrlfGravatar Vincent Rischmann2021-07-121-2/+6
|/
* Merge branch 'fix-latest-zig'Gravatar Vincent Rischmann2021-06-272-17/+11
|\
| * fix 'unused variable' errorsGravatar Vincent Rischmann2021-06-251-6/+1
| * query: fix new compilation errorsGravatar Vincent Rischmann2021-06-251-9/+3
| * fix 'redundant comptile' errorGravatar Vincent Rischmann2021-06-251-2/+2
| * fix 'unused function parameter' errorGravatar Vincent Rischmann2021-06-251-0/+5
|/
* Merge pull request #34 from Miaourt/masterGravatar Vincent Rischmann2021-06-142-92/+185
|\
| * Update SQLite to 3.35.5Gravatar Miaourt2021-06-132-92/+185
|/
* ci: cleanupGravatar Vincent Rischmann2021-06-094-8/+0
* Merge branch 'ci-qemu'Gravatar Vincent Rischmann2021-06-082-0/+22
|\
| * ci: run the tests with qemu tooGravatar Vincent Rischmann2021-06-072-0/+22
|/
* Merge branch 'more-windows-ci'Gravatar Vincent Rischmann2021-06-061-0/+8
|\
| * ci: build windows with i386 tooGravatar Vincent Rischmann2021-06-061-0/+8
|/
* Merge branch 'ci-windows'Gravatar Vincent Rischmann2021-06-061-2/+2
|\
| * ci: add steps for WindowsGravatar Vincent Rischmann2021-06-061-2/+2
|/
* ci: run the actions every dayGravatar Vincent Rischmann2021-05-301-0/+2
* Merge pull request #31 from vrischmann/change-branch-quotaGravatar Vincent Rischmann2021-05-301-5/+10
|\
| * set the eval branch quota in the return type blockGravatar Vincent Rischmann2021-05-301-5/+10
|/
* Merge branch 'fix-latest-zig'Gravatar Vincent Rischmann2021-05-282-5/+3
|\
| * all: update for latest zigGravatar Vincent Rischmann2021-05-192-5/+3
|/
* Merge branch 'fix-tests'Gravatar Vincent Rischmann2021-05-122-81/+81
|\
| * all: fix tests for latest zigGravatar Vincent Rischmann2021-05-092-81/+81
|/
* attempt to make the threading mode error clearerGravatar Vincent Rischmann2021-05-031-1/+1
* workaround compiler bugGravatar Vincent Rischmann2021-04-271-3/+9
* fix error nameGravatar Vincent Rischmann2021-04-231-1/+1
* Merge pull request #28 from daurnimator/array-exact-sizeGravatar Vincent Rischmann2021-04-221-11/+12
|\
| * Allow reading into static size arrays as long as size matchesGravatar daurnimator2021-04-231-11/+12
|/
* Merge pull request #26 from daurnimator/return-errorGravatar Vincent Rischmann2021-04-221-87/+87
|\
| * error: return error directly so that line in stacktrace is relevantGravatar daurnimator2021-04-231-87/+87
|/
* ignore zig.mod for linguist, we're not writing AMPL hereGravatar Vincent Rischmann2021-04-201-0/+1
* Merge pull request #25 from akvadrako/patch-1Gravatar Vincent Rischmann2021-04-201-2/+2
|\
| * Fix some typos in READMEGravatar Devin Bayer2021-04-201-2/+2
|/
* improve logs in Statement.deinit and Statement.resetGravatar Vincent Rischmann2021-04-171-3/+6
* fix DetailedError and Diagnostics formattingGravatar Vincent Rischmann2021-04-171-4/+8
* make use_bundled work for all targetsGravatar Vincent Rischmann2021-04-171-4/+5
* Merge pull request #24 from vrischmann/pragma-arg-stringGravatar Vincent Rischmann2021-04-171-18/+15
|\
| * replace the pragma argument with a nullable stringGravatar Vincent Rischmann2021-04-171-18/+15
|/
* fix documentationGravatar Vincent Rischmann2021-04-171-1/+1
* Merge branch 'readme-improvements'Gravatar Vincent Rischmann2021-04-121-3/+28
|\