Skip to content
Snippets Groups Projects
  1. Dec 17, 2021
  2. Dec 16, 2021
  3. Dec 15, 2021
  4. Dec 02, 2021
  5. Nov 24, 2021
  6. Nov 23, 2021
  7. Sep 28, 2021
  8. Oct 23, 2020
  9. Aug 20, 2020
  10. Aug 19, 2020
  11. Aug 18, 2020
  12. Aug 14, 2020
  13. Aug 07, 2020
  14. Aug 04, 2020
  15. Apr 03, 2020
  16. Sep 30, 2019
    • Tobias Leibner's avatar
      Update googletest (gtest) to version 1.8.1 · 9a5c93f8
      Tobias Leibner authored
      Instructions for further updates:
      - download new version of googletest
      - use ``googletest/scripts/fuse_gtest_files.py`` to obtain only ``gtest.h`` and ``gtest-all.cc``
      - (optional) manually apply clang-format (on a beefy computer) to ``gtest.h``
      - suppress warnings in gtest.h by inserting (compare old version of gtest.h)
      ```c++
       #if defined(__clang__)
       #  pragma clang system_header
       #elif defined(__GNUC__)
       #  pragma GCC system_header
       #endif
      ```
      - insert ( compare old version of ``gtest-all.cxx``)
      ```c++
      ```
      at the beginning of ``gtest-all.cxx`` and
      ```c++
      ```
      at the end.
      9a5c93f8
  17. Sep 16, 2019
  18. Mar 15, 2019
  19. Feb 11, 2019
  20. Dec 05, 2018
  21. Dec 01, 2018
  22. Nov 30, 2018
  23. Aug 30, 2018
  24. Jul 13, 2018
  25. Jul 11, 2018
  26. Jun 18, 2018
  27. Apr 13, 2018
  28. Jan 19, 2018
  29. Dec 01, 2017
  30. Sep 28, 2017
  31. Feb 22, 2017
  32. Jan 16, 2017
  33. Sep 01, 2016
Loading