Releases: fossillogic/fossil-crabdb
v0.2.5
What's Changed
- Add apple runtime by @dreamer-coding in #46
- Update project structure by @dreamer-coding in #49
- Git-like chain experiment with MyShell backend by @dreamer-coding in #50
- Clean up myshell and add diff by @dreamer-coding in #51
- Update NoShell backend to handle FSON and git-chain by @dreamer-coding in #52
- Remove FileShell and TimeShell by @dreamer-coding in #53
- Update CahceShell by @dreamer-coding in #54
Full Changelog: v0.2.4...v0.2.5
v0.2.4
What's Changed
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #37
- Adding new backends by @dreamer-coding in #39
New Contributors
- @dependabot[bot] made their first contribution in #37
Full Changelog: v0.2.3...v0.2.4
v0.2.3
Bug fixes and ensuring static build for library.
Git-Wrap definition:
# ======================
# Git Wrap package definition
# ======================
[wrap-git]
url = https://github.com/fossillogic/fossil-crabdb.git
revision = v0.2.3
[provide]
fossil-crabdb = fossil_crabdb_depv0.2.2
Adding Fossil CrabDB Dependency
Adding Fossil CrabDB Dependency With Meson
-
Install Meson Build System:
Install Meson version1.3or newer:python -m pip install meson # To install Meson python -m pip install --upgrade meson # To upgrade Meson
-
Create a
.wrapFile:
Add thefossil-crabdb.wrapfile in yoursubprojectsdirectory and include the following content:# ====================== # Git Wrap package definition # ====================== [wrap-git] url = https://github.com/fossillogic/fossil-crabdb.git revision = v0.2.2 [provide] fossil-crabdb = fossil_crabdb_dep
-
Integrate the Dependency:
In yourmeson.buildfile, integrate Fossil CrabDB by adding the following line:dep = dependency('fossil-crabdb')
Adding Fossil CrabDB Dependency With CMake
To use Fossil CrabDB with CMake, follow these steps:
-
Install CMake:
Install CMake version3.13.4or newer:python -m pip install cmake # To install CMake python -m pip install --upgrade cmake # To upgrade CMake
-
Find and Integrate Fossil CrabDB:
After installing CMake, you can integrate Fossil CrabDB as a dependency. Add the following lines to yourCMakeLists.txtfile:# Find Fossil CrabDB package find_package(FossilCrabDB REQUIRED) # Link the Fossil CrabDB to your project target_link_libraries(your_target FossilCrabDB)
-
Configure Your CMake Project:
Make sure to configure your CMake project to include the necessary paths and dependencies for Fossil CrabDB. Typically, you’ll want to make sure theFossilCrabDBlibrary is correctly linked in your build configuration.This will ensure that Fossil CrabDB is included and properly built with your project.
v0.2.1
Git-Wrap definition:
# ======================
# Git Wrap package definition
# ======================
[wrap-git]
url = https://github.com/fossillogic/fossil-crabdb.git
revision = v0.2.1
[provide]
fossil-crabdb = fossil_crabdb_depv0.2.0
Git-Wrap definition:
# ======================
# Git Wrap package definition
# ======================
[wrap-git]
url = https://github.com/fossillogic/fossil-crabdb.git
revision = v0.2.0
[provide]
fossil-crabdb = fossil_crabdb_depv0.1.3
Git-Wrap definition:
# ======================
# Git Wrap package definition
# ======================
[wrap-git]
url = https://github.com/fossillogic/fossil-crabdb.git
revision = v0.1.3
[provide]
fossil-crabdb = fossil_crabdb_depv0.1.2
Git-Wrap definition:
# ======================
# Git Wrap package definition
# ======================
[wrap-git]
url = https://github.com/fossillogic/fossil-crabdb.git
revision = v0.1.2
[provide]
fossil-crabdb = fossil_crabdb_depV0.1.0
Git-Wrap definition:
# ======================
# Git Wrap package definition
# ======================
[wrap-git]
url = https://github.com/fossillogic/fossil-crabdb.git
revision = v0.1.0
[provide]
fossil-crabdb = fossil_crabdb_dep