| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Fixed bug(s) in tagging-based deletes | Douglas B. Rumbaugh | 2023-06-09 | 1 | -9/+8 | |
| | | ||||||
| * | Build changes and interface cleanup | Douglas B. Rumbaugh | 2023-06-09 | 2 | -13/+13 | |
| | | | | | | | | | | | Renamed the get_record_cnt() functions to get_record_count() for consistency, dropped references to SSIs, and added openmp build flags for PGM related targets. Also adjusted dynamic_extension_tests.inc to fail when an erase fails during the static structure testing as part of debugging a delete cancellation problem under leveling. | |||||
| * | triespline tests: added <functional> header | Douglas B. Rumbaugh | 2023-06-09 | 1 | -0/+2 | |
| | | | | | | For some reason, this is necessary on some of my machines for the test to build. | |||||
| * | Adjusted DE tests to cover all policy configurations | Douglas Rumbaugh | 2023-06-07 | 5 | -12/+100 | |
| | | ||||||
| * | Interface adjustments | Douglas Rumbaugh | 2023-06-07 | 7 | -15/+15 | |
| | | | | | | | Layout and Delete Policies are now specified via template parameters, and rejection sampling has been removed as an argument to the mutable buffer constructor. | |||||
| * | Added TrieSpline and PGM Range queries + tests and bugfixes | Douglas Rumbaugh | 2023-06-05 | 3 | -3/+144 | |
| | | ||||||
| * | PGM-based shard | Douglas Rumbaugh | 2023-06-05 | 1 | -0/+217 | |
| | | ||||||
| * | TrieSpline tests+bugfixes | Douglas Rumbaugh | 2023-06-05 | 1 | -0/+217 | |
| | | ||||||
| * | Test refactoring: pulled record stripping function to testing.h | Douglas Rumbaugh | 2023-06-05 | 4 | -33/+11 | |
| | | ||||||
| * | Added point-lookup tests for WIRS and WSS | Douglas Rumbaugh | 2023-06-05 | 3 | -0/+101 | |
| | | ||||||
| * | WSS tests + bugfixes | Douglas Rumbaugh | 2023-06-05 | 2 | -9/+363 | |
| | | ||||||
| * | MemISAM tests + bugfixes | Douglas Rumbaugh | 2023-06-05 | 1 | -130/+290 | |
| | | ||||||
| * | Fixed uninitialized record header issue | Douglas Rumbaugh | 2023-05-30 | 1 | -4/+0 | |
| | | ||||||
| * | Framework query bugfixes | Douglas Rumbaugh | 2023-05-29 | 1 | -9/+18 | |
| | | ||||||
| * | Framework-level query testing + fixes | Douglas Rumbaugh | 2023-05-29 | 2 | -9/+13 | |
| | | ||||||
| * | WIRS Query tests + fixes | Douglas Rumbaugh | 2023-05-29 | 1 | -80/+127 | |
| | | ||||||
| * | Adjusted the way that Wrapping records works to clean up interfaces | Douglas Rumbaugh | 2023-05-29 | 5 | -79/+63 | |
| | | ||||||
| * | Tests and bugfixes for framework | Douglas Rumbaugh | 2023-05-29 | 5 | -135/+127 | |
| | | ||||||
| * | Started implementing shard interface (not finished yet) | Douglas Rumbaugh | 2023-05-17 | 3 | -17/+19 | |
| | | ||||||
| * | Removed unncessary tagging paramter from shards and levels | Douglas Rumbaugh | 2023-05-17 | 3 | -25/+25 | |
| | | ||||||
| * | Record format generalization | Douglas Rumbaugh | 2023-05-15 | 6 | -175/+213 | |
| | | | | | | Currently, tombstone counting is bugged. But the rest of it appears to be working. | |||||
| * | Ported over IRS with unit tests | Douglas Rumbaugh | 2023-05-09 | 4 | -22/+254 | |
| | | ||||||
| * | Header update | Douglas Rumbaugh | 2023-05-09 | 6 | -1/+62 | |
| | | ||||||
| * | Dynamic Extension unit tests + bugfixes | Douglas Rumbaugh | 2023-05-09 | 2 | -61/+459 | |
| | | ||||||
| * | Internal Level and PagedFile Unit Tests | Douglas Rumbaugh | 2023-05-09 | 2 | -0/+432 | |
| | | ||||||
| * | WIRS Shard testing and bugfixes | Douglas Rumbaugh | 2023-05-09 | 1 | -0/+293 | |
| | | ||||||
| * | MutableBuffer tests and bugfixes | Douglas Rumbaugh | 2023-05-09 | 2 | -0/+453 | |