1. 07 Sep, 2022 1 commit
  2. 06 Sep, 2022 4 commits
  3. 02 Sep, 2022 4 commits
  4. 01 Sep, 2022 9 commits
  5. 31 Aug, 2022 5 commits
  6. 30 Aug, 2022 1 commit
  7. 29 Aug, 2022 3 commits
    • CMake: Add an option to build the libraries that are used for writing · 277ce1dd
      tests without requiring Abseil's tests be built (default=OFF)
      
      This disables building libraries that are only used for writing tests
      by default.
      
      The logging library releases some libraries used for writing tests
      that themselves depend on GoogleTest. This allows Abseil to build by
      default without requiring GoogleTest.
      
      Fixes #1262
      
      PiperOrigin-RevId: 470847215
      Change-Id: I296f41aa06d6f302853af3f32e1f762649504afc
      Derek Mauro committed
    • Fix "unsafe narrowing" warnings in absl, 7/n. · d9382f72
      Addresses failures with the following, in some files:
      -Wshorten-64-to-32
      -Wimplicit-int-conversion
      -Wsign-compare
      -Wsign-conversion
      -Wtautological-unsigned-zero-compare
      
      (This specific CL focuses on .cc files in debugging/internal/.)
      
      Bug: chromium:1292951
      PiperOrigin-RevId: 470812243
      Change-Id: I5578030bb42ba73cb83d4df84f89e431ceac8992
      Abseil Team committed
    • Fix "unsafe narrowing" warnings in absl, 6/n. · 75691f1c
      Addresses failures with the following, in some files:
      -Wshorten-64-to-32
      -Wimplicit-int-conversion
      -Wsign-compare
      -Wsign-conversion
      -Wtautological-unsigned-zero-compare
      
      (This specific CL focuses on .cc files in strings/internal/.)
      
      Bug: chromium:1292951
      PiperOrigin-RevId: 470810568
      Change-Id: Ibd316a7e62cc43cb198ba22daed565c9573ce235
      Abseil Team committed
  8. 25 Aug, 2022 1 commit
  9. 24 Aug, 2022 2 commits
  10. 23 Aug, 2022 1 commit
  11. 22 Aug, 2022 1 commit
    • Support compilers that are unknown to CMake · c5615151
      Abseil failed to configure with `ABSL_PROPAGATE_CXX_STD` if the compiler was not known to CMake:
      
          target_compile_features no known features for CXX compiler
      
      Turns the error into a warning by checking `CMAKE_CXX_COMPILE_FEATURES`
      before calling `target_compile_features`.
      
      PiperOrigin-RevId: 469254470
      Change-Id: Ifba006dcdbf6a7112e382075b24678a792dbc827
      Abseil Team committed
  12. 18 Aug, 2022 2 commits
  13. 17 Aug, 2022 6 commits