GitXplorerGitXplorer
g

libodb

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
3b7669504da083bee96fa129fd64f79c4ea9b2f7

Bump version to 2.5.0.a2

bboris-kolpackov committed 9 years ago
Unverified
644cba591ff6ec046ac4274b7c343dead847736e

Make database class move-constructible

bboris-kolpackov committed 9 years ago
Unverified
f18ea631bbe47a116a6b8ad6da5ab10a5be8158f

Fix transfer_ptr not to rely on copy elision

bboris-kolpackov committed 9 years ago
Unverified
ad515f85e807f8d21a1b70f5ed288705e0f2f531

Add helper header for nested container emulation

bboris-kolpackov committed 9 years ago
Unverified
84fc7511250a06a9b2c6afb2948abc8efb6bd0dc

Use explicit to-bool conversion in pointer comparison

bboris-kolpackov committed 9 years ago
Unverified
21e2103b836dc51d491c0bde598a926613f91bff

Add missing move() in C++11 mode

bboris-kolpackov committed 9 years ago

README

The README file for this repository.

ODB is an object-relational mapping (ORM) system for C++. It provides tools, APIs, and library support that allow you to persist C++ objects to a relational database (RDBMS) without having to deal with tables, columns, or SQL and without manually writing any of the mapping code. For more information see:

http://www.codesynthesis.com/products/odb/

This package contains the common ODB runtime library. Every application that includes code generated by the ODB compiler will need to link to this library.

See the NEWS file for the user-visible changes from the previous release.

See the LICENSE file for distribution conditions.

See the INSTALL file for prerequisites and installation instructions.

Send questions, bug reports, or any other feedback to the odb-users@codesynthesis.com mailing list.