-
Notifications
You must be signed in to change notification settings - Fork 131
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: simdutf/simdutf
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.5.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: simdutf/simdutf
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.6.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 7 commits
- 46 files changed
- 6 contributors
Commits on Oct 28, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 163c33d - Browse repository at this point
Copy the full SHA 163c33dView commit details
Commits on Nov 5, 2025
-
support reproducibility for debug sources
While option --debug-sources is used, the generated source file contains build path comments which caused the build is not reproducible [1] ...subprojects/simdutf/simdutf.h... 1 /* auto-generated on 2025-03-17 16:13:41 -0400. Do not edit! */ 2 /* begin file include/simdutf.h */ 3 // /build-dir/vte-0.82.1/subprojects/simdutf/include/simdutf.h:1 4 #ifndef SIMDUTF_H ...subprojects/simdutf/simdutf.h... After apply this commit, use relative path to instead ...subprojects/simdutf/simdutf.h... 1 /* auto-generated on 2025-03-17 16:13:41 -0400. Do not edit! */ 2 /* begin file include/simdutf.h */ 3 // include/simdutf.h:1 4 #ifndef SIMDUTF_H ...subprojects/simdutf/simdutf.h... [1] https://reproducible-builds.org/ Signed-off-by: Hongxu Jia <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c6f8e88 - Browse repository at this point
Copy the full SHA c6f8e88View commit details -
Configuration menu - View commit details
-
Copy full SHA for b74c852 - Browse repository at this point
Copy the full SHA b74c852View commit details
Commits on Nov 16, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 3ef3c08 - Browse repository at this point
Copy the full SHA 3ef3c08View commit details
Commits on Nov 17, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 7bd15d4 - Browse repository at this point
Copy the full SHA 7bd15d4View commit details
Commits on Nov 18, 2025
-
UTF16 to UTF8 length with replacement (#851)
* init * adding tests. * initial impl. * adding comment. * format * haswell and westmere * implemented icelake * speeding up icelake * done with icelake * better documentation. * fixing portability issue with Windows * got the name of the intrinsic wrong. * saving. * applying an optimization. * optimized icelake. * fixing other missed opportunities * fixing the cast * Update scripts/README_ADD_FUNCTION.md Co-authored-by: Paul Dreik <[email protected]> * Update CONTRIBUTING.md Co-authored-by: Paul Dreik <[email protected]> * Update CONTRIBUTING.md Co-authored-by: Paul Dreik <[email protected]> * Update scripts/README_ADD_FUNCTION.md Co-authored-by: Paul Dreik <[email protected]> * correcting feature check. * fixing big-endian issue * lint. * typo * Alternative strategy for UTF-8 length from malformed UTF-16 (#857) * Alternative strategy for UTF-8 length from malformed UTF-16 * Don't expect any surrogates, skip work in this case * correct the memcpy * lint * more testing and fixing a bug in generic and arm impl. * adding alignment (workaround for bug in some versions of gcc). --------- Co-authored-by: Daniel Lemire <[email protected]> Co-authored-by: Paul Dreik <[email protected]> Co-authored-by: Erik Corry <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 006c083 - Browse repository at this point
Copy the full SHA 006c083View commit details -
Configuration menu - View commit details
-
Copy full SHA for 39443cd - Browse repository at this point
Copy the full SHA 39443cdView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v7.5.0...v7.6.0