Skip to content

Commit

Permalink
released 4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
genivia-inc committed Jun 6, 2024
1 parent 9c68508 commit 3fa1c1d
Show file tree
Hide file tree
Showing 424 changed files with 8,543 additions and 2,227 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -594,6 +594,7 @@ Changelog
- Mar 27, 2024: 4.2.0 support pkg-config with `reflex.pc` (and `reflexmin.pc` minimized library) to use the reflex library `-lreflex`.
- Apr 10, 2024: 4.2.1 minor update to adjust the current input pointer by one when not matching anything.
- May 12, 2024: 4.3.0 faster `Matcher::find()` with refactored SIMD (SSE2/AVX2/AVX512BW/NEON/AArch64) code; larger default 256KB buffer (from 128KB).
- Jun 6, 2024: 4.4.0 upgraded `reflex::Matcher` and `reflex::FuzzyMatcher` to respect Unicode word boundaries instead of only ASCII `\<`, `\>`, `\b`, `\B`; upgraded regex Unicode converters to Unicode `[::]` character classes instead of only ASCII `[[:alpha:]]` etc.; improved FSM code generation without local c0.

[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.
20 changes: 10 additions & 10 deletions configure
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.72 for re-flex 4.3.0.
# Generated by GNU Autoconf 2.72 for re-flex 4.4.0.
#
# Report bugs to <https://github.com/Genivia/RE-flex/issues>.
#
Expand Down Expand Up @@ -605,8 +605,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='re-flex'
PACKAGE_TARNAME='reflex'
PACKAGE_VERSION='4.3.0'
PACKAGE_STRING='re-flex 4.3.0'
PACKAGE_VERSION='4.4.0'
PACKAGE_STRING='re-flex 4.4.0'
PACKAGE_BUGREPORT='https://github.com/Genivia/RE-flex/issues'
PACKAGE_URL=''

Expand Down Expand Up @@ -1332,7 +1332,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
'configure' configures re-flex 4.3.0 to adapt to many kinds of systems.
'configure' configures re-flex 4.4.0 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -1403,7 +1403,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of re-flex 4.3.0:";;
short | recursive ) echo "Configuration of re-flex 4.4.0:";;
esac
cat <<\_ACEOF
Expand Down Expand Up @@ -1506,7 +1506,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
re-flex configure 4.3.0
re-flex configure 4.4.0
generated by GNU Autoconf 2.72
Copyright (C) 2023 Free Software Foundation, Inc.
Expand Down Expand Up @@ -1857,7 +1857,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by re-flex $as_me 4.3.0, which was
It was created by re-flex $as_me 4.4.0, which was
generated by GNU Autoconf 2.72. Invocation command line was
$ $0$ac_configure_args_raw
Expand Down Expand Up @@ -3365,7 +3365,7 @@ fi

# Define the identity of the package.
PACKAGE='reflex'
VERSION='4.3.0'
VERSION='4.4.0'


printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h
Expand Down Expand Up @@ -6944,7 +6944,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by re-flex $as_me 4.3.0, which was
This file was extended by re-flex $as_me 4.4.0, which was
generated by GNU Autoconf 2.72. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -7012,7 +7012,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config='$ac_cs_config_escaped'
ac_cs_version="\\
re-flex config.status 4.3.0
re-flex config.status 4.4.0
configured by $0, generated by GNU Autoconf 2.72,
with options \\"\$ac_cs_config\\"
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([re-flex],[4.3.0],[https://github.com/Genivia/RE-flex/issues],[reflex])
AC_INIT([re-flex],[4.4.0],[https://github.com/Genivia/RE-flex/issues],[reflex])
AM_INIT_AUTOMAKE([foreign subdir-objects])
AC_CONFIG_HEADERS([config.h])
AC_COPYRIGHT([Copyright (C) 2016-2024 Robert van Engelen, Genivia Inc.])
Expand Down
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.

19 changes: 10 additions & 9 deletions doc/html/absmatcher_8h.html

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

15 changes: 8 additions & 7 deletions doc/html/absmatcher_8h__dep__incl.map
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
<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,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"/>
<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,86,107"/>
<area shape="rect" id="node4" href="$boostmatcher_8h.html" title="Boost::regex&#45;based matcher engines for pattern matching. " alt="" coords="110,80,221,107"/>
<area shape="rect" id="node5" href="$linematcher_8h.html" title="a matcher engine to match lines and nothing else " alt="" coords="244,80,343,107"/>
<area shape="rect" id="node6" href="$matcher_8h.html" title="RE/flex matcher engine. " alt="" coords="366,80,445,107"/>
<area shape="rect" id="node8" href="$pcre2matcher_8h.html" title="PCRE2&#45;JIT&#45;based matcher engines for pattern matching. " alt="" coords="469,80,579,107"/>
<area shape="rect" id="node9" href="$stdmatcher_8h.html" title="C++11 std::regex&#45;based matcher engines for pattern matching. " alt="" coords="604,80,700,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,86,182"/>
<area shape="rect" id="node7" href="$fuzzymatcher_8h.html" title="RE/flex fuzzy matcher engine. " alt="" coords="350,155,461,182"/>
</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 @@
ee3dc71f101c5c90603bdb900346baac
f7f9b1704b45893272d8c250d0af1d5c
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 3fa1c1d

Please sign in to comment.