1. 24 Jan, 2022 1 commit
  2. 21 Jan, 2022 1 commit
  3. 19 Jan, 2022 1 commit
  4. 18 Jan, 2022 1 commit
  5. 17 Jan, 2022 1 commit
  6. 14 Jan, 2022 2 commits
  7. 13 Jan, 2022 1 commit
  8. 12 Jan, 2022 1 commit
    • Abseil Team's avatar
      Fix run-on sentence · 2d07f12b
      Abseil Team authored
          dispatch. It will use the definition from the class the constructor of which
      
      PiperOrigin-RevId: 421291241
      Change-Id: If81e3d6d3774edfbbb4baaec8a3cd96566b3b09c
      2d07f12b
  9. 11 Jan, 2022 1 commit
  10. 10 Jan, 2022 1 commit
  11. 06 Jan, 2022 10 commits
  12. 01 Jan, 2022 1 commit
  13. 27 Dec, 2021 1 commit
  14. 23 Dec, 2021 1 commit
  15. 22 Dec, 2021 1 commit
  16. 21 Dec, 2021 2 commits
  17. 20 Dec, 2021 1 commit
  18. 15 Dec, 2021 1 commit
  19. 08 Dec, 2021 1 commit
  20. 07 Dec, 2021 1 commit
    • Abseil Team's avatar
      Add NOLINT to address modernize-use-trailing-return-type in TEST_F uses · 4c5650f6
      Abseil Team authored
      Example command:
      
      ```
      clang_tidy '--config={Checks: "modernize-use-trailing-return-type"}' googletest-death-test-test.cc
      ```
      
      Example error:
      
      ```
      warning: use a trailing return type for this function [modernize-use-trailing-return-type]
      TEST(NotADeathTest, Test) {
      ^
      ```
      PiperOrigin-RevId: 414836261
      Change-Id: I5f758423667559abfbf313190543666bc4ce0e6e
      4c5650f6
  21. 04 Dec, 2021 1 commit
  22. 03 Dec, 2021 1 commit
  23. 02 Dec, 2021 1 commit
  24. 30 Nov, 2021 1 commit
    • Abseil Team's avatar
      Work around Android KitKat tzset bug · bb921608
      Abseil Team authored
      On KitKat, calling tzset with UTC+nn doesn't initialize all the
      timezone state. If the previous timezone was something like
      America/Chicago, then changing it to UTC+nn might have no effect.
      Setting the timezone to an intermediate value like "UTC" avoids the
      problem.
      
      Works around https://github.com/android/ndk/issues/1604.
      
      PiperOrigin-RevId: 413050236
      Change-Id: I99b2d3330ae68f1d58cd2ca278d3eaae30bd1e83
      bb921608
  25. 25 Nov, 2021 1 commit
  26. 24 Nov, 2021 1 commit
  27. 18 Nov, 2021 3 commits