vectorscan/5.4.10
markos
released this
07 Sep 17:14
·
74 commits
to master
since this release
What's Changed
- Fix compilation with libcxx 16 by @rschu1ze in #144
- Fix use-of-uninitialized-value due to getData128() by @azat in #148
- Use std::vector instead of boost::container::small_vector under MSan by @azat in #149
- Feature/enable fat runtime arm by @markos in #165
- adding ifndef around HS_PUBLIC_API definition so that vectorscan can be statically linked into another shared library without exporting symbols by @jeffplaisance in #164
- Feature/backport hyperscan 2023 q3 by @markos in #169
- Prepare for 5.4.10 by @markos in #167
New Contributors
- @rschu1ze made their first contribution in #144
- @azat made their first contribution in #148
- @jeffplaisance made their first contribution in #164
Full Changelog: vectorscan/5.4.9...vectorscan/5.4.10