summaryrefslogtreecommitdiffstats
path: root/common/lzodefs.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove support for Irix, which is discontinued and does not provide a c++17 ↵HEADmasterMichele Calgaro2026-01-301-3/+0
| | | | | | complaint compiler. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove support for HPUX, which is discontinued and does not provide a c++17 ↵Michele Calgaro2026-01-171-7/+0
| | | | | | complaint compiler. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop support for Watcom compiler, which is not c++17 compliantMichele Calgaro2026-01-061-49/+4
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove support for OSFMichele Calgaro2025-01-101-3/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove support for Metrowerks compilerMichele Calgaro2024-12-301-19/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop Borland compiler specific codeMichele Calgaro2024-10-261-89/+13
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Removed code formatting modelines.Michele Calgaro2020-09-191-2/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Update LZO to version 2.07Johannes Schindelin2014-06-271-574/+1721
| | | | | | | | | | It was reported that LZO has security issues in LMS-2014-06-16-1: Oberhumer LZO (CVE-2014-4607): http://seclists.org/oss-sec/2014/q2/665 This was also reported by Alex Xu as https://github.com/LibVNC/libvncserver/issues/9. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
* Update minilzo library used for Ultra encoding to ver 2.04.Christian Beier2011-02-261-0/+1851
According to the minilzo README, this brings a significant speedup on 64-bit architechtures. Changes compared to old version 1.08 can be found here: http://www.oberhumer.com/opensource/lzo/lzonews.php Signed-off-by: Christian Beier <dontmind@freeshell.org>