Files
poky/meta/recipes-support
Wang Mingyu 79e79ba645 re2c: upgrade 3.0 -> 3.1
Changelog:
==========
- Added capturing groups with leftmost greedy semantics:
- Added non-capturing groups:
- Regenerated Unicode include header to support a newer standard
- Published TDFA paper: https://arxiv.org/abs/2206.01398, co-authored with
  Angelo Borsotti
- Removed experimental algorithms that are superseded by TDFA(1) and
  generally less efficient:
- Fixed parsing of raw UTF-8 characters in Flex compatibility mode
- Added header file to the dependencies generated with "--depfile" option
- Fixed stack overflow on large regular expressions by rewriting recursive
    functions in iterative form and limited stack to 256K on GithubActions CI
- Added minimal http://bazel.build integration
- Added configure option "--enable-parsers" that regenerates bison parsers
- Added CMake option "RE2C_REBUILD_PARSERS"
- Moved the entire codebase to C++11.
- Added uniform error handling (return codes are now properly checked and
 returned to the caller).
- Reorganized codegen subsystem in four well-defined phases (analyze,
 generate, fixup, render) and separated codegen from parsing phase.
- Improved memory allocation by using slab allocators instead of global free
 lists.
- Moved to pure API for bison parsers.
- Unified code style.
- Added "--verbose" flag to run_tests.py and suppressed verbose output by
 default.
- Multiple improvements of continuous testing with GithubActions.

(From OE-Core rev: 43e646a99f8be07fd410fd4af19a31fc98508a76)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2023-08-14 12:51:21 +01:00
..
2023-07-30 07:54:44 +01:00
2023-04-20 11:56:06 +01:00
2023-08-14 12:51:21 +01:00
2023-07-21 11:52:26 +01:00
2023-06-02 15:16:35 +01:00
2023-06-02 15:16:35 +01:00
2023-06-02 15:16:35 +01:00
2023-05-25 10:29:08 +01:00
2023-08-14 12:51:21 +01:00
2023-08-11 09:36:05 +01:00
2023-05-22 10:53:47 +01:00
2023-07-19 18:00:32 +01:00
2022-04-14 09:47:00 +01:00
2023-06-02 15:16:35 +01:00
2023-08-10 09:18:54 +01:00
2022-11-08 22:47:16 +00:00
2023-08-10 09:18:53 +01:00
2022-11-08 22:47:16 +00:00
2023-06-28 07:56:33 +01:00
2023-06-28 07:56:33 +01:00
2022-12-22 23:05:50 +00:00
2023-05-25 10:29:08 +01:00
2022-12-17 23:49:56 +00:00
2023-07-21 11:52:25 +01:00
2023-01-06 12:03:47 +00:00
2023-05-22 10:53:49 +01:00
2023-02-19 07:47:53 +00:00
2021-08-02 15:44:10 +01:00
2023-06-28 07:56:33 +01:00
2023-07-21 11:52:25 +01:00
2023-07-14 17:31:06 +01:00
2022-10-29 16:28:35 +01:00
2022-11-22 12:26:46 +00:00
2023-08-14 12:51:21 +01:00
2023-06-16 15:40:11 +01:00
2023-07-14 17:31:06 +01:00
2023-05-31 16:53:04 +01:00
2023-07-10 11:36:34 +01:00
2023-08-14 12:51:21 +01:00