Skip to content
Permalink

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: yanyiwu/cppjieba
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.5.0
Choose a base ref
...
head repository: yanyiwu/cppjieba
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.6.0
Choose a head ref
  • 11 commits
  • 16 files changed
  • 1 contributor

Commits on Apr 12, 2025

  1. Configuration menu
    Copy the full SHA
    940ea02 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2025

  1. docs: update README.md

    yanyiwu committed Apr 13, 2025
    Configuration menu
    Copy the full SHA
    340de00 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2025

  1. Configuration menu
    Copy the full SHA
    2185315 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d8af21 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #200 from yanyiwu/dev

    fix: remove outdated entry from jieba dictionary
    yanyiwu authored May 2, 2025
    Configuration menu
    Copy the full SHA
    8141d8f View commit details
    Browse the repository at this point in the history
  4. 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.
    yanyiwu committed May 2, 2025
    Configuration menu
    Copy the full SHA
    b5dc8e7 View commit details
    Browse the repository at this point in the history
  5. 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.
    yanyiwu committed May 2, 2025
    Configuration menu
    Copy the full SHA
    aa410a6 View commit details
    Browse the repository at this point in the history
  6. 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.
    yanyiwu committed May 2, 2025
    Configuration menu
    Copy the full SHA
    9cd64a1 View commit details
    Browse the repository at this point in the history
  7. 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.
    yanyiwu committed May 2, 2025
    Configuration menu
    Copy the full SHA
    c14131e View commit details
    Browse the repository at this point in the history
  8. 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.
    yanyiwu committed May 2, 2025
    Configuration menu
    Copy the full SHA
    714a297 View commit details
    Browse the repository at this point in the history
  9. 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.
    yanyiwu committed May 2, 2025
    Configuration menu
    Copy the full SHA
    294755f View commit details
    Browse the repository at this point in the history
Loading