aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2020-12-31memoize node list and sizes (issue #3)memoizeClyne Sullivan
2020-12-31Fixed decoder::end() for uncompressed scenarioclyne
See issue #2
2020-12-31Fix godbolt links for new include locationclyne
2020-12-31Merge pull request #1 from friendlyanon/masterclyne
CMake project structure
2020-12-30Fix include path in readmefriendlyanon
2020-12-30Add root lists filefriendlyanon
2020-12-30Move the library header to the include folderfriendlyanon
2020-12-30adding missing returns for cbegin and cendclyne
2020-12-30Update README.mdclyne
2020-12-29Update README.mdclyne
2020-12-29Clean up readme, add guideclyne
2020-12-29Rename decoderclyne
2020-12-29Add data(); optimize decoderclyne
2020-12-29Add size()clyne
2020-12-28Update README.mdclyne
2020-12-28Add noexcept; modify to support literal suffixclyne
2020-12-27Add usize_t, now obeys -pedanticclyne
2020-12-27Update readme for new featuresclyne
2020-12-27Optimized decoder incrementclyne
2020-12-27decoder conforms to std::forward_iteratorClyne Sullivan
2020-11-15prevent compression if it doesn't save spaceclyne
2020-11-14fixed bytes_saved for reporting negative valuesclyne
2020-08-03Update README.mdclyne
2020-08-01include size of decode treeClyne Sullivan
2020-08-01cleanup part 2; doneClyne Sullivan
2020-08-01cleanup part 1Clyne Sullivan
2020-07-31Fix issues with last bitsclyne
2020-07-02Added iterative decoder; fixed bit alignmentsclyne
2020-07-01Added missing deallocationclyne
2020-07-01Figured out class organizationclyne
2020-07-01Revert attempt to switch from struct to classclyne
2020-07-01Create consteval_huffman.hppclyne
2020-07-01Initial commitclyne