"demo/tailwind.config.js" did not exist on "7fa17d78c45f4f642faa89f4c0e590c400f74225"
  1. 15 Mar, 2022 1 commit
    • Abseil Team's avatar
      Running clang-format over all of GoogleTest · b007c54f
      Abseil Team authored
      A few tests are examining code locations and looking af the resulting line
      numbers to verify that GoogleTest shows those to users correctly. Some of those
      locations change when clang-format is run. For those locations, I've wrapped
      portions in:
      // clang-format off
      ...
      // clang-format on
      
      There may be other locations that are currently not tickled by running
      clang-format.
      
      PiperOrigin-RevId: 434844712
      Change-Id: I3a9f0a6f39eff741c576b6de389bef9b1d11139d
      b007c54f
  2. 11 Jun, 2021 1 commit
    • Abseil Team's avatar
      Googletest export · c5be3930
      Abseil Team authored
      cleanup: fix spurious MSAN warnings with Clang 12
      PiperOrigin-RevId: 378430614
      c5be3930
  3. 14 Apr, 2021 1 commit
  4. 07 Oct, 2020 1 commit
  5. 24 Jan, 2020 1 commit
  6. 11 Oct, 2019 2 commits
  7. 06 Sep, 2019 1 commit
    • Abseil Team's avatar
      Googletest export · 3f05f651
      Abseil Team authored
      Extend gtest-port and stubs for ESP_PLATFORM
      
      ESP_PLATFORM is the macro used to indicate compilation for the ESP32
      using the esp-idf. This isn't a fully posix compatible system so
      various features of google test need to be stubbed out in order for
      it to work. It's oddly similar to the GTEST_OS_WINDOWS_PHONE setup.
      
      PiperOrigin-RevId: 267471968
      3f05f651
  8. 06 Apr, 2019 1 commit
    • Enji Cooper's avatar
      clang: fix `-Wsign-conversion` errors · 3829b84e
      Enji Cooper authored
      
      
      Cast some values as their unsigned equivalents or `size_t` to match the
      parameter type used for the template object under test. Also, provide
      UInt32 equivalent delegate methods for some callers (with
      int-equivalents for backwards compatibility).
      
      This closes #2146.
      Signed-off-by: default avatarEnji Cooper <yaneurabeya@gmail.com>
      3829b84e
  9. 01 Feb, 2019 1 commit
  10. 02 Jan, 2019 2 commits
    • misterg's avatar
      Googletest export · 14c2fba7
      misterg authored
      Internal Change
      
      PiperOrigin-RevId: 227575279
      14c2fba7
    • Abseil Team's avatar
      Googletest export · f8b1c1af
      Abseil Team authored
      Remove the #ifs for old, unsupported and buggy compilers:
      * old versions of GCC & MSVC
      * Symbian
      
      PiperOrigin-RevId: 227116941
      f8b1c1af
  11. 28 Oct, 2018 1 commit
  12. 05 Oct, 2018 1 commit
    • Abseil Team's avatar
      Apply clang-tidy modernize-use-nullptr to googletest. · 4bb49ed6
      Abseil Team authored
      Now that googletest has moved to C++11, it should no longer
      use NULL or 0 for the null pointer. This patch converts all
      such usages to nullptr using clang-tidy.
      
      This prevents LLVM from issuing -Wzero-as-null-pointer-constant
      warnings.
      
      PiperOrigin-RevId: 215814400
      4bb49ed6
  13. 14 Aug, 2018 1 commit
    • Gennadiy Civil's avatar
      · 265efde9
      Gennadiy Civil authored
      Comments changes, no functionality changes. 
      265efde9
  14. 08 Feb, 2018 1 commit
  15. 10 Jan, 2018 1 commit
  16. 25 Aug, 2015 1 commit
  17. 29 Jul, 2014 1 commit
  18. 15 May, 2014 1 commit
  19. 03 Dec, 2013 1 commit
  20. 28 Feb, 2013 1 commit
  21. 22 Feb, 2013 1 commit
  22. 15 Nov, 2012 1 commit
    • jgm's avatar
      Unfortunately, the svn repo is a bit out of date. This commit contains 8 · 87fdda2c
      jgm authored
      changes that haven't made it to svn. The descriptions of each change are listed
      below.
      
      - Fixes some python shebang lines.
      
      - Add ElementsAreArray overloads to gmock. ElementsAreArray now makes a copy of
        its input elements before the conversion to a Matcher. ElementsAreArray can
        now take a vector as input. ElementsAreArray can now take an iterator pair as
        input.
      
      - Templatize MatchAndExplain to allow independent string types for the matcher
        and matchee. I also templatized the ConstCharPointer version of
        MatchAndExplain to avoid calls with "char*" from using the new templated
        MatchAndExplain.
      
      - Fixes the bug where the constructor of the return type of ElementsAre() saves
        a reference instead of a copy of the arguments.
      
      - Extends ElementsAre() to accept arrays whose sizes aren't known.
      
      - Switches gTest's internal FilePath class from testing::internal::String to
        std::string. testing::internal::String was introduced when gTest couldn't
        depend on std::string.  It's now deprecated.
      
      - Switches gTest & gMock from using testing::internal::String objects to
        std::string. Some static methods of String are still in use.  We may be able
        to remove some but not all of them.  In particular, String::Format() should
        eventually be removed as it truncates the result at 4096 characters, often
        causing problems.
      87fdda2c
  23. 14 Aug, 2012 1 commit
  24. 22 Feb, 2011 1 commit
  25. 30 Nov, 2010 1 commit
  26. 14 Sep, 2010 1 commit
  27. 03 Feb, 2010 1 commit
  28. 02 Feb, 2010 1 commit
  29. 24 Sep, 2009 1 commit
  30. 01 Sep, 2009 1 commit
  31. 28 Apr, 2009 1 commit
  32. 24 Apr, 2009 1 commit
  33. 26 Mar, 2009 1 commit
  34. 25 Mar, 2009 1 commit
  35. 06 Mar, 2009 1 commit
  36. 23 Feb, 2009 1 commit
  37. 29 Jan, 2009 1 commit
  38. 26 Jan, 2009 1 commit