forked from pool/vectorscan
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/vectorscan?expand=0&rev=19
115 lines
4.8 KiB
Plaintext
115 lines
4.8 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Apr 2 18:44:22 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>
|
|
|
|
- drop pcre build dependency used for hscollider which the package
|
|
does not ship
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Sep 3 11:58:05 UTC 2024 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
|
|
|
- Update to 5.4.11:
|
|
* Fix clang 15,16 compilation errors on all platforms, refactor
|
|
CMake build system by @markos in #181
|
|
* Fix version getting out of sync #175 by @markos in #185
|
|
* Ubuntu 20.04 gcc does not define HWCAP2_SVE2 #180 by @markos in #186
|
|
* make pkgconfig a requirement by @markos in #188
|
|
* Correct set_source_files_properties usage by @mlmitch in #189
|
|
* Move VERM16 enums to the end of the list by @markos in #191
|
|
* Merge with master by @markos in #192
|
|
* prepare for 5.4.11 release by @markos in #196
|
|
* release 5.4.11 by @markos in #197
|
|
* Fix missing hs_version.h header (closes #198) by @gliwka in #199
|
|
* fix missing installation of static libs by @markos in #200
|
|
* Fix installation problems by @markos in #201
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Sep 12 12:00:44 UTC 2023 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
|
|
|
- Update to 5.4.10.1:
|
|
* Bugfix/disable fat macos arm
|
|
* Fix compilation with libcxx 16
|
|
* Fix use-of-uninitialized-value due to getData128()
|
|
* Use std::vector instead of boost::container::small_vector under MSan
|
|
* Feature/enable fat runtime arm
|
|
* adding ifndef around HS_PUBLIC_API definition so that
|
|
vectorscan can be statically linked into another shared
|
|
library without exporting symbols
|
|
* Feature/backport hyperscan 2023 q3
|
|
- Run unit-hyperscan in %check
|
|
|
|
-------------------------------------------------------------------
|
|
Wed May 3 06:16:58 UTC 2023 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
|
|
|
- devel package must require libhs%{sover}%{so_suffix}%{sover}
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 6 10:18:17 UTC 2023 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
|
|
|
- Update to 5.4.9:
|
|
* Major change: Enable SVE & SVE2 builds and make it a
|
|
supported architecture! (thanks to @abondarev84)
|
|
* Fix various clang-related bugs
|
|
* Fix Aarch64 bug in Parser.rl because of char signedness.
|
|
Make unsigned char the default in the Parser for all architectures.
|
|
* Fix Power bug, multiple tests were failing.
|
|
* C++20 related change, use prefixed assume_aligned to avoid
|
|
conflict with C++20 std::assume_aligned.
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Oct 31 13:26:43 UTC 2022 - Bernhard Wiedemann <bwiedemann@suse.com>
|
|
|
|
- Stop building machine-dependent binaries (boo#1100677)
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Oct 7 07:21:19 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
- Remove unneeded BuildRequires on python
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Sep 29 11:58:52 UTC 2022 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
|
|
|
- Use GCC9 for Leap/SLE 15.x to fix build
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Sep 16 07:26:34 UTC 2022 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
|
|
|
- Update to 5.4.8:
|
|
* New Vectorscan release, 5-10% faster than 5.4.7 on Arm,
|
|
10-20% faster on Power.
|
|
* CMake: Use non-deprecated method for finding python by @jth
|
|
in #108
|
|
* Optimize vectorscan for aarch64 by using shrn instruction by
|
|
@danlark1 in #113
|
|
* Fixed the PCRE download location by @pareenaverma in #116
|
|
* Bugfix/hyperscan backport 202208 by @markos in #118
|
|
* VSX optimizations by @markos in #119
|
|
* when compiling with mingw64, use __mingw_aligned_malloc() and
|
|
__mingw_aligned_free() by @liquidaty in #121
|
|
* [NEON] simplify/optimize shift/align primitives by @markos
|
|
in #123
|
|
* Merge develop to master by @markos in #124
|
|
- Drop upstream patch:
|
|
* vectorscan-add-missing-header.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jul 5 08:46:28 UTC 2022 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
|
|
|
- Add patch to add missing header:
|
|
* vectorscan-add-missing-header.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Tue May 31 14:34:28 UTC 2022 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
|
|
|
- Update to 5.4.7:
|
|
* Fix word boundary assertions under C++20 by @BigRedEye in #90
|
|
* Fix all ASAN issues in vectorscan by @danlark1 in #93
|
|
* change FAT_RUNTIME to a normal option so it can be set to off by @a16bitsysop in #94
|
|
* Optimized and correct version of movemask128 for ARM by @danlark1 in #102
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 15 14:17:33 UTC 2022 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
|
|
|
- Version 5.4.6
|
|
|