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: firebase/firebase-cpp-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v12.7.0
Choose a base ref
...
head repository: firebase/firebase-cpp-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 5 commits
  • 67 files changed
  • 1 contributor

Commits on Apr 2, 2025

  1. Add write permission to nightly report workflow. (#1704)

    * Add write permission to nightly report table.
    
    * Update other workflows.
    jonsimantov authored Apr 2, 2025
    Configuration menu
    Copy the full SHA
    0ea67d2 View commit details
    Browse the repository at this point in the history
  2. Downgrade CMake to 3.31.x on our runners. (#1706)

    * Try out get-cmake action.
    
    * Fix indent.
    
    * Install cmake 3.31 for other jobs.
    jonsimantov authored Apr 2, 2025
    Configuration menu
    Copy the full SHA
    8dee6fe View commit details
    Browse the repository at this point in the history

Commits on May 5, 2025

  1. Update iOS FTL versions. (#1708)

    * Update iOS FTL versions.
    
    * Update simulator version.
    jonsimantov authored May 5, 2025
    Configuration menu
    Copy the full SHA
    0a2c9da View commit details
    Browse the repository at this point in the history

Commits on May 16, 2025

  1. Configuration menu
    Copy the full SHA
    204a873 View commit details
    Browse the repository at this point in the history
  2. Move UMP SDK to a top-level directory. (#1712)

    * Start copying over the files.
    
    * Move all the source files.
    
    * Rename and refactor all of the source files and namespaces.
    
    * Update integration test.
    
    * Update build script.
    
    * Remove a few other mentions of GMA here.
    
    * Update readme.
    
    * Update testapp configurator.
    
    * Update Android dependencies.
    
    * Some few lingering changes needed.
    
    * Typo.
    
    * Format code.
    
    * Add deprecation flags.
    
    * Fix typo.
    
    * Fix deprecation comments.
    
    * Remove GMA-specific integration test setup.
    
    * Remove leftover GMA references.
    
    * Fix build error.
    
    * Add missing static memory allocation.
    
    * Add resources for UMP tests.
    
    * Remove extraneous include.
    
    * Add application ID back.
    
    * Add missing static memory allocations.
    
    * Format code.
    
    * Add deprecation note.
    
    * Add verbose flag.
    
    * Add missing library to packaged SDK cmake file.
    jonsimantov authored May 16, 2025
    Configuration menu
    Copy the full SHA
    f938d67 View commit details
    Browse the repository at this point in the history
Loading