Skip to content

Activity

Merge pull request #53 from psiha/fix/partial_fix_for_invoking_vector…

Pull request merge
psihapushed 2 commits to master • 14ac1a4…c39ad49 • 
2 days ago

Partial fix for invoking vector methods on rvalues.

Added a missing return statement to the new vector_impl::grow_to over…

psihapushed 1 commit to master • 0edf7fd…14ac1a4 • 
16 days ago

Deleted branch

psihadeleted feature/resize_with_fill_value • 
17 days ago

Merge pull request #52 from psiha/feature/resize_with_fill_value

Pull request merge
psihapushed 2 commits to master • 288355a…0edf7fd • 
17 days ago

Added overloads for enlarge-resize methods which accept a default-fil…

psihacreated feature/resize_with_fill_value • e2fa24d • 
17 days ago

Merge pull request #51 from psiha/feature/minor_optimization_for_vect…

Pull request merge
psihapushed 2 commits to master • b88fc85…288355a • 
17 days ago

vector_impl: skip zero-init of trivially constructible types for zero…

Deleted branch

psihadeleted fix/bptree_base_wkey-flatten • 
17 days ago

Merge pull request #50 from psiha/fix/bptree_base_wkey-flatten

Pull request merge
psihapushed 2 commits to master • 691fda9…b88fc85 • 
17 days ago

More tweaks and fixes for partial single node handling in bptree_base…

psihacreated fix/bptree_base_wkey-flatten • 5813af7 • 
17 days ago

Fixed partial single node handling in bptree_base_wkey<>::flatten().

Force push
psihaforce pushed to master • 5111f5a…691fda9 • 
17 days ago

Fixed partial single node handling in bptree_base_wkey<>::flatten().

psihapushed 1 commit to master • fb9726e…5111f5a • 
17 days ago

Fixed a Clang 20 warning.

psihapushed 1 commit to master • 31b49c1…fb9726e • 
22 days ago

Minor comment and assertion clarifications.

psihapushed 1 commit to master • 8542175…31b49c1 • 
24 days ago

Deleted branch

psihadeleted fix/bpt_lone_root_append • 
on Mar 25

Merge pull request #49 from psiha/fix/bpt_lone_root_append

Pull request merge
psihapushed 3 commits to master • 3555dc6…8542175 • 
on Mar 25

Fixed/removed bogus assertions in bulk_append_tail.

psihapushed 1 commit to fix/bpt_lone_root_append • b7c112d…7cf310d • 
on Mar 25

bpt: deduplicated the append-to-lone-root handling from the bulk inse…

psihacreated fix/bpt_lone_root_append • b7c112d • 
on Mar 25

BPT:

psihapushed 1 commit to master • b708d15…3555dc6 • 
on Mar 24

bpt::merge yet another bug in the 'bulk append to a lone root' specia…

psihapushed 1 commit to master • 9b8464b…b708d15 • 
on Mar 24

Fixed narrowing compiler warning.

psihapushed 1 commit to master • 8f0a420…9b8464b • 
on Mar 24

Deleted branch

psihadeleted fix/bpt_merge_insert_edge_cases • 
on Mar 24

Merge pull request #48 from psiha/fix/bpt_merge_insert_edge_cases

Pull request merge
psihapushed 10 commits to master • 76f245f…8f0a420 • 
on Mar 24

Fixed/updated the bp_tree::playground unit test.

psihapushed 2 commits to fix/bpt_merge_insert_edge_cases • c89e39f…705e8aa • 
on Mar 24

Fixed a new bug in the 'bulk append to a lone root' special case code…

psihapushed 1 commit to fix/bpt_merge_insert_edge_cases • 10f7e5b…c89e39f • 
on Mar 24

bpt::insert fixed a bug in the 'bulk append to a lone root' special c…

psihapushed 1 commit to fix/bpt_merge_insert_edge_cases • 15a3863…10f7e5b • 
on Mar 22

Another bugfix in bptree_base::base_iterator::at_positive_offset().

psihapushed 2 commits to fix/bpt_merge_insert_edge_cases • 868115e…15a3863 • 
on Mar 21