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: abseil/abseil-cpp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: abseil/abseil-cpp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: lts_2022_06_23
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 9 files changed
  • 3 contributors

Commits on Jun 23, 2022

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

Commits on Aug 31, 2022

  1. Switch time_state to explicit default initialization instead of value…

    … initialization. (#1261)
    
    It looks to me like the language rules treat these the same for this type, but evidently GCC feels differently.
    
    This only matters under TSAN where SpinLock has a non-trivial destructor, and under C++20 where ABSL_CONST_INIT is implemented (as constinit) by gcc.
    
    Fixes #1253
    
    PiperOrigin-RevId: 469806751
    Change-Id: Ic01b0142101f361bc19c95f9f9474e635669c58d
    suertreus authored Aug 31, 2022
    Configuration menu
    Copy the full SHA
    8c0b94e View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

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

Commits on Feb 12, 2024

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