Commit Graph

19 Commits

Author SHA1 Message Date
Martchus aff51370d9 implemented computeCrc32() 2015-10-20 08:49:38 +02:00
Martchus cd01df9c64 access CRC tab directly 2015-10-16 21:34:58 +02:00
Martchus 4495067484 fixed aliasing warning 2015-09-16 17:54:40 +02:00
Martchus 33e5585844 using a vector instead of a map for the scopes
Finding a specific scope might be more unhandy
but this way the original order is preserved.
2015-09-16 17:36:52 +02:00
Martchus 4d6bf67188 fixed includes 2015-09-06 20:19:09 +02:00
Martchus 603dbf823a fixed includes 2015-09-06 15:30:16 +02:00
Martchus 5689cb8058 added missing includes 2015-09-01 16:06:37 +02:00
Martchus a59e0b7478 make methods const 2015-08-25 19:13:17 +02:00
Martchus 72b7afb17e added method for reading a single bit 2015-08-08 01:18:24 +02:00
Martchus 7956635de1 added method to read without advancing the current position, added
method to re-establish alignment
2015-07-31 01:23:42 +02:00
Martchus 9f25d76afe improved BitReader 2015-07-27 23:16:49 +02:00
Martchus c62e25ee2a improved conversion utilities 2015-07-18 01:11:12 +02:00
Martchus feaa059375 fixed "end of buffer" condition 2015-07-13 00:59:21 +02:00
Martchus f462d71200 added INI parser 2015-07-07 00:50:49 +02:00
Martchus f396b8afa1 added method for restting the bit reader 2015-07-07 00:50:03 +02:00
Martchus 3c395a955a updated brief 2015-06-21 21:42:32 +02:00
Martchus 6bf736af0e completed BitReader class; small improvements 2015-06-10 21:00:44 +02:00
Martchus 3ede66098f added BitReader class 2015-06-08 22:09:09 +02:00
Martchus 24ba96a17f First commit 2015-04-22 18:36:40 +02:00