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/effcee
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e63a164aa0a4
Choose a base ref
...
head repository: google/effcee
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ae38e040cbb7
Choose a head ref
  • 10 commits
  • 13 files changed
  • 2 contributors

Commits on Jan 24, 2025

  1. kokoro: use gcc-13 (#75)

    dneto0 authored Jan 24, 2025
    Configuration menu
    Copy the full SHA
    d4bd354 View commit details
    Browse the repository at this point in the history
  2. kokoro: clang 13 (#76)

    dneto0 authored Jan 24, 2025
    Configuration menu
    Copy the full SHA
    61f2ce7 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2025

  1. kokoro: Allow linux image to be set by LINUX_BUILDER_IMAGE (#77)

    If LINUX_BUILDER_IMAGE is defined, use that as the URL.
    Otherwise use the old one.
    dneto0 authored Jan 29, 2025
    Configuration menu
    Copy the full SHA
    12241cb View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2025

  1. kokoro: Add a check-format presubmit job (#79)

    It checks C++ code is formatted like clang-format would.
    dneto0 authored Feb 20, 2025
    Configuration menu
    Copy the full SHA
    72fb04c View commit details
    Browse the repository at this point in the history
  2. Fix a typo (#80)

    dneto0 authored Feb 20, 2025
    Configuration menu
    Copy the full SHA
    eb16bfc View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2025

  1. kokoro: use cpp-builder image (#81)

    BUG=391948942
    dneto0 authored Feb 22, 2025
    Configuration menu
    Copy the full SHA
    874b471 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2025

  1. [Kokoro] Use merge-base for format check (#83)

    When doing the clang format check, the current branch is compared with
    main to see which files changed, and if there are any formating issues
    in those files. This can cause false positives if the current branch is
    too far behind main. If another PR fixed the formating in main, then
    that will be flagged as an error because it looks like the current PR
    will undo that change.
    
    The fix is to use the merge-base for main and HEAD to find the first
    common ancestor of the two to determine which files are changed in the
    current branch.
    
    Bug: crbug.com/414577655
    dneto0 authored Apr 30, 2025
    Configuration menu
    Copy the full SHA
    abcaf70 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2025

  1. Set Bazel module version 0.1 (#84)

    Bazel changes
    - Update to Python 3.12
    - Set default visibility to private.  Only the CHANGES and LICENSE,
      and 'effcee' library are public.
    - Set test size to "small"
    dneto0 authored May 5, 2025
    Configuration menu
    Copy the full SHA
    8ce15c4 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2025

  1. kokoro: remove VS 2019 configurations (#85)

    Bug: Google-internal crbug.com/437082422
    dneto0 authored Aug 7, 2025
    Configuration menu
    Copy the full SHA
    514b52e View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2026

  1. chore: Migrate gsutil usage to gcloud storage (#87)

    * chore: Migrate gsutil usage to gcloud storage
    
    * Update build.sh
    gurusai-voleti authored Feb 24, 2026
    Configuration menu
    Copy the full SHA
    ae38e04 View commit details
    Browse the repository at this point in the history
Loading