11 Commits

Author SHA1 Message Date
Vladimir
a743565796 Apply formatting
find . -iname '*.h' -o -iname '*.cpp' | xargs clang-format -i
2025-01-13 01:23:52 +05:00
Vladimir
8b5594e812 Added namespace to settings 2017-12-19 19:32:51 +05:00
Vladimir
e99b15fde0 Added namespace to parser 2017-12-13 13:08:28 +05:00
Vladimir
13e1da5fd5 Code style changed with plugin Beautifier and Artistic Style 2016-10-15 19:31:03 +05:00
Vladimir
afa19da8b4 Removed delimiter lines //-------------- 2016-10-15 17:50:29 +05:00
Vladimir
199da5a413 Added comments to code 2016-03-15 22:13:53 +05:00
Vladimir
e2e011b611 Updated EOF detection in BitStream;
To fix infinite loop, caused by empty source data.
2016-03-15 22:12:08 +05:00
Vladimir
923ecd832b BitStream updated to optional set bits to 1 by default 2013-09-17 02:02:30 +06:00
Vladimir
4b003160c1 Workaround for the simplest algorithms with '1' bits by default 2013-09-14 22:43:43 +06:00
Vladimir
e46acf3375 Small changes in bit assignment 2013-09-14 21:09:54 +06:00
Vladimir
26a0585a65 Files moved to other directories to make sources more structured 2013-01-13 14:16:24 +06:00