index
:
odb
1.6
2.1
2.2
2.3
2.5.0-b.13
2.5.0-b.19
2.5.0-b.25+1
as
build2-control
bulk
ci
compat-16
direct-load
fix-fedora-bindist
history/direct-load
issue
libodb
libodb-boost
libodb-mssql
libodb-mysql
libodb-oracle
libodb-pgsql
libodb-qt
libodb-sqlite
master
multi-package
multi-package-version
odb-examples
odb-tests
query-intf
see_through_member
test
winlimit
Object-relational mapping (ORM) system for C++
Boris Kolpackov
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
23 hours
Add support for std::optional mapping with --std c++17 or later
HEAD
master
Boris Kolpackov
10
-59
/
+207
47 hours
Fix Clang warnings
Boris Kolpackov
14
-24
/
+25
48 hours
Remove stray include directives
Boris Kolpackov
2
-2
/
+0
48 hours
Disable use of std::unordered_map in session (GH #29)
Boris Kolpackov
1
-0
/
+12
6 days
Use std::unordered_map instead of std::map in session if object id is hashable
Boris Kolpackov
1
-3
/
+23
6 days
Drop obsolete POSIX and Win32 thread support implementations
Boris Kolpackov
38
-1711
/
+5
6 days
Replace custom metaprogramming facilities with standard
Boris Kolpackov
30
-372
/
+94
6 days
Replace details::thread with std::thread
Boris Kolpackov
8
-368
/
+16
6 days
Delete copy constructor/assignment instead of making them private
Boris Kolpackov
62
-414
/
+182
7 days
Use explicit operator bool conversion
Boris Kolpackov
2
-4
/
+2
7 days
Return transaction_impl as std::unique_ptr instead of raw pointer
Boris Kolpackov
48
-115
/
+321
7 days
In odb compiler use -o to instruct g++ to write output to /dev/null (GH #12)
Karen Arutyunov
2
-10
/
+10
7 days
Fix odb compiler not to potentially spoil g++ command line on Windows
Karen Arutyunov
1
-2
/
+8
7 days
Clarify and document moving/copying of database and transaction
Boris Kolpackov
3
-10
/
+73
8 days
Remove unused lazy_ptr_impl_ref type
Karen Arutyunov
2
-90
/
+1
8 days
Add noexcept specifier for some methods of odb::lazy_*_ptr types
Karen Arutyunov
5
-136
/
+184
8 days
Add noexcept specifier for some methods of odb::vector
Karen Arutyunov
5
-43
/
+43
8 days
Delete copy ctor and assignment operator in statement_cache
Boris Kolpackov
5
-0
/
+15
8 days
Add recycle() hook to connection_pool_factory
Boris Kolpackov
10
-12
/
+108
8 days
Get rid of custom shared_ptr implementation
Boris Kolpackov
25
-758
/
+5
8 days
Replace use of details::shared_ptr with std::shared_ptr in connection
Boris Kolpackov
52
-697
/
+414
13 days
Fix mapping between two C++ types for object ids (GH #16)
Karen Arutyunov
3
-7
/
+253
13 days
Fix handling of points_to pragma (GH #9, #13)
Karen Arutyunov
9
-13
/
+677
13 days
Replace use of details::shared_ptr with std::unique_ptr in threads test
Boris Kolpackov
1
-7
/
+8
13 days
Replace use of details::shared_ptr with std::shared_ptr in query_param
Boris Kolpackov
32
-122
/
+120
14 days
Replace use of details::shared_ptr with std::unique_ptr in statement_cache
Boris Kolpackov
15
-90
/
+105
14 days
Replace use of details::shared_ptr with std::shared/unique_ptr in statement
Boris Kolpackov
70
-371
/
+401
14 days
Replace use of details::shared with custom ref counting in dynamic query_param
Boris Kolpackov
4
-11
/
+13
2026-05-26
Replace use of details::shared_ptr with std::shared_ptr in multiple_exceptions
Boris Kolpackov
3
-9
/
+11
2026-05-26
Replace use of details::shared_ptr with std::shared_ptr in prepared_query_impl
Boris Kolpackov
9
-107
/
+69
2026-05-26
Replace use of details::shared_ptr with std::shared_ptr in result_impl
Boris Kolpackov
7
-49
/
+45
2026-05-26
Replace use of details::shared_ptr with std::unique_ptr in odb::session
Boris Kolpackov
2
-5
/
+5
2026-05-19
Update pre-generated code
Boris Kolpackov
2
-6
/
+5
2026-05-19
Replace odb::details::function_wrapper with std::function
Boris Kolpackov
9
-306
/
+47
2026-05-19
Replace odb::details::transfer_ptr with std::unique_ptr
Boris Kolpackov
12
-178
/
+94
2026-05-19
Replace odb::details::unique_ptr with std::unique_ptr
Boris Kolpackov
20
-133
/
+49
2026-05-19
Get rid of Sun CC workarounds
Boris Kolpackov
25
-318
/
+151
2026-05-19
Clean up references to std::auto_ptr
Boris Kolpackov
11
-12
/
+12
2026-05-18
Add few missing <odb/details/config.hxx> inclusions
Boris Kolpackov
2
-0
/
+3
2026-05-18
Get rid of C++98 support
Boris Kolpackov
63
-1513
/
+49
2026-05-18
Make C++11 default ODB compiler standard, stop accepting C++98
Boris Kolpackov
3
-15
/
+13
2026-05-18
Replace ODB_NOTHROW_NOEXCEPT with straight noexcept
Boris Kolpackov
29
-150
/
+127
2026-05-18
Drop TR1 support
Boris Kolpackov
12
-1390
/
+16
2026-05-14
Suppress bogus warning in odb::nullable when compiling with older GCC
Boris Kolpackov
1
-0
/
+14
2026-05-13
Fix odb-{tests,examples} manifests to test Windows binary distributions
Karen Arutyunov
2
-0
/
+92
2026-05-13
Fix libodb-mysql examples failure due to warning issued by mysql client
Karen Arutyunov
1
-2
/
+3
2026-05-13
Further cleanup of Qt5 support
Boris Kolpackov
6
-21
/
+15
2026-05-12
Disable -Wuninialized in GCC 16 due to false positives (GCC bug 121840)
Boris Kolpackov
1
-0
/
+8
2026-05-12
Remove support for Qt5 from manifests and buildfiles
Karen Arutyunov
25
-398
/
+38
2026-05-12
Fix GCC 'may be used uninitialized' warning in odb-tests
Karen Arutyunov
2
-2
/
+2
[next]