]> git.ipfire.org Git - thirdparty/vectorscan.git/shortlog
thirdparty/vectorscan.git
2024-01-20  Konstantinos... 5.4.11-2 release debian
2023-11-20  Konstantinos... add missing libsqlite3-dev build-dep
2023-11-20  Konstantinos... New upstream release 5.4.11
2023-09-08  Konstantinos... add detail to changelog
2023-09-08  Konstantinos... bump Standards-Version
2023-09-08  Konstantinos... enable FAT_RUNTIME for arm64 as well
2023-09-08  Konstantinos... New upstream release
2023-03-23  Konstantinos... New upstream release 5.4.9-1
2023-03-23  Konstantinos... Commit NMU entry
2022-09-28  Konstantinos... Merge pull request #132 from debian-janitor/lintian...
2022-09-16  Debian JanitorBump debhelper from old 12 to 13. 132/head
2022-09-16  Debian JanitorTrim trailing whitespace.
2022-09-16  Konstantinos... actually set target suite
2022-09-16  Konstantinos... update standards version
2022-09-15  Konstantinos... Merge pull request #127 from debian-janitor/scrub-obsolete
2022-09-14  Debian JanitorRemove constraints unnecessary since buster (oldstable) 127/head
2022-09-13  Konstantinos... update changelog
2022-05-05  Konstantinos... update changelog, control
2022-01-26  Konstantinos... fix release name
2022-01-26  Konstantinos... New revision, fixing minor bugs in packaging
2022-01-21  Konstantinos... convert back to quilt format
2022-01-21  Konstantinos... keep debian folder in a separate branch
2022-01-21  Konstantinos... Merge pull request #85 from VectorCamp/feature/add...
2022-01-20  Konstantinos... change source format to native, as we include debian... 85/head
2022-01-20  Konstantinos... fix description, remove sse4.2-support from b-depends
2022-01-20  Konstantinos... add ITP bug report
2022-01-19  Konstantinos... add sse4.2-support package to enforce such dependency
2022-01-19  Konstantinos... remove preinst script, not needed as we bumped our...
2022-01-19  Konstantinos... add our copyrights, minor fixes
2022-01-18  Konstantinos... defer setting arch/tune flags for FAT_RUNTIME
2022-01-18  Konstantinos... enable FAT_RUNTIME
2021-12-22  Konstantinos... fix DEB_CMAKE_FLAGS depending on DEB_HOST_ARCH
2021-12-22  Konstantinos... Initial attempt at debian packaging, modified hyperscan...
2021-12-11  Konstantinos... Merge pull request #82 from VectorCamp/feature/add...
2021-12-11  Konstantinos... Minor changes to enable compilation on Mac M1 82/head
2021-12-07  Konstantinos... Merge pull request #81 from VectorCamp/feature/add...
2021-12-07  Konstantinos... minor fixes 81/head
2021-12-07  Konstantinos... fix clang-release-arm compilation
2021-12-06  Konstantinos... fix wrong castings for NEON
2021-12-06  Konstantinos... lower gcc minver to 9 to enable building on Ubuntu...
2021-12-06  Konstantinos... update Jenkinsfile for all configurations
2021-12-06  Konstantinos... fix compilation with clang and some incomplete/wrong...
2021-12-03  Konstantinos... fix build failures with clang on x86, make sure compila...
2021-12-02  Konstantinos... clang is more strict
2021-12-02  Konstantinos... don't fail if mtune does not return a valid configuration
2021-12-02  Konstantinos... Power does not use -march
2021-12-02  Konstantinos... fix build with clang, in particular VSX uses long long...
2021-12-02  Konstantinos... use same definition of the union for all types
2021-12-01  Konstantinos... set -msse4.2 only on Intel
2021-12-01  Konstantinos... rework CMakeLists.txt to ensure it works with clang
2021-12-01  Konstantinos... fix misompilations with clang++, as it is more strict
2021-12-01  Konstantinos... bump base requirements to SSE4.2
2021-12-01  Konstantinos... fix miscompilation with clang
2021-11-25  Konstantinos... Merge pull request #80 from VectorCamp/bugfix/fix-SVE2...
2021-11-25  Konstantinos... fix SVE2 build after the changes 80/head
2021-11-25  Konstantinos... Merge pull request #79 from Apostolos00tapsas/feature...
2021-11-25  Konstantinos... fix unit-internal release builds using __builtin_consta... 79/head
2021-11-25  Konstantinos... nit
2021-11-25  Konstantinos... use __builtin_constant_p() instead for arm as well
2021-11-24  Apostolos TapsasRemoved duplicates
2021-11-24  Apostolos Tapsas*fix palignr implementation for VSX Release mode
2021-11-24  Apostolos TapsasRemoved accidentaly included header file
2021-11-24  Apostolos Tapsasfound and solved very hard to track bug of intrinsic...
2021-11-16  Apostolos TapsasWIP:tracking last bugs in failing tests for release...
2021-11-13  Apostolos Tapsasvermicelli and match implementations for ppc64el added
2021-11-13  apostolosresolving conficts after merging
2021-11-12  Konstantinos... Merge pull request #78 from VectorCamp/feature/refactor...
2021-11-10  apostolosSuperVector opandnot test enriched
2021-11-10  apostolostest for load m128 from u64a function added
2021-11-08  Konstantinos... add len parameter to arm matchers as well 78/head
2021-11-08  Konstantinos... split vermicelli block implementations per arch
2021-11-08  Apostolos Tapsassimd_utils functions fixed
2021-11-05  Apostolos TapsasSuperVector constructors as well as andnot implementati...
2021-11-05  Konstantinos... add len parameter and mask, fixes corner cases on AVX512
2021-11-02  Konstantinos... remove vermicelli.h and replace it with vermicelli.hpp
2021-11-02  Konstantinos... refactor vermicelliDoubleMaskedExec()
2021-11-01  Konstantinos... add vermicelli.hpp to includes
2021-11-01  Konstantinos... remove vermicelli_sse.h
2021-11-01  Konstantinos... fix arm matchers
2021-11-01  Konstantinos... complete refactoring and unification of Vermicelli...
2021-11-01  Konstantinos... remove unneeded header
2021-11-01  Konstantinos... add new include file
2021-11-01  Konstantinos... renamed matcher functions, added new ones for Vermicelli
2021-11-01  Konstantinos... nits
2021-11-01  Konstantinos... move casemask helper functions to separate header
2021-11-01  Konstantinos... add to CMake
2021-11-01  Konstantinos... added refactored vermicelli_simd.cpp implementation
2021-11-01  Konstantinos... add Vermicelli/RVermicelli to microbenchmark utility
2021-11-01  Konstantinos... add arm vector types in union, avoid -flax-conversions...
2021-11-01  Konstantinos... complete refactoring and unification of Vermicelli...
2021-11-01  Konstantinos... remove unneeded header
2021-11-01  apostolosprints commants and formating fixes
2021-10-27  Konstantinos... add new include file
2021-10-27  Konstantinos... renamed matcher functions, added new ones for Vermicelli
2021-10-27  Konstantinos... nits
2021-10-27  Konstantinos... move casemask helper functions to separate header
2021-10-27  Konstantinos... add to CMake
2021-10-27  Konstantinos... added refactored vermicelli_simd.cpp implementation
2021-10-26  apostolosnits
2021-10-26  apostolosSpecial case for Shuffle test added as well as comments...
next