]> git.ipfire.org Git - thirdparty/vectorscan.git/shortlog
thirdparty/vectorscan.git
2023-11-16  Konstantinos... Move VERM16 enums to the end of the list 191/head
2023-10-25  Konstantinos... Merge pull request #186 from VectorCamp/bugfix/fix...
2023-10-11  Konstantinos... Merge pull request #185 from VectorCamp/bugfix/fix...
2023-10-10  Konstantinos... Ubuntu 20.04 gcc does not define HWCAP2_SVE2 #180 186/head
2023-10-10  Konstantinos... Merge pull request #181 from VectorCamp/bugfix/fix...
2023-10-09  Konstantinos... fix default arch definition for non fat builds on arm 181/head
2023-10-09  Konstantinos... set default value
2023-10-09  Konstantinos... SVE2 is armv9-a but gcc 11 does not recognize that
2023-10-09  Konstantinos... remove vermicelli_simd.cpp to fix redefinition build...
2023-10-09  Konstantinos... remove unneeded option
2023-10-09  Konstantinos... is not known at that stage
2023-10-09  Konstantinos... fix cmake refactor for arm builds
2023-10-08  Konstantinos... fix default arch/tune flags for ppc64le
2023-10-08  Konstantinos... fix x86 fat binary build
2023-10-08  Konstantinos... fix sqlite3 version detection
2023-10-08  Konstantinos... fix cflags detection for x86
2023-10-08  Konstantinos... fix defaults for -march for x86
2023-10-08  Konstantinos... increase cmake_minimum_version, basically the one in...
2023-10-08  Konstantinos... add missing file
2023-10-08  Konstantinos... WIP: Refactor CMake build system to more modular
2023-10-07  Konstantinos... SVE2 needs armv9-a, fix build
2023-10-07  Konstantinos... add src/nfa/vermicelli_simd.cpp to ppc64le
2023-10-07  Konstantinos... include extra sources for Arm on non-fat builds
2023-10-07  Konstantinos... add missing file
2023-10-07  Konstantinos... add cpuid_flags to ppc64le as well
2023-10-07  Konstantinos... re-add missing file to x86 builds
2023-10-06  Konstantinos... fix fat & normal build errors on arm
2023-10-06  Konstantinos... detect arm_sve.h when using clang on fat runtime builds
2023-10-06  Konstantinos... remove extra print
2023-10-06  Konstantinos... __builtin_constant_p is true in the wrong case on gcc...
2023-10-05  Konstantinos... Reduce debug unit tests runtime even more
2023-10-05  Konstantinos... Don't run regression UE_2595 on debug, it times out CI
2023-10-04  Konstantinos... use the right type of cast
2023-10-04  Konstantinos... clang 16 as well
2023-10-04  Konstantinos... missed one pragma
2023-10-04  Konstantinos... use the conditional in the right way
2023-10-04  Konstantinos... add conditional for __clang__
2023-10-04  Konstantinos... clang 15 (but not 16) fails on ppc64le with -Wdeprecate...
2023-10-04  Konstantinos... Reduce unit test runtimes dramatically for debug builds
2023-10-04  Konstantinos... fix -Wunused warnings on debug
2023-10-03  Konstantinos... more std::move fixes 179/head
2023-10-03  Konstantinos... move definition of RAGEL_C_FLAGS earlier to catch tools...
2023-10-03  Konstantinos... Fix 'unqualified call to std::move' errors in clang 15+
2023-10-03  Konstantinos... Fix version getting out of sync #175 178/head 185/head
2023-09-08  Konstantinos... Merge pull request #174 from VectorCamp/develop vectorscan/5.4.10.1
2023-09-08  Konstantinos... Merge pull request #173 from VectorCamp/bugfix/disable... 174/head
2023-09-08  Konstantinos... HWCAP is only available on Linux 173/head
2023-09-08  Konstantinos... force disable FAT_RUNTIME on MacOS on Arm
2023-09-07  Konstantinos... forgot to update changelog for latest entry
2023-09-07  Konstantinos... Merge pull request #167 from VectorCamp/develop
2023-09-07  Konstantinos... minor fix 167/head
2023-09-07  Konstantinos... bump version, add Vectorscan Changelog
2023-09-05  Konstantinos... Merge pull request #169 from VectorCamp/feature/backpor...
2023-09-05  Hong, Yang Achangelog: updates for 5.4.2 release 169/head
2023-09-05  Hong, Yang Aremove invalid nfa dump info
2023-09-05  Hong, Yang Ascratch: remove quick validity check
2023-09-05  Chang, Harrychangelog: updates for 5.4.1 release
2023-09-05  Hong, Yang Asanitiser bugfix
2023-09-05  Hong, Yang Abugfix: add vbmi case for test in database.cpp
2023-09-05  Hong, Yang Abugfix: add vbmi platform parameter for tests in single.cpp
2023-09-05  Hong, Yang Afix nfa dump error
2023-09-05  Hong, Yang Ascratch: add quick validity check
2023-09-05  Hong, Yang Astream close: free stream to avoid memory leak
2023-09-05  Hong, Yang ASilence clang-14 warnings
2023-09-05  Hong, Yang AFix cmake CMP0115 warning for CMake 3.20 and above
2023-09-05  Hong, Yang Aupdate year 2022
2023-09-05  Hong, Yang AUTF-8 validation: fix one cotec check corner issue
2023-09-05  Hong, Yang Astringop-overflow compatible fix
2023-09-05  Hong, Yang Agcc-10(and above): fix compile issue caused by stringop...
2023-09-05  Hong, Yang Aklocwork: fix risk issues
2023-09-04  Konstantinos... Merge pull request #164 from jeffplaisance/develop
2023-09-04  Konstantinos... Merge pull request #165 from VectorCamp/feature/enable...
2023-08-23  jplaisanceadding ifndef around HS_PUBLIC_API definition so that... 164/head
2023-08-23  Konstantinos... fix SVE flags detection order #145 165/head
2023-08-23  Konstantinos... initial attempt for fat binary on Aarch64
2023-05-23  Konstantinos... Merge pull request #149 from azat-ch/small-vector-msan
2023-05-23  Konstantinos... Merge pull request #148 from azat-ch/getData128-msan
2023-05-12  Azat KhuzhinFix use-of-uninitialized-value due to getData128() 148/head
2023-05-12  Azat KhuzhinUse std::vector instead of boost::container::small_vect... 149/head
2023-03-29  Konstantinos... Merge pull request #144 from rschu1ze/rs/fix-libcxx16
2023-03-28  Robert SchulzeFix compilation with libcxx 16 144/head
2023-03-23  Konstantinos... Merge pull request #143 from VectorCamp/develop vectorscan/5.4.9
2023-03-23  Konstantinos... Merge pull request #142 from VectorCamp/feature/bump... 143/head
2023-03-23  Konstantinos... Bump version 142/head
2023-03-23  Konstantinos... Merge pull request #141 from VectorCamp/bugfix/hs-flag...
2023-03-22  Konstantinos... clang 14 makes some test failed because val is uninitia... 141/head
2023-03-22  Konstantinos... fix ExpressionParser.cpp path
2023-03-22  Konstantinos... add -funsigned-char to RAGEL_C_FLAGS, move util build...
2023-03-22  Konstantinos... Force -funsigned-char to RAGEL_C_FLAGS
2023-03-21  Konstantinos... fix typo
2023-03-21  Konstantinos... Set Ragel.rl char type to unsigned, #135
2022-11-01  Konstantinos... Merge pull request #136 from VectorCamp/feature/prefix...
2022-11-01  Konstantinos... prefix assume_aligned to avoid clash with std::assume_a... 136/head
2022-09-19  Konstantinos... Merge pull request #131 from VectorCamp/develop
2022-09-19  Konstantinos... Merge pull request #125 from abondarev84/master 131/head
2022-09-18  Alex Bondarevclang SVE build fix 125/head
2022-09-18  Alex BondarevSVE enabled on user input. updated README
2022-09-16  Konstantinos... Merge pull request #129 from VectorCamp/bugfix/fix...
2022-09-16  Konstantinos... move variable 129/head
2022-09-16  Konstantinos... clang 13+ gives wrong -Wunused-but-set-variable error...
next