-
Notifications
You must be signed in to change notification settings - Fork 725
Comparing changes
Open a pull request
base repository: yanyiwu/cppjieba
base: v5.5.0
head repository: yanyiwu/cppjieba
compare: v5.6.0
- 11 commits
- 16 files changed
- 1 contributor
Commits on Apr 12, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 940ea02 - Browse repository at this point
Copy the full SHA 940ea02View commit details
Commits on Apr 13, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 340de00 - Browse repository at this point
Copy the full SHA 340de00View commit details
Commits on May 2, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 2185315 - Browse repository at this point
Copy the full SHA 2185315View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d8af21 - Browse repository at this point
Copy the full SHA 9d8af21View commit details -
Merge pull request #200 from yanyiwu/dev
fix: remove outdated entry from jieba dictionary
Configuration menu - View commit details
-
Copy full SHA for 8141d8f - Browse repository at this point
Copy the full SHA 8141d8fView commit details -
build: update .gitignore and CMakeLists for test configuration
- Added entries to .gitignore for temporary test files. - Included a message to display MSVC value during build. - Added UTF-8 compile option for MSVC in unittest CMakeLists.
Configuration menu - View commit details
-
Copy full SHA for b5dc8e7 - Browse repository at this point
Copy the full SHA b5dc8e7View commit details -
build: simplify test configuration in CMakeLists.txt
- Removed conditional check for MSVC when adding test commands. - Ensured that test commands are always added regardless of the compiler.
Configuration menu - View commit details
-
Copy full SHA for aa410a6 - Browse repository at this point
Copy the full SHA aa410a6View commit details -
build: enhance test configuration and path management
- Added configuration for test paths in CMake to simplify file references. - Updated load_test.cpp and various unit tests to use defined path macros for dictionary and test data files. - Introduced test_paths.h.in to manage directory paths consistently across tests.
Configuration menu - View commit details
-
Copy full SHA for 9cd64a1 - Browse repository at this point
Copy the full SHA 9cd64a1View commit details -
refactor: clean up load_test.cpp by removing unused dependencies and …
…tests - Removed unused Jieba test and associated includes from load_test.cpp. - Simplified main function to focus on essential operations. - Ensured consistent exit handling by returning EXIT_SUCCESS.
Configuration menu - View commit details
-
Copy full SHA for c14131e - Browse repository at this point
Copy the full SHA c14131eView commit details -
build: update CMakeLists.txt to include additional directories for te…
…st configuration - Added include directories for the current binary and test directories to improve test file accessibility. - Ensured proper configuration for test paths in the build process.
Configuration menu - View commit details
-
Copy full SHA for 714a297 - Browse repository at this point
Copy the full SHA 714a297View commit details -
build: refine CMakeLists.txt by removing unnecessary conditions and o…
…ptions - Eliminated the default installation prefix condition to streamline the configuration. - Simplified the test build logic by ensuring tests are enabled only for top-level projects. - Cleaned up redundant code for better readability and maintainability.
Configuration menu - View commit details
-
Copy full SHA for 294755f - Browse repository at this point
Copy the full SHA 294755fView 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.5.0...v5.6.0