Skip to content

Sqlitecpp rework#132

Merged
DraTeots merged 2 commits into
mainfrom
sqlitecpp-rework
Jul 8, 2026
Merged

Sqlitecpp rework#132
DraTeots merged 2 commits into
mainfrom
sqlitecpp-rework

Conversation

@DraTeots

@DraTeots DraTeots commented Jul 8, 2026

Copy link
Copy Markdown
Collaborator

Fixes #131

RCDB previously bundled a modified copy of SQLiteCpp (v2.0.0) as an amalgamation in its headers. This caused duplicate-symbol / ODR clashes for projects like halld_recon that also use their own SQLiteCpp. This PR removes the vendored copy and switches to SQLiteCpp as a normal external dependency, resolved via modern CMake best practices.

Changes

No breaking changes to RCDB's public C++ API
The RCDB headers themselves are unchanged (still header-only for reading RCDB).

@DraTeots DraTeots merged commit bbbdaeb into main Jul 8, 2026
22 checks passed
@DraTeots DraTeots deleted the sqlitecpp-rework branch July 8, 2026 17:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Change how SQLiteCPP is distributed

1 participant