Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-09-29 | Add comparison operators | David Robillard | 2 | -0/+17 | |
2018-09-29 | Add NOT operators | David Robillard | 2 | -0/+14 | |
2018-09-29 | Add print operators | David Robillard | 2 | -0/+20 | |
2018-09-29 | Add pop count operations | David Robillard | 3 | -0/+31 | |
2018-09-29 | Clean up types and fix every even remotely reasonable warning | David Robillard | 10 | -241/+276 | |
2018-09-29 | Use calloc to ensure racks are zero initialized with low overhead | David Robillard | 1 | -8/+21 | |
2018-09-29 | Replace BBV_MODSPLIT macro with Ref utility struct | David Robillard | 1 | -44/+50 | |
2018-09-29 | Flesh out bitvec tests | David Robillard | 1 | -0/+6 | |
2018-09-29 | Add equality operators | David Robillard | 2 | -0/+20 | |
2018-09-29 | Add methods to set all bits | David Robillard | 2 | -0/+14 | |
2018-09-29 | Rename fsb() to find_first() to match boost::dynamic_bitset | David Robillard | 3 | -4/+4 | |
2018-09-29 | Rename toggle() to flip() to match std::bitset | David Robillard | 3 | -8/+8 | |
2018-09-29 | Fix BigBitVec assignment operators | David Robillard | 1 | -12/+19 | |
2018-09-29 | Clean up remaining code and format consistently with clang-format | David Robillard | 6 | -430/+409 | |
2018-09-29 | Move conditional comments inside branches | David Robillard | 1 | -14/+17 | |
2018-09-29 | Remove superfluous return statements | David Robillard | 2 | -30/+0 | |
2018-09-29 | Fix indentation | David Robillard | 1 | -389/+389 | |
2018-09-29 | Simplify compactIndex | David Robillard | 1 | -12/+10 | |
This enables integral Compact Hilbert Indices. | |||||
2018-09-29 | Clean up bit vector code | David Robillard | 3 | -590/+367 | |
2018-09-29 | Raise responsibility of allocating scratch | David Robillard | 2 | -17/+37 | |
Use copy constructors instead of size-based initialization in deeper methods instead. This avoids the assumption that the types take a dynamic size parameter. | |||||
2018-08-07 | Remove spurious semicolons | David Robillard | 3 | -3/+3 | |
2018-08-07 | Use unique_ptr to manage BigBitVec memory | David Robillard | 1 | -59/+22 | |
2018-08-07 | Use raw integers in BigBitVec | David Robillard | 4 | -104/+72 | |
2018-08-07 | Remove dead code | David Robillard | 2 | -151/+0 | |
2018-08-07 | Support integral points in both directions | David Robillard | 4 | -37/+44 | |
2018-08-07 | Clean up includes | David Robillard | 5 | -7/+12 | |
2018-08-07 | Fix use of reserved identifiers for include guards | David Robillard | 10 | -20/+20 | |
2018-08-07 | Fix potential use of uninitialized memory | David Robillard | 1 | -2/+2 | |
2018-08-07 | Rename library "chilbert" | David Robillard | 10 | -0/+2286 | |