-
Notifications
You must be signed in to change notification settings - Fork 725
Comparing changes
Open a pull request
base repository: yanyiwu/cppjieba
base: v5.6.0
head repository: yanyiwu/cppjieba
compare: v5.6.1
- 13 commits
- 5 files changed
- 5 contributors
Commits on Jul 11, 2025
-
Configuration menu - View commit details
-
Copy full SHA for cd567f6 - Browse repository at this point
Copy the full SHA cd567f6View commit details
Commits on Jul 18, 2025
-
Merge pull request #203 from sheldonrobinson/master
Update CMakeLists.txt
Configuration menu - View commit details
-
Copy full SHA for a2e3497 - Browse repository at this point
Copy the full SHA a2e3497View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2efb6f7 - Browse repository at this point
Copy the full SHA 2efb6f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for e01fb22 - Browse repository at this point
Copy the full SHA e01fb22View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2419064 - Browse repository at this point
Copy the full SHA 2419064View commit details -
Merge pull request #205 from sheldonrobinson/master
Add guard to cppjieba target
Configuration menu - View commit details
-
Copy full SHA for 9b40903 - Browse repository at this point
Copy the full SHA 9b40903View commit details
Commits on Jul 23, 2025
-
Configuration menu - View commit details
-
Copy full SHA for ba96f94 - Browse repository at this point
Copy the full SHA ba96f94View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6420af1 - Browse repository at this point
Copy the full SHA 6420af1View commit details
Commits on Jul 26, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 99124b1 - Browse repository at this point
Copy the full SHA 99124b1View commit details -
Merge pull request #207 from Freed-Wu/install
chore: install headers and dicts
Configuration menu - View commit details
-
Copy full SHA for 9408c1d - Browse repository at this point
Copy the full SHA 9408c1dView commit details
Commits on Mar 5, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 41312ea - Browse repository at this point
Copy the full SHA 41312eaView commit details -
Fix heap corruption for lines larger than 2114 bytes
- Replace RuneStrArray (LocalVector<RuneStr>) with std::vector<RuneStr> since LocalVector explicitly warns it's only safe for primitive types, not structs like RuneStr - Change loop counter in DecodeUTF8RunesInString from uint32_t to size_t to prevent integer overflow for very long strings, with an explicit overflow check before truncating to uint32_t for RuneStr fields - Update UnicodeTest.Test1 expected string to match std::vector operator<< format - Add MixSegmentTest.LongInput regression test for strings > 2114 bytes Co-authored-by: yanyiwu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 145c6f9 - Browse repository at this point
Copy the full SHA 145c6f9View commit details
Commits on Mar 7, 2026
-
Merge pull request #211 from yanyiwu/copilot/fix-corrupted-size-error
Fix heap corruption for strings larger than 2114 bytes
Configuration menu - View commit details
-
Copy full SHA for a998b31 - Browse repository at this point
Copy the full SHA a998b31View commit details
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 v5.6.0...v5.6.1