summaryrefslogtreecommitdiff
path: root/databases/SQLiteCpp
AgeCommit message (Collapse)AuthorFilesLines
2022-04-18revbump for textproc/icu updateadam2-4/+4
2021-12-08revbump for icu and libffiadam1-2/+2
2021-10-26databases: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes The following distfiles could not be fetched (some may be only fetched conditionally): ./databases/cstore/distinfo D6.data.ros.gz ./databases/cstore/distinfo cstore0.2.tar.gz ./databases/cstore/distinfo data4.tar.gz
2021-10-07databases: Remove SHA1 distfile hashesnia1-2/+1
2021-04-21revbump for textproc/icuadam2-4/+4
2020-11-05*: Recursive revbump from textproc/icu-68.1ryoon2-4/+4
2020-06-02Revbump for icuadam2-4/+4
2020-04-12Recursive revision bump after textproc/icu updateadam2-4/+4
2020-01-18all: migrate several HOMEPAGEs to httpsrillig1-2/+2
pkglint --only "https instead of http" -r -F With manual adjustments afterwards since pkglint 19.4.4 fixed a few indentations in unrelated lines. This mainly affects projects hosted at SourceForce, as well as freedesktop.org, CTAN and GNU.
2019-11-02databases: align variable assignmentsrillig1-2/+2
pkglint -Wall -F --only aligned -r No manual corrections.
2019-04-03Recursive revbump from textproc/icuryoon2-4/+4
2018-12-09revbump after updating textproc/icuadam2-4/+4
2018-07-20Recursive revbump from textproc/icu-62.1ryoon2-2/+4
2018-04-15databases/SQLiteCpp: Import version 2.2.0minskim5-0/+69
SQLiteC++ offers an encapsulation arround the native C APIs of SQLite, with a few intuitive and well documented C++ class. It is designed using the Resource Acquisition Is Initialization (RAII) idom, and throwing exceptions in case of SQLite errors (exept in destructors, where assert() are used instead). Each SQLiteC++ object must be constructed with a valid SQLite database connection, and then is always valid until destroyed.