]> code.bitgloo.com Git - clyne/consteval-huffman.git/shortlog
clyne/consteval-huffman.git
2020-12-30 friendlyanonFix include path in readme 1/head
2020-12-30 friendlyanonAdd root lists file
2020-12-30 friendlyanonMove the library header to the include folder
2020-12-30 clyneadding missing returns for cbegin and cend
2020-12-30 clyneUpdate README.md
2020-12-30 clyneUpdate README.md
2020-12-30 clyneClean up readme, add guide
2020-12-29 clyneRename decoder
2020-12-29 clyneAdd data(); optimize decoder
2020-12-29 clyneAdd size()
2020-12-29 clyneUpdate README.md
2020-12-29 clyneAdd noexcept; modify to support literal suffix
2020-12-28 clyneAdd usize_t, now obeys -pedantic
2020-12-28 clyneUpdate readme for new features
2020-12-28 clyneOptimized decoder increment
2020-12-27 Clyne Sullivandecoder conforms to std::forward_iterator
2020-11-15 clyneprevent compression if it doesn't save space
2020-11-15 clynefixed bytes_saved for reporting negative values
2020-08-04 clyneUpdate README.md
2020-08-02 Clyne Sullivaninclude size of decode tree
2020-08-02 Clyne Sullivancleanup part 2; done
2020-08-02 Clyne Sullivancleanup part 1
2020-07-31 clyneFix issues with last bits
2020-07-02 clyneAdded iterative decoder; fixed bit alignments
2020-07-01 clyneAdded missing deallocation
2020-07-01 clyneFigured out class organization
2020-07-01 clyneRevert attempt to switch from struct to class
2020-07-01 clyneCreate consteval_huffman.hpp
2020-07-01 clyneInitial commit