Age | Commit message (Expand) | Author |
---|---|---|
2020-12-29 | Rename decoder | clyne |
2020-12-29 | Add data(); optimize decoder | clyne |
2020-12-29 | Add size() | clyne |
2020-12-28 | Add noexcept; modify to support literal suffix | clyne |
2020-12-27 | Add usize_t, now obeys -pedantic | clyne |
2020-12-27 | Optimized decoder increment | clyne |
2020-12-27 | decoder conforms to std::forward_iterator | Clyne Sullivan |
2020-11-15 | prevent compression if it doesn't save space | clyne |
2020-11-14 | fixed bytes_saved for reporting negative values | clyne |
2020-08-01 | include size of decode tree | Clyne Sullivan |
2020-08-01 | cleanup part 2; done | Clyne Sullivan |
2020-08-01 | cleanup part 1 | Clyne Sullivan |
2020-07-31 | Fix issues with last bits | clyne |
2020-07-02 | Added iterative decoder; fixed bit alignments | clyne |
2020-07-01 | Added missing deallocation | clyne |
2020-07-01 | Figured out class organization | clyne |
2020-07-01 | Revert attempt to switch from struct to class | clyne |
2020-07-01 | Create consteval_huffman.hpp | clyne |