Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
sqliteai
/
sqlite-vector
Public
Notifications
You must be signed in to change notification settings
Fork
50
Star
1.2k
Code
Issues
2
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
add cross platform builds
- #1
#1
Merged
marcobambini
merged 11 commits into
main
sqliteai/sqlite-vector:main
from
add-cross-platform-builds
sqliteai/sqlite-vector:add-cross-platform-builds
Copy head branch name to clipboard
Jun 23, 2025
Conversation
Commits
11
(11)
Checks
Files changed
Merged
add cross platform builds
#1
marcobambini
merged 11 commits into
main
sqliteai/sqlite-vector:main
from
add-cross-platform-builds
sqliteai/sqlite-vector:add-cross-platform-builds
Copy head branch name to clipboard
Commits
Commits on Jun 23, 2025
Add initial Makefile and GitHub workflow; update .gitignore; include additional headers in sqlite-vector.c
Gioee
committed
f087193
View commit details
Copy full SHA for f087193
Browse repository at this point
Test fix type for difference calculations in uint8_distance_l2_impl_neon to use uint16x8_t
Gioee
committed
186f264
View commit details
Copy full SHA for 186f264
Browse repository at this point
Test fix type for differences in uint8_distance_l2_impl_neon to cast signed int16x8_t
Gioee
committed
d205bb4
View commit details
Copy full SHA for d205bb4
Browse repository at this point
Update build step in GitHub Actions to 'extension'
Gioee
committed
640830b
View commit details
Copy full SHA for 640830b
Browse repository at this point
Add command to load vector in Android test setup
Gioee
committed
ff5611f
View commit details
Copy full SHA for ff5611f
Browse repository at this point
Fix float min/max initialization for cross-platform compatibility
Gioee
committed
427d4f2
View commit details
Copy full SHA for 427d4f2
Browse repository at this point
Remove SQLITE_CORE build flag and Add SQLITE_EXTENSION_INIT
Gioee
committed
591e717
View commit details
Copy full SHA for 591e717
Browse repository at this point
Remove sqlite3 command from android test setup script
Gioee
committed
2eee071
View commit details
Copy full SHA for 2eee071
Browse repository at this point
Add _GNU_SOURCE definition for Windows compatibility
Gioee
committed
7f00b53
View commit details
Copy full SHA for 7f00b53
Browse repository at this point
Implement strcasestr function for Windows compatibility
Gioee
committed
9d775a6
View commit details
Copy full SHA for 9d775a6
Browse repository at this point
Refactor strcasestr implementation for improved readability and efficiency
Gioee
committed
734302a
View commit details
Copy full SHA for 734302a
Browse repository at this point
You can’t perform that action at this time.