summaryrefslogtreecommitdiff
path: root/c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* regenerate the loadable-ext-sqlite3.h fileGravatar Vincent Rischmann2024-12-071-3/+3
|
* update sqlite to 3.47.2Gravatar Vincent Rischmann2024-12-072-30/+35
|
* regenerate the loadable-ext-sqlite3.h fileGravatar Vincent Rischmann2024-11-301-63/+385
|
* update sqlite to 3.47.1Gravatar Vincent Rischmann2024-11-302-2815/+5782
|
* update sqliteGravatar Vincent Rischmann2024-09-072-6103/+11339
|
* c: add a workaround for SQLITE_TRANSIENT being mistranslatedGravatar Vincent Rischmann2024-04-143-0/+9
| | | | | | | | | | | See https://github.com/ziglang/zig/issues/15893 zig's translate-c creates an invalid type for SQLITE_TRANSIENT on some architectures (aarch64, riscv64 and others). We can work around this by making a C function that returns -1 cast to the proper destructor type and use that from zig (thanks https://github.com/Cloudef for mentioning this in this comment: https://github.com/ziglang/zig/issues/15893#issuecomment-1925092582)
* c: create_filename now returns a `const char*`Gravatar Vincent Rischmann2023-11-261-1/+1
|
* run 'preprocess-files' to update the C headersGravatar Vincent Rischmann2023-11-262-183/+598
|
* Update to sqlite 3.44.0Gravatar Ed Yu2023-11-213-2363/+4302
|
* Update to sqlite 3.43.2Gravatar Ed Yu2023-10-242-22/+29
|
* update sqlite to 3.43.1Gravatar John Bledsoe2023-09-152-90/+99
|
* update sqlite to 3.43.0Gravatar Vincent Rischmann2023-09-013-6465/+15873
|
* fix all C prototypesGravatar Vincent Rischmann2023-02-051-47/+47
|
* add wrapper functions when building a loadable extensionGravatar Vincent Rischmann2022-09-181-0/+809
|
* c: add header files specifically for building loadable extensionsGravatar Vincent Rischmann2022-09-182-0/+12470
|
* c: add the sqlite3ext fileGravatar Vincent Rischmann2022-09-181-0/+701
|
* update sqlite bundled source code to 3.39.3Gravatar Vincent Rischmann2022-09-172-32/+100
|
* update sqlite bundled source code to 3.39.2Gravatar Vincent Rischmann2022-09-032-3532/+5802
|
* update sqlite bundled source code to 3.38.2Gravatar Vincent Rischmann2022-04-232-111/+248
|
* update sqlite bundled source code to 3.38.0Gravatar Vincent Rischmann2022-02-272-3850/+5958
|
* update sqlite bundled source code to 3.37.1Gravatar Vincent Rischmann2022-01-042-6400/+8470
|
* update sqlite bundled source code to 3.36.0Gravatar Vincent Rischmann2021-10-182-2974/+4339
|
* Update SQLite to 3.35.5Gravatar Miaourt2021-06-132-92/+185
|
* Update SQLite to 3.35.2Gravatar data-man2021-03-192-30/+51
|
* Move c-sources to c folderGravatar data-man2021-03-132-0/+246391