🌐 AI搜索 & 代理 主页
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: rapidfuzz/rapidfuzz-cpp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: rapidfuzz/rapidfuzz-cpp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: test
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 18 commits
  • 54 files changed
  • 2 contributors

Commits on Dec 25, 2024

  1. hide if constexpr usage behind macro

    This improves the support for older C++ versions
    maxbachmann committed Dec 25, 2024
    Configuration menu
    Copy the full SHA
    e91aa8e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    93603d5 View commit details
    Browse the repository at this point in the history
  3. improve support for C++11

    maxbachmann committed Dec 25, 2024
    Configuration menu
    Copy the full SHA
    c95fe98 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fcff9f2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6dc8807 View commit details
    Browse the repository at this point in the history
  6. fix types

    maxbachmann committed Dec 25, 2024
    Configuration menu
    Copy the full SHA
    a673a94 View commit details
    Browse the repository at this point in the history
  7. fix some more issues

    maxbachmann committed Dec 25, 2024
    Configuration menu
    Copy the full SHA
    4e928a1 View commit details
    Browse the repository at this point in the history
  8. finish C++14 support

    maxbachmann committed Dec 25, 2024
    Configuration menu
    Copy the full SHA
    369e4d1 View commit details
    Browse the repository at this point in the history
  9. add C++11 support

    maxbachmann committed Dec 25, 2024
    Configuration menu
    Copy the full SHA
    8411682 View commit details
    Browse the repository at this point in the history
  10. fix ambiguous call

    maxbachmann committed Dec 25, 2024
    Configuration menu
    Copy the full SHA
    2db16b3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e08f222 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2647a66 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ae22db4 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c3015c8 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2025

  1. add more tests

    maxbachmann committed Jan 18, 2025
    Configuration menu
    Copy the full SHA
    5a042ab View commit details
    Browse the repository at this point in the history
  2. add back avx2

    maxbachmann committed Jan 18, 2025
    Configuration menu
    Copy the full SHA
    0b66c20 View commit details
    Browse the repository at this point in the history
  3. add build type

    maxbachmann committed Jan 18, 2025
    Configuration menu
    Copy the full SHA
    1ff3187 View commit details
    Browse the repository at this point in the history
  4. remove useless assert

    maxbachmann committed Jan 18, 2025
    Configuration menu
    Copy the full SHA
    c2429e4 View commit details
    Browse the repository at this point in the history
Loading