summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Fixed functions declared without a prototype warning in tools.Nathan Moinvaziri2022-08-152-2/+2
* zlib 1.2.12Nathan Moinvaziri2022-06-131-1/+1
* Speed up software CRC-32 computation by a factor of 1.5 to 3.Nathan Moinvaziri2022-05-251-124/+197
* Use PREFIX() for some of the Z_INTERNAL symbolsIlya Leoshkevich2022-04-271-1/+1
* Switch to using Codecov GitHub Action.Nathan Moinvaziri2022-02-231-9/+0
* Separate MIN_MATCH into STD_MIN_MATCH and WANT_MIN_MATCHHans Kristian Rosbach2021-06-131-6/+6
* Change bi_reverse to use a bit-twiddling hack for 240x speed improvement.Nathan Moinvaziri2021-06-131-1/+1
* Fix error in comment on the polynomial representation of a byte.Mark Adler2021-02-031-1/+1
* Separate crc32 and crc32_combine tables so the crc32_combine tables are not i...Nathan Moinvaziri2020-11-221-18/+39
* Fixed tab indentation for inffixed_tbl.h.Nathan Moinvaziri2020-09-241-13/+13
* Rename ZLIB_INTERNAL to Z_INTERNAL for consistency.Nathan Moinvaziri2020-08-312-7/+7
* Renamed trees_p.h to trees.h.Nathan Moinvaziri2020-08-271-1/+1
* Rename table headers with tbl suffix.Nathan Moinvaziri2020-08-273-12/+11
* Fix inconsistent wildcards in CHOST canonicalization scriptNiLuJe2020-08-151-2/+2
* configure: move config.sub to tools subdirDan Kegel2020-07-171-0/+17
* Fixed casting warning from bi_reverse in maketrees.Nathan Moinvaziri2020-05-301-1/+1
* Unify emitting of literals and match dist/lengths. Removed deflate quick stat...Nathan Moinvaziri2020-05-061-3/+3
* Attempt to run codecov again if it fails.Hans Kristian Rosbach2020-03-091-0/+9
* Fixed formatting, 4 spaces for code intent, 2 spaces for preprocessor indent,...Nathan Moinvaziri2020-02-071-1/+1
* Fixed use of uninitialized value state in makefixed. #437Nathan Moinvaziri2019-10-071-0/+1
* Add makecrct test and clean up makecrct.c codeHans Kristian Rosbach2019-09-201-118/+88
* Split crc table generating code (MAKECRCH) out into separate tool makecrct.Hans Kristian Rosbach2019-09-201-0/+186
* Add maketrees test and clean up maketrees.c codeHans Kristian Rosbach2019-09-201-61/+28
* Split maketrees out into a separate toolHans Kristian Rosbach2019-09-201-0/+180
* Remove BUILDFIXED and MAKEFIXED. (#375)Hans Kristian Rosbach2019-08-081-0/+89
* cleanup: remove unused fileSebastian Pop2019-01-311-3/+0
* CMakeLists.txt: better checking for Intel intrinsics.René J.V. Bertin2017-02-131-0/+3