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: google/flatbuffers Loading
base: v24.3.7
Choose a base ref
...
head repository: google/flatbuffers Loading
compare: v24.3.25
Choose a head ref
  • 5 commits
  • 188 files changed
  • 4 contributors

Commits on Mar 9, 2024

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

Commits on Mar 11, 2024

  1. Fix License (#8253)

    The previous license value was not suitable for most software license scanners. Listing the actual license string in the package.json fixes this
    p0fi committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    b1f617f View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. presubmit.yml: Use xcode 14.2

    It appears the upgrade to xcode 14.3 broke the macos build on builkite.
    The last good build was using xcode 14.2, so go back to this version
    until the issue is resolved.
    dbaileychess committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    67eb95d View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Fix handling non null-terminated string_views in LookupByKey (#8203)

    * Reproduce the error in a unit test
    
    Reproduces #8200
    
    * Overload KeyCompareWithValue to work for string-like objects
    
    This fixes #8200.
    
    * Extra tests
    
    ---------
    
    Co-authored-by: Derek Bailey <[email protected]>
    mpawlowski-eyeo and dbaileychess committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    0cfb7eb View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Configuration menu
    Copy the full SHA
    595bf00 View commit details
    Browse the repository at this point in the history
Loading