Skip to content
Snippets Groups Projects
  1. Mar 15, 2021
  2. Sep 12, 2020
  3. Sep 11, 2020
  4. Aug 07, 2020
  5. Apr 03, 2020
  6. Apr 02, 2020
  7. Mar 26, 2020
  8. Nov 27, 2019
  9. Nov 26, 2019
  10. Oct 24, 2019
  11. Oct 21, 2019
  12. 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
  13. Sep 24, 2019
  14. Sep 16, 2019
  15. Aug 14, 2019
  16. Nov 30, 2018
  17. Aug 09, 2018
  18. Aug 07, 2018
  19. Apr 13, 2018
  20. Feb 28, 2018
  21. Feb 06, 2018
  22. Feb 05, 2018
  23. Jan 19, 2018
  24. Mar 07, 2017
  25. Feb 22, 2017
  26. Feb 15, 2017
  27. Feb 08, 2017
  28. Aug 31, 2016
  29. Aug 19, 2016
  30. Aug 10, 2016
  31. Jun 17, 2016
Loading