Skip to content

Commit

Permalink
released 3.4.0
Browse files Browse the repository at this point in the history
fix FuzzyMatcher::DEL flag when this is the only flag selected; fix FuzzyMatcher::matches() bug that incorrectly matched an extra character before the end of the input; optimize find(); updated saving the FSM pred[] hashes to a file, which has changed; increase default buffer size REFLEX_BUFSZ to 128K for best throughput performance.
  • Loading branch information
genivia-inc committed Sep 16, 2023
1 parent 2bdc213 commit 2aab1b2
Show file tree
Hide file tree
Showing 354 changed files with 3,666 additions and 1,991 deletions.
5 changes: 0 additions & 5 deletions .travis.yml

This file was deleted.

2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -576,6 +576,8 @@ Changelog
- Jul 11, 2023: 3.3.6 faster `find()`; improved `--stdout` to include tables.
- Jul 17, 2023: 3.3.7 faster `find()`.
- Aug 4, 2023: 3.3.8 minor update to sync up the code base with the ugrep project.
- Aug 16, 2023: 3.3.9 fix avx512bw compilation error; new LineMatcher matching engine.
- Sep 16, 2023: 3.4.0 fix `FuzzyMatcher::DEL` flag when this is the only flag selected; fix `FuzzyMatcher::matches()` bug that incorrectly matched an extra character before the end of the input; optimize `find()`; updated saving the FSM `pred[]` hashes to a file, which has changed; increase default buffer size `REFLEX_BUFSZ` to 128K for best throughput performance.

[logo-url]: https://www.genivia.com/images/reflex-logo.png
[reflex-url]: https://www.genivia.com/reflex.html
Expand Down
Binary file modified bin/win32/reflex.exe
Binary file not shown.
Binary file modified bin/win64/reflex.exe
Binary file not shown.
4 changes: 2 additions & 2 deletions doc/html/abslexer_8h.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 9 additions & 8 deletions doc/html/absmatcher_8h.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 7 additions & 6 deletions doc/html/absmatcher_8h__dep__incl.map
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<map id="absmatcher.h" name="absmatcher.h">
<area shape="rect" id="node2" href="$abslexer_8h.html" title="RE/flex abstract lexer base class for reflex&#45;generated scanners. " alt="" coords="5,80,89,107"/>
<area shape="rect" id="node4" href="$boostmatcher_8h.html" title="Boost::regex&#45;based matcher engines for pattern matching. " alt="" coords="113,80,227,107"/>
<area shape="rect" id="node5" href="$matcher_8h.html" title="RE/flex matcher engine. " alt="" coords="251,80,332,107"/>
<area shape="rect" id="node6" href="$pcre2matcher_8h.html" title="PCRE2&#45;JIT&#45;based matcher engines for pattern matching. " alt="" coords="357,80,471,107"/>
<area shape="rect" id="node7" href="$stdmatcher_8h.html" title="C++11 std::regex&#45;based matcher engines for pattern matching. " alt="" coords="495,80,594,107"/>
<area shape="rect" id="node3" href="$flexlexer_8h.html" title="RE/flex Flex&#45;compatible FlexLexer base class and Flex&#45;compatible macros. " alt="" coords="6,155,89,181"/>
<area shape="rect" id="node2" href="$abslexer_8h.html" title="RE/flex abstract lexer base class for reflex&#45;generated scanners. " alt="" coords="5,80,87,107"/>
<area shape="rect" id="node4" href="$boostmatcher_8h.html" title="Boost::regex&#45;based matcher engines for pattern matching. " alt="" coords="111,80,221,107"/>
<area shape="rect" id="node5" href="$linematcher_8h.html" title="a matcher engine to match lines and nothing else " alt="" coords="246,80,345,107"/>
<area shape="rect" id="node6" href="$matcher_8h.html" title="RE/flex matcher engine. " alt="" coords="369,80,448,107"/>
<area shape="rect" id="node7" href="$pcre2matcher_8h.html" title="PCRE2&#45;JIT&#45;based matcher engines for pattern matching. " alt="" coords="472,80,583,107"/>
<area shape="rect" id="node8" href="$stdmatcher_8h.html" title="C++11 std::regex&#45;based matcher engines for pattern matching. " alt="" coords="607,80,704,107"/>
<area shape="rect" id="node3" href="$flexlexer_8h.html" title="RE/flex Flex&#45;compatible FlexLexer base class and Flex&#45;compatible macros. " alt="" coords="5,155,87,181"/>
</map>
2 changes: 1 addition & 1 deletion doc/html/absmatcher_8h__dep__incl.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
c11657a0e5eb1ffc7d5029fe80d552a4
ee3dc71f101c5c90603bdb900346baac
Binary file modified doc/html/absmatcher_8h__dep__incl.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 2aab1b2

Please sign in to comment.