10 Commits

Author SHA1 Message Date
9e0486c1f6 Use standard integer types 2025-04-26 09:34:02 -07:00
Lioncash
a3a6e3b42a LZLookupTable: Reuse setLookAheadWindow within constructor
Provides the same behavior without duplicating code.
2019-08-15 23:48:49 -04:00
Lioncash
f7b8c33ed2 LZLookupTable: Default-initialize class members directly in the class
Same thing without the need to duplicate the variable name.
2019-08-15 23:45:17 -04:00
Lioncash
3092dc79e7 LZLookupTable: Default destructor 2019-08-15 23:41:10 -04:00
Lioncash
663696fe72 LZLookupTable: Make member functions const where applicable
While we're at it, we can convert compare_equal into an operator==
operator!= pair, and make the curPos argument to search() const as well.
2019-08-15 23:39:45 -04:00
Jack Andersen
7243c687a8 New code style refactor 2018-12-07 19:18:17 -10:00
6ee11b9a08 * Fix styling 2015-05-18 20:24:56 -07:00
190f1e8c17 * Fix commit
* Fix LZO implementation (use lzo1x_decompress_safe)
2015-03-01 13:22:59 -08:00
097a507bd0 * Visual Studio fixes (requires VS2013 at the minimum) 2014-12-28 20:46:43 -08:00
e8fad79134 * Add LZ77 Compression 2014-09-09 09:36:29 -07:00