1. 20 Apr, 2023 1 commit
  2. 01 Feb, 2023 1 commit
    • Tom Hughes's avatar
      Fix include order · ebedaa18
      Tom Hughes authored
      PiperOrigin-RevId: 506424617
      Change-Id: If7f0beb92022589523db204a6b5cbe9249cebf62
      ebedaa18
  3. 30 Jan, 2023 1 commit
  4. 24 Jan, 2023 1 commit
    • Derek Mauro's avatar
      Remove FloatingPoint::Max() in favor of std::numeric_limits::max() · 544c96ed
      Derek Mauro authored
      In #4113 a user says Max clashes with a macro. Since it is only used in
      a test, use std::numeric_limits::max() instead.
      
      Note that in headers, the macro issue can be mitigated with
      parenthesis like this: `(std::numeric_limits<T>::max)()`
      
      PiperOrigin-RevId: 504284906
      Change-Id: Ibf430caec1a6afdf6b303534fec6a4fd00a6373f
      544c96ed
  5. 26 Apr, 2022 1 commit
  6. 22 Apr, 2022 1 commit
  7. 23 Mar, 2022 1 commit