]> git.ipfire.org Git - thirdparty/vectorscan.git/shortlog
thirdparty/vectorscan.git
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... 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 #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 #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...
2022-09-16  Konstantinos... remove leftover debug print
2022-09-16  Konstantinos... clang 14 does not allow bitwise OR for bools
2022-09-16  Konstantinos... clang 14 complains about this, needs investigation
2022-09-16  Konstantinos... [VSX] movemask needs to be explicitly aligned on clang...
2022-09-16  Konstantinos... [VSX] clang complains about the order of __vector 128/head
2022-09-15  Alex Bondarevadditional mcpu flag cleanup
2022-09-15  Alex Bondarevremoved cpu reference flags and fixed tune flag
2022-09-13  Alex Bondarevupdated README to reflect CMake changes
2022-09-13  Alex Bondarevfix to correctly place the autodetected flags and to...
2022-09-13  Konstantinos... bump version vectorscan/5.4.8
2022-09-13  Konstantinos... Merge pull request #124 from VectorCamp/develop
2022-09-13  Konstantinos... Merge pull request #123 from VectorCamp/feature/neon... 124/head
2022-09-12  Konstantinos... [NEON] simplify/optimize shift/align primitives 123/head
2022-09-09  Konstantinos... Merge pull request #121 from liquidaty/mingw64-develop
2022-09-08  liquidatyfix to enable successful build with mingw64 121/head
2022-09-08  Konstantinos... Merge pull request #119 from VectorCamp/feature/vsx...
2022-09-07  Konstantinos... use correct intrinsic for lshiftbyte_m128 119/head
2022-09-07  Konstantinos... provide non-immediate versions of lshiftbyte/rshiftbyte...
2022-09-07  Konstantinos... readd simd_onebit_masks for x86, needs more work
2022-09-07  Konstantinos... [NEON] optimize mask1bit128, get rid of simd_onebit_masks
2022-09-07  Konstantinos... remove simd_onebit_masks from arm/x86 headers, as they...
2022-09-07  Konstantinos... [VSX] optimize alignr method
2022-09-07  Konstantinos... [VSX] optimize shift operators
2022-09-07  Konstantinos... [VSX] optimize shifting methods, replace template Unroller
2022-09-06  Konstantinos... optimize comparemask implementation, clean up code...
2022-09-06  Konstantinos... [VSX] add algorithm for alignr w/o use of immediates
2022-09-06  Konstantinos... [VSX] correct lshiftbyte_m128/rshiftbyte_m128, variable...
2022-09-06  Konstantinos... [VSX] huge optimization of movemask128
2022-09-06  Konstantinos... [VSX] optimize and correct lshift_m128/rshift_m128
2022-09-06  Konstantinos... [VSX] optimized mask1bit128(), moved simd_onebit_masks...
2022-09-06  Konstantinos... add popcount32x4, popcount64x4 helper functions
2022-09-03  Konstantinos... Merge pull request #118 from VectorCamp/bugfix/hypersca...
2022-08-30  Konstantinos... Add missing <memory> header 118/head
2022-08-29  Liu Zixianfix build with glibc-2.34
2022-08-29  Hong, Yang Aliteral API: add empty string check.
2022-08-29  Hong, Yang Achimera: fix SKIP flag issue
2022-08-29  Chang, HarryCorpus editor: fix random char value of UTF-8.
2022-08-29  Chang, HarryCorpus generator: fix random char value of UTF-8.
2022-08-29  Hong, Yang Abugfix: fix overflow risk of strlen function
2022-08-29  hongyang7Fix segfaults on allocation failure (#4)
2022-08-29  Chang, HarryLogical Combination: bypass combination flag in hs_expr...
2022-08-29  Hong, Yang Aupdate year for bugfix #302-#305
2022-08-29  Hong, Yang Amcclellan: improve wide-state checking in Sherman optim...
2022-08-29  Hong, Yang Aliteral API: add instruction support
2022-07-20  Konstantinos... Merge pull request #116 from pareenaverma/develop
2022-07-20  Konstantinos... Merge pull request #113 from danlark1/develop
2022-07-20  UbuntuFixed the PCRE download location 116/head
2022-07-20  Danila KuteninFix avx512 movemask call 113/head
2022-06-26  Danila KuteninFix ppc64el debug
next