diff mbox series

[3/3] utfcpp: upgrade 4.1.1 -> 4.2.0

Message ID 20260824095933.2906404-3-richard.purdie@linuxfoundation.org
State Accepted, archived
Commit 45135e7fa8ca409a9ea6ecb9a1b448337ff11c15
Headers show
Series [1/3] ccache: upgrade 4.13.6 -> 4.14 | expand

Commit Message

Richard Purdie Aug. 24, 2026, 9:59 a.m. UTC
2d8e20b Release 4.2.0
44fdb26 Update README with project history link
5caca3f Fix exception type in API_REFERENCE.md
87ca49f next16 properly reports errors
c5585ef Reordered validity checks to preserve the earlier behavior.
4f46292 Fixed some warnings in benchmark.cpp
2f74d3b Removed unused is_overlong_sequence()
ef75b56 Rewrote validate_next that returns a code point.
85d5927 Fix bench/compare_commits.py
3145774 Revert the "minor optimization for ASCII range" as it actually hurts performance.
ca9e9bc Forgot to include the change for benchmark.cpp
ee0712e Fix the benchmarking script
9fb955a Python script to easily compare performance of two commits.
bf99533 A minor optimization for ASCII range.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 .../recipes-support/utfcpp/{utfcpp_4.1.1.bb => utfcpp_4.2.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-support/utfcpp/{utfcpp_4.1.1.bb => utfcpp_4.2.0.bb} (94%)
diff mbox series

Patch

diff --git a/meta/recipes-support/utfcpp/utfcpp_4.1.1.bb b/meta/recipes-support/utfcpp/utfcpp_4.2.0.bb
similarity index 94%
rename from meta/recipes-support/utfcpp/utfcpp_4.1.1.bb
rename to meta/recipes-support/utfcpp/utfcpp_4.2.0.bb
index c2ad0939a1b..c56d03b7c74 100644
--- a/meta/recipes-support/utfcpp/utfcpp_4.1.1.bb
+++ b/meta/recipes-support/utfcpp/utfcpp_4.2.0.bb
@@ -11,7 +11,7 @@  LIC_FILES_CHKSUM = "file://LICENSE;md5=e4224ccaecb14d942c71d31bef20d78c \
 SRC_URI = "git://github.com/nemtrif/utfcpp;protocol=https;branch=master;tag=v${PV} \
            file://run-ptest"
 
-SRCREV = "819011bb01628fe1aa2f1da9f2c842a48fd5680b"
+SRCREV = "2d8e20b22dcb3e9b3c4f52103182ebda949c6089"
 
 inherit cmake ptest