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: simdjson/simdjson
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5bfa0b0
Choose a base ref
...
head repository: simdjson/simdjson
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ba33e9e
Choose a head ref
  • 6 commits
  • 10 files changed
  • 2 contributors

Commits on Dec 17, 2024

  1. some tweaks

    lemire committed Dec 17, 2024
    Configuration menu
    Copy the full SHA
    e7f2463 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2024

  1. use clang 19 in fuzzer job (#2315)

    * use clang 19 in fuzzer job
    
    * fix syntax error in msys2-clang.yml
    pauldreik authored Dec 22, 2024
    Configuration menu
    Copy the full SHA
    2803ca3 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2024

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

Commits on Jan 3, 2025

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

Commits on Jan 7, 2025

  1. let us be more careful with concepts, we require __cpp_concepts >= 20…

    …1907L and check for old versions of Apple clang (#2321)
    
    * let us be more careful with concepts, we require __cpp_concepts >= 202002L
    
    * checking Apple version
    
    * let us be more specific
    
    * removing extra endif
    lemire authored Jan 7, 2025
    Configuration menu
    Copy the full SHA
    d98b351 View commit details
    Browse the repository at this point in the history
  2. release

    lemire committed Jan 7, 2025
    Configuration menu
    Copy the full SHA
    ba33e9e View commit details
    Browse the repository at this point in the history
Loading