1. 11 Oct, 2019 3 commits
    • Gennadiy Civil's avatar
      Merge pull request #2498 from thejcannon:noexcept_spec · 37905b9d
      Gennadiy Civil authored
      PiperOrigin-RevId: 274097989
      37905b9d
    • Abseil Team's avatar
      Googletest export · a4a5a7c7
      Abseil Team authored
      - Fix a bug in dealing with paramaterized tests where the name is it self a macro expansion.
      - Add a compile time check to ensure that the parameters to TEST_P and INSTANTIATE_TEST_SUITE_P are not empty. The above fix causes some compilers to fail in that case and even where it works, it's likely to result in technically invalid code by virtue of creating reserved identifiers:
      https://en.cppreference.com/w/cpp/language/identifiers
      
      PiperOrigin-RevId: 274047249
      a4a5a7c7
    • Abseil Team's avatar
      Googletest export · ed78e54f
      Abseil Team authored
      Fix the O(n^2) number of instantiations in ElemFromList.
      It is now O(n). It still has O(1) instantiation depth.
      
      PiperOrigin-RevId: 273980821
      ed78e54f
  2. 10 Oct, 2019 5 commits
  3. 09 Oct, 2019 1 commit
  4. 08 Oct, 2019 1 commit
  5. 07 Oct, 2019 8 commits
  6. 05 Oct, 2019 2 commits
  7. 03 Oct, 2019 4 commits
    • misterg's avatar
      Googletest export · 76a560c8
      misterg authored
      Add an announcement about taking a dep on Abseil soon
      
      PiperOrigin-RevId: 272683117
      76a560c8
    • Abseil Team's avatar
      Googletest export · 703bd9ca
      Abseil Team authored
      Release Googletest 1.10
      
      PiperOrigin-RevId: 272658347
      703bd9ca
    • Abseil Team's avatar
      Googletest export · 4105eb72
      Abseil Team authored
      Add a compile time check to ensure that the parameters to TEST and TEST_F are not empty
      
      Some compilers may already fail in that case and even where it works, it's likely to result in technically invalid code by virtue of creating reserved identifiers:
      https://en.cppreference.com/w/cpp/language/identifiers
      
      PiperOrigin-RevId: 272543242
      4105eb72
    • misterg's avatar
      Googletest export · 68319c19
      misterg authored
      Remove outdated CppCon announcement
      
      PiperOrigin-RevId: 271866311
      68319c19
  8. 01 Oct, 2019 1 commit
  9. 29 Sep, 2019 1 commit
    • misterg's avatar
      Googletest export · dc1ca9ae
      misterg authored
      fix OSS Travis Builds -remove hardcoded updated package from brew
      
      PiperOrigin-RevId: 271863378
      dc1ca9ae
  10. 27 Sep, 2019 6 commits
    • misterg's avatar
      Googletest export · 72adf7a4
      misterg authored
      Bump llvm to 4.0 because brew removed 3.9
      
      PiperOrigin-RevId: 271634609
      72adf7a4
    • Abseil Team's avatar
      Googletest export · cb3f7ce1
      Abseil Team authored
      Makes testing::ResultOf() work with non-copyable arguments.
      
      PiperOrigin-RevId: 271222632
      cb3f7ce1
    • Abseil Team's avatar
      Googletest export · a783ade7
      Abseil Team authored
      Updates headings.
      
      PiperOrigin-RevId: 271148974
      a783ade7
    • Abseil Team's avatar
      Googletest export · bf0fe874
      Abseil Team authored
      Use a more portable path for Android to write temp files to.
      
      /sdcard is *not* guaranteed to be available, but /data/local/tmp is.
      
      In some emulated situations, /sdcard may not be mounted, may not be R/W, or
      mounting may be delayed until *after* the test process begins.
      
      This is fairly common location to use. See e.g.:
      https://reviews.llvm.org/D9569
      
      PiperOrigin-RevId: 270909282
      bf0fe874
    • Abseil Team's avatar
      Googletest export · 076c4619
      Abseil Team authored
      Remove unnecessary full qualifications from std types.
      
      PiperOrigin-RevId: 270101485
      076c4619
    • Gennadiy Civil's avatar
      c78ea26f
  11. 25 Sep, 2019 1 commit
  12. 16 Sep, 2019 3 commits
  13. 13 Sep, 2019 1 commit
  14. 12 Sep, 2019 3 commits