1. 11 Jul, 2022 3 commits
  2. 08 Jul, 2022 1 commit
  3. 07 Jul, 2022 1 commit
  4. 01 Jul, 2022 1 commit
  5. 30 Jun, 2022 2 commits
    • Derek Mauro's avatar
      Remove support for C++11 · 96f51426
      Derek Mauro authored
      v1.12.x is the last branch to support C++11
      Future releases will require at least C++14
      
      PiperOrigin-RevId: 458250106
      Change-Id: Ibee2248649ff3c13daaa179135887848bf730f3f
      96f51426
    • Derek Mauro's avatar
      Update version number in CMakeLists.txt · 219af0d5
      Derek Mauro authored
      Note that this is 1.12.1 as there will be a patch release to fix this
      
      PiperOrigin-RevId: 458216994
      Change-Id: Ibca52a8db22ed06cb1a1adc4832be67fce69459a
      219af0d5
  6. 29 Jun, 2022 1 commit
  7. 27 Jun, 2022 2 commits
  8. 25 Jun, 2022 1 commit
  9. 23 Jun, 2022 1 commit
  10. 22 Jun, 2022 1 commit
  11. 21 Jun, 2022 1 commit
  12. 16 Jun, 2022 1 commit
  13. 14 Jun, 2022 1 commit
  14. 13 Jun, 2022 2 commits
  15. 11 Jun, 2022 1 commit
  16. 09 Jun, 2022 2 commits
  17. 01 Jun, 2022 1 commit
    • Derek Mauro's avatar
      Work around a maybe-uninitialized warning under GCC 12 · 0320f517
      Derek Mauro authored
      Some Mock constructors insert the pointer to the Mock itself into a
      global registry. Since GCC cannot see how the pointer is used (only as
      an identifier), it cannot tell that the object doesn't need to be
      initialized at that point at all. Work around this by using uintptr_t
      instead.
      
      PiperOrigin-RevId: 452380347
      Change-Id: Ia5a493057ed90719de1d0efab71de9a8a08ddf8b
      0320f517
  18. 31 May, 2022 4 commits
  19. 30 May, 2022 3 commits
  20. 27 May, 2022 3 commits
  21. 26 May, 2022 2 commits
  22. 24 May, 2022 1 commit
  23. 18 May, 2022 1 commit
  24. 17 May, 2022 1 commit
  25. 13 May, 2022 1 commit
  26. 12 May, 2022 1 commit