replaced store binding with a database binding based on a berkeley db
authorLoïc Collignon <loic.collignon@iot.bzh>
Tue, 24 Oct 2017 11:34:38 +0000 (13:34 +0200)
committerLoïc Collignon <loic.collignon@iot.bzh>
Tue, 24 Oct 2017 11:34:38 +0000 (13:34 +0200)
commit97325dd67f3b7858bd093fc161d0a56e7c7bc9bd
tree6478f34c28889205ddd7f000e3dd75aef68316cd
parent4f50493fc0ef4d0c33124ebf52908849196ad685
replaced store binding with a database binding based on a berkeley db

Change-Id: I03978ecbf996ebc6d53a88dfd2b275051080016f
Signed-off-by: Loïc Collignon <loic.collignon@iot.bzh>
68 files changed:
ll-database-binding/.gitmodules [new file with mode: 0644]
ll-database-binding/CMakeLists.txt [new file with mode: 0644]
ll-database-binding/README.md [new file with mode: 0644]
ll-database-binding/conf.d/app-templates/.gitignore [new file with mode: 0644]
ll-database-binding/conf.d/app-templates/.gitreview [new file with mode: 0644]
ll-database-binding/conf.d/app-templates/LICENSE [new file with mode: 0644]
ll-database-binding/conf.d/app-templates/README.md [new file with mode: 0644]
ll-database-binding/conf.d/app-templates/book.json [new file with mode: 0644]
ll-database-binding/conf.d/app-templates/cmake/cmake.d/01-build_options.cmake [new file with mode: 0644]
ll-database-binding/conf.d/app-templates/cmake/cmake.d/02-variables.cmake [new file with mode: 0644]
ll-database-binding/conf.d/app-templates/cmake/cmake.d/03-macros.cmake [new file with mode: 0644]
ll-database-binding/conf.d/app-templates/cmake/cmake.d/04-extra_targets.cmake [new file with mode: 0644]
ll-database-binding/conf.d/app-templates/cmake/common.cmake [new file with mode: 0644]
ll-database-binding/conf.d/app-templates/cmake/configure_file.cmake [new file with mode: 0644]
ll-database-binding/conf.d/app-templates/cmake/export.map [moved from ll-store-binding/src/export.map with 100% similarity]
ll-database-binding/conf.d/app-templates/docs/0-Doc-Revisions.md [new file with mode: 0644]
ll-database-binding/conf.d/app-templates/docs/README.md [new file with mode: 0644]
ll-database-binding/conf.d/app-templates/docs/SUMMARY.md [new file with mode: 0644]
ll-database-binding/conf.d/app-templates/docs/_layouts/ebook/page.html [new file with mode: 0644]
ll-database-binding/conf.d/app-templates/docs/_layouts/ebook/pdf_footer.html [new file with mode: 0644]
ll-database-binding/conf.d/app-templates/docs/_layouts/ebook/pdf_header.html [new file with mode: 0644]
ll-database-binding/conf.d/app-templates/docs/_layouts/ebook/summary.html [new file with mode: 0644]
ll-database-binding/conf.d/app-templates/docs/_layouts/layout.html [new file with mode: 0644]
ll-database-binding/conf.d/app-templates/docs/cover.jpg [new file with mode: 0644]
ll-database-binding/conf.d/app-templates/docs/cover_small.jpg [new file with mode: 0644]
ll-database-binding/conf.d/app-templates/docs/dev_guide/0_Abstract.md [new file with mode: 0644]
ll-database-binding/conf.d/app-templates/docs/dev_guide/1_Quickstart.md [new file with mode: 0644]
ll-database-binding/conf.d/app-templates/docs/dev_guide/2_project_architecture.md [new file with mode: 0644]
ll-database-binding/conf.d/app-templates/docs/dev_guide/3_advanced_usage.md [new file with mode: 0644]
ll-database-binding/conf.d/app-templates/docs/dev_guide/4_advanced_customization.md [new file with mode: 0644]
ll-database-binding/conf.d/app-templates/docs/dev_guide/5_autobuild.md [new file with mode: 0644]
ll-database-binding/conf.d/app-templates/docs/dev_guide/pictures/iotbzh_logo_small.png [new file with mode: 0644]
ll-database-binding/conf.d/app-templates/docs/resources/cover.svg [new file with mode: 0644]
ll-database-binding/conf.d/app-templates/docs/resources/ebook.css [new file with mode: 0644]
ll-database-binding/conf.d/app-templates/docs/resources/make_cover.sh [new file with mode: 0755]
ll-database-binding/conf.d/app-templates/gendocs.sh [new file with mode: 0755]
ll-database-binding/conf.d/app-templates/samples.d/CMakeLists.txt.sample [moved from ll-store-binding/CMakeLists.txt with 90% similarity]
ll-database-binding/conf.d/app-templates/samples.d/config.cmake.sample [new file with mode: 0644]
ll-database-binding/conf.d/app-templates/samples.d/config.xml.in.sample [new file with mode: 0644]
ll-database-binding/conf.d/app-templates/samples.d/xds-config.env.sample [new file with mode: 0644]
ll-database-binding/conf.d/app-templates/template.d/config.xml.in [new file with mode: 0644]
ll-database-binding/conf.d/app-templates/template.d/deb-config.dsc.in [new file with mode: 0644]
ll-database-binding/conf.d/app-templates/template.d/deb-config.install.in [new file with mode: 0644]
ll-database-binding/conf.d/app-templates/template.d/debian.changelog.in [new file with mode: 0644]
ll-database-binding/conf.d/app-templates/template.d/debian.compat.in [new file with mode: 0644]
ll-database-binding/conf.d/app-templates/template.d/debian.control.in [new file with mode: 0644]
ll-database-binding/conf.d/app-templates/template.d/debian.rules.in [new file with mode: 0644]
ll-database-binding/conf.d/app-templates/template.d/gdb-on-target.ini.in [new file with mode: 0644]
ll-database-binding/conf.d/app-templates/template.d/install-wgt-on-target.sh.in [new file with mode: 0755]
ll-database-binding/conf.d/app-templates/template.d/rpm-config.spec.in [new file with mode: 0644]
ll-database-binding/conf.d/app-templates/template.d/start-on-target.sh.in [new file with mode: 0755]
ll-database-binding/conf.d/app-templates/template.d/xds-project-target.conf.in [new file with mode: 0644]
ll-database-binding/conf.d/app-templates/wgt/icon-default.png [new file with mode: 0644]
ll-database-binding/conf.d/app-templates/wgt/icon-html5.png [new file with mode: 0644]
ll-database-binding/conf.d/app-templates/wgt/icon-native.png [new file with mode: 0644]
ll-database-binding/conf.d/app-templates/wgt/icon-qml.png [new file with mode: 0644]
ll-database-binding/conf.d/app-templates/wgt/icon-service.png [new file with mode: 0644]
ll-database-binding/conf.d/cmake/FindBerkeleyDB.cmake [new file with mode: 0644]
ll-database-binding/conf.d/cmake/config.cmake [moved from ll-store-binding/conf.d/cmake/config.cmake with 55% similarity]
ll-database-binding/src/.ll-database-binding.c.swp [new file with mode: 0644]
ll-database-binding/src/CMakeLists.txt [new file with mode: 0644]
ll-database-binding/src/export.map [new file with mode: 0644]
ll-database-binding/src/ll-database-binding.c [new file with mode: 0644]
ll-database-binding/src/utils.h [new file with mode: 0644]
ll-store-binding/src/CMakeLists.txt [deleted file]
ll-store-binding/src/ll-store-binding.c [deleted file]
ll-store-binding/start.sh [deleted file]
ll-store-binding/store.sh [deleted file]