0
0
mirror of https://github.com/tursodatabase/libsql.git synced 2024-11-11 13:29:25 +00:00
libsql/libsql-sqlite3/ext/crr
Sivukhin Nikita be1fca578f
feat(vector): add basic functions (vector/vector_extract etc) (#1531)
* add basic functions for working with f32/f64 vectors

* add header file

* fix comment style

* add generic code for working with vectors

* register vector functions

* fix edge cases in vector extract impl

* add static flag for vector (will be used later)

* add basic TCL-based tests

* guard vector functions with SQLITE_OMIT_VECTOR

* adjust build scripts

* delete libsql_vector_idx from this branch

* add one more test

* update bundles

* fix asserts

* fix constants (#define-s are universal but const int doesn't recognized by all compilers)

* update bundles

* review fixes

* build bundles

* add comment about linking math library
2024-07-08 08:27:33 +00:00
..
rs Make libsql-ffi's build more friendly to sandboxed environments. (#1478) 2024-06-18 12:55:36 +00:00
src bugfix: reset modifications of sqlite3_vtab (#1027) 2024-02-15 18:18:30 +00:00
.clang-format restructure repository 2023-10-16 13:58:16 +02:00
.gitignore update cr-sqlite to v0.16.2 2023-12-12 09:46:49 -05:00
all-ios-loadable.sh ext/crr: update to 0.15.1 of cr-sqlite 2023-10-18 13:46:23 +02:00
all-ios-static.sh ext/crr: update to 0.15.1 of cr-sqlite 2023-10-18 13:46:23 +02:00
CHANGELOG.md pull in latest cr-sqlite changes 2023-12-21 15:05:06 -05:00
Makefile feat(vector): add basic functions (vector/vector_extract etc) (#1531) 2024-07-08 08:27:33 +00:00
nodejs-helper.d.ts restructure repository 2023-10-16 13:58:16 +02:00
nodejs-helper.js restructure repository 2023-10-16 13:58:16 +02:00
nodejs-install-helper.js pull in latest cr-sqlite changes 2023-12-21 15:05:06 -05:00
package.json pull in latest cr-sqlite changes 2023-12-21 15:05:06 -05:00
pnpm-lock.yaml update cr-sqlite to v0.16.2 2023-12-12 09:46:49 -05:00
README.md update cr-sqlite to v0.16.2 2023-12-12 09:46:49 -05:00