index
:
Project-1CE/external_zlib-ng
lineage-18.1
sugisawa-mr1
tachibana
tachibana-mr1
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
functable.h
Age
Commit message (
Expand
)
Author
2020-08-31
Fix numerous sign-conversion warnings in compare256/compare258 and
Hans Kristian Rosbach
2020-08-31
Rename ZLIB_INTERNAL to Z_INTERNAL for consistency.
Nathan Moinvaziri
2020-08-23
Add optional support for thread local storage. (#733)
Nathan Moinvaziri
2020-08-21
Remove return value from insert_string, since it is always ignored and
Hans Kristian Rosbach
2020-08-14
Fixed many possible loss of data warnings where insert_string and quick_inser...
Nathan Moinvaziri
2020-06-28
Split memcopy by architecture.
Nathan Moinvaziri
2020-05-30
Remove IPos typedef which also helps to reduce casting warnings.
Nathan Moinvaziri
2020-05-24
Converted compare258 to static and convert longest_match to template.
Nathan Moinvaziri
2020-05-24
Abstracted out architecture specific implementations of 258 byte comparison t...
Nathan Moinvaziri
2020-05-01
Standardize fill_window implementations and abstract out slide_hash_neon for ...
Nathan Moinvaziri
2020-04-30
Standardize insert_string functionality across architectures. Added unaligned...
Nathan Moinvaziri
2019-09-04
Add slide_hash to functable, and enable the sse2-optimized version.
Hans Kristian Rosbach
2018-09-17
Make functable thread-local.
Mika Lindqvist
2018-02-16
wrap crc32 in functable (#145)
Daniel Black
2017-08-17
Make sure we don't export internal functions
Hans Kristian Rosbach
2017-05-03
Lazily initialize functable members. (#108)
Mika Lindqvist
2017-04-24
- Add adler32 to functable
Hans Kristian Rosbach
2017-04-24
Add a struct func_table and function functableInit.
Hans Kristian Rosbach