23 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
ab1acea3e1 Scoped enums 2017-12-18 21:01:01 +05:00
Vladimir
e99b15fde0 Added namespace to parser 2017-12-13 13:08:28 +05:00
Vladimir
5901184726 Added namespace for RLE compressor 2017-10-09 21:57:10 +05:00
Vladimir
8c1ffcaa00 Prefix '-1' for non-sequence block with length == 1 changed to sequence block '+1' 2017-08-13 15:47: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
f885668d83 Missing break statement in switch #32772 2015-11-12 18:05:59 +05:00
Vladimir
41ae2a9568 Fixed: free memory after rle compression 2014-08-13 19:07:51 +06:00
Vladimir
93515e3a16 Variable renamed 2014-08-13 01:32:59 +06:00
Vladimir
6a6081b902 Minimal equals sequence added as parameter to compress() method 2014-08-13 01:02:02 +06:00
Vladimir
55c09d74a9 Compressor updated 2014-08-13 01:02:02 +06:00
Vladimir
af339f7f1b Method compress() updated 2014-08-13 01:02:02 +06:00
Vladimir
f59fdf77be Fixes 2014-08-13 01:02:02 +06:00
Vladimir
3ad28c912c Added mthod to combine small and non-equal sequences 2014-08-13 01:02:02 +06:00
Vladimir
7e68e83fae Collect sequences only with equals values 2014-08-13 01:02:02 +06:00
Vladimir
129edc1bfd Added methods to write sequence to output 2014-08-13 01:02:02 +06:00
Vladimir
42dfd11870 Addednew method to collect sequences of data 2014-08-13 01:02:02 +06:00
Vladimir
e895342062 Added license notice 2013-01-19 15:51:21 +06:00
Vladimir
594a09c861 Debug output removed 2012-09-22 18:58:08 +06:00
Vladimir
769bedf688 Some warnings fixed 2012-09-19 23:02:24 +06:00
Vladimir
ca736165c8 Debug output disabled 2012-09-18 19:39:46 +06:00
Vladimir
79b42e1da4 Added RLE compresssion algorithm 2012-09-18 19:12:58 +06:00