package/odb: new package
authorAdam Duskett <aduskett@gmail.com>
Mon, 6 Jul 2020 15:30:36 +0000 (17:30 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 12 Jul 2020 10:44:43 +0000 (12:44 +0200)
commitb2266009beffba632d7608624788cd7102748fee
treecfc7d4f69b12a47caad396a430deeacb16e79b76
parente068f33700d63c4a89329fe3f168ae249544877c
package/odb: new package

ODB is an open-source, cross-platform, and cross-database
object-relational mapping (ORM) system for C++. It allows you to
persist C++ objects to a relational database without having to deal
with tables, columns, or SQL and without manually writing any mapping
code.

ODB supports MySQL, SQLite, PostgreSQL, Oracle, and Microsoft SQL
Server relational databases as well as C++98/03 and C++11 language
standards.  It also comes with optional profiles for Boost and Qt
which allow you to seamlessly use value types, containers, and smart
pointers from these libraries in your persistent C++ classes.

This package is used for auto-generating ODB specific header files
into useable code that can be linked against a seperate libodb and a
specific libodb database library.  As such, it is only needed as a
host program and is not user selectable.

Signed-off-by: Adam Duskett <aduskett@gmail.com>
[Kamel: Fix incorrect odb license]
Signed-off-by: Kamel Bouhara <kamel.bouhara@bootlin.com>
[Thomas: add patch fixing gcc10 build, add references to upstream
commits]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
16 files changed:
DEVELOPERS
package/Config.in.host
package/odb/0001-tm.h-include-in-gcc.hxx-appears-to-be-no-longer-nece.patch [new file with mode: 0644]
package/odb/0002-Remove-gratuitous-classes.patch [new file with mode: 0644]
package/odb/0003-Initial-work-to-make-ODB-compatible-with-GCC-6.patch [new file with mode: 0644]
package/odb/0004-Make-compilable-with-GCC-6-in-C-14-mode.patch [new file with mode: 0644]
package/odb/0005-Fix-bug-in-GCC-6-input_location-translation.patch [new file with mode: 0644]
package/odb/0006-Adapt-to-changes-in-GCC-8.patch [new file with mode: 0644]
package/odb/0007-Switch-to-C-11-get-rid-of-auto_ptr-use.patch [new file with mode: 0644]
package/odb/0008-Fix-GCC-8-adaptation-to-be-compatible-with-previous-.patch [new file with mode: 0644]
package/odb/0009-Handle-namespace-aliases-when-parsing-GCC-tree.patch [new file with mode: 0644]
package/odb/0010-Add-initial-support-for-GCC-9.patch [new file with mode: 0644]
package/odb/0011-Adjust-to-changes-in-GCC-10.patch [new file with mode: 0644]
package/odb/Config.in.host [new file with mode: 0644]
package/odb/odb.hash [new file with mode: 0644]
package/odb/odb.mk [new file with mode: 0644]