several improvements for linked-lists
-
support move construct/assignment for linked-lists themselves and when moving into a 'normal' list
-
better consistency with begin/end signatures and the various iterators.
Edited by Mark OLESEN
Merge request reports
Activity
Filter activity
added 48 commits
-
3196132b...1e16210c - 47 commits from branch
develop
- c9043bac - ENH: several improvements for linked-lists
-
3196132b...1e16210c - 47 commits from branch
changed milestone to %v1806
added 203 commits
-
c9043bac...8fd7d792 - 186 commits from branch
develop
- 82f56fc0 - COMP: better handling of versioned cmake libraries
- a8c40cc8 - ENH: cleanup List constructors (issue #725 (closed))
- f2c9d9b4 - STYLE: replace HashSet/HashTable xfer with equivalent movable (issue #726 (closed))
- d438a2ab - STYLE: two-parameter Foam::name replaced by word::printf (issue #724 (closed))
- 7b6dd4f7 - BUG: incorrect HashTable / HashSet instances
- 564a417b - STYLE: simplify hashing to use struct instead of class
- b238aa68 - ENH: several improvements for linked-lists
- 41614018 - ENH: PtrList, UPtrList cleanup
- 04963b9f - STYLE: use Pair flip() method instead of global Swap() function
- 755c5b7a - ENH: allow early completion in PackedBoolList::used()
- f3e45d48 - ENH: remove Foam::Swap specializations for HashSet, HashTable
- b565d279 - ENH: make hashedWordList movable
- b918b74c - ENH: improved swap/transfer methods for FixedList
- 97348a19 - ENH: replace reverse iterators for UList
- da5ec968 - ENH: make CompactListList swapable and move construct/assignable
- 2b652faf - ENH: avoid xfer on simple data types
- 133dd2ad - ENH: minor cleanup of the Xfer class
Toggle commit list-
c9043bac...8fd7d792 - 186 commits from branch
added 37 commits
-
133dd2ad...b6caf728 - 26 commits from branch
develop
- cf54ceb7 - ENH: several improvements for linked-lists
- a11b603c - ENH: PtrList, UPtrList cleanup
- ff7ef3fd - STYLE: use Pair flip() method instead of global Swap() function
- 314e8d32 - ENH: allow early completion in PackedBoolList::used()
- cfd7c972 - ENH: remove Foam::Swap specializations for HashSet, HashTable
- 62988709 - ENH: make hashedWordList movable
- 539a2ca7 - ENH: improved swap/transfer methods for FixedList
- a12d4494 - ENH: replace reverse iterators for UList
- 14f0cf32 - ENH: make CompactListList swapable and move construct/assignable
- 0d71fdf7 - ENH: avoid xfer on simple data types
- b1f8d560 - ENH: minor cleanup of the Xfer class
Toggle commit list-
133dd2ad...b6caf728 - 26 commits from branch
mentioned in commit 38a89f87
Please register or sign in to reply