Friends support
This introduces two classes:
-
ChainSliceis likeTChainexcept it only returns a subset of entries (similar to a slice in Python,[begin:end]) -
SlicedFriendElementallows addingChainSliceto trees' list of friends
A test is currently provided for ChainSlice. The examples test was adapted to compare the results with and without friends.
A demo showing usage is implemented in example02. Changes to darwin.h and Looper.h were needed to facilitate usage.
-
Add tests forSlicedFriendElement -
Remove the initial T, move to aDarwinnamespace, and resetTOffsetFriendElementserialization version to 1 -
Adjust Looperanddarwin.h -
Clean up the examplestests (currently they clutter therootcommand line history) -
Clean up the build system
Cleaning up the build system uncovered #22 (closed) again. So,
Closes #22 (closed).
Edited by Patrick Louis S Connor