Thanks to visit codestin.com
Credit goes to github.com

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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v25.1.21
Choose a base ref
...
head repository: google/flatbuffers
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v25.1.24
Choose a head ref
  • 14 commits
  • 213 files changed
  • 5 contributors

Commits on Jan 22, 2025

  1. Update Evolution doc

    dbaileychess committed Jan 22, 2025
    Configuration menu
    Copy the full SHA
    9318c6c View commit details
    Browse the repository at this point in the history
  2. Also use rules_bazel_bazel_integration_test dependency with Bzlmod (#…

    …8498)
    
    * Also use rules_bazel_bazel_integration_test dependency with Bzlmod
    
    * Update versions
    mering authored Jan 22, 2025
    Configuration menu
    Copy the full SHA
    4b69b27 View commit details
    Browse the repository at this point in the history
  3. Add bazel ci (#8497)

    dbaileychess authored Jan 22, 2025
    Configuration menu
    Copy the full SHA
    69ac6a7 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2025

  1. Fix Bzlmod (#8503)

    * Fix Bzlmod npm repo name
    
    * Fix Bazel integration tests with Bzlmod
    mering authored Jan 23, 2025
    Configuration menu
    Copy the full SHA
    ad6d663 View commit details
    Browse the repository at this point in the history
  2. Fix reflection.fbs import path (#8499)

    We need to copy the .fbs files into the package used for .bfbs files.
    This is necessary as flatc doesn't provide support to specify the full
    output file name for an .fbs file in a different folder.
    I tried OUTPUT_FILE env var but this doesn't seem to be honored by
    flatc.
    mering authored Jan 23, 2025
    Configuration menu
    Copy the full SHA
    33a15d6 View commit details
    Browse the repository at this point in the history
  3. Improve Bazel CI (#8502)

    * Update Buildkite Bazel CI
    
    Restructure presubmit.yml to support matrix.
    
    * Remove testing Ubuntu 18.04
    
    The available LLVM 6.0 is too old to support std::filesystem.
    
    * Add testing in Ubuntu 22.04
    
    * Use Bazel version 6.5.0 in integration test
    mering authored Jan 23, 2025
    Configuration menu
    Copy the full SHA
    fceafd4 View commit details
    Browse the repository at this point in the history
  4. Fix npm bzlmod (#8506)

    * Restrict visibility of exported file
    
    * Align npm_translate_lock attrs
    
    * Remove defs_bzl_filename attr
    
    * Align root_package with pnpm-lock.yaml location
    
    Use a symlink to avoid copying the file.
    mering authored Jan 23, 2025
    Configuration menu
    Copy the full SHA
    a9257b6 View commit details
    Browse the repository at this point in the history
  5. Add support for Bazel 7 and 8 in Bazel CI (#8505)

    * Add missing file to filegroup for bazel integration tests
    
    Fixup after a9257b6.
    
    * Align versions in bazel_respository_test_dir with root
    
    * Update XCode version to 15.2
    
    This is the oldest available version.
    
    * Add WORKSPACE.bzlmod
    
    * Add support for Bazel 7
    
    * Add support for Bazel 8 in CI
    mering authored Jan 23, 2025
    Configuration menu
    Copy the full SHA
    026c243 View commit details
    Browse the repository at this point in the history
  6. Test external modules explicitly in CI (#8507)

    This setup is much simpler than calling Bazel from within Bazel
    and making sure files and flags are set up correctly.
    
    Co-authored-by: Derek Bailey <[email protected]>
    mering and dbaileychess authored Jan 23, 2025
    Configuration menu
    Copy the full SHA
    50be3cf View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2025

  1. Bump the versions of all aspect Bazel dependencies (#8508)

    * bump all aspect dependency versions to latest
    
    * add workspace file to test bazel repo
    sbarfurth authored Jan 24, 2025
    Configuration menu
    Copy the full SHA
    65e49fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82fefbf View commit details
    Browse the repository at this point in the history
  3. Add Bazel docs (#8510)

    mering authored Jan 24, 2025
    Configuration menu
    Copy the full SHA
    bcd2b9d View commit details
    Browse the repository at this point in the history
  4. [C++] Avoid adding semicolon after a statement (#8488)

    Co-authored-by: Derek Bailey <[email protected]>
    tzik and dbaileychess authored Jan 24, 2025
    Configuration menu
    Copy the full SHA
    9f94cee View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2025

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