1. 07 6月, 2018 1 次提交
    • T
      Add support for :mock_suffix · ceecf1fa
      Trond Einar Snekvik 提交于
      Adds support for :mock_suffix when generating mock setup and teardown
      functions. Also documents both prefix and suffix in the helper script
      guide.
      ceecf1fa
  2. 03 5月, 2018 2 次提交
  3. 27 2月, 2018 2 次提交
  4. 23 2月, 2018 3 次提交
  5. 19 2月, 2018 3 次提交
  6. 18 2月, 2018 6 次提交
  7. 15 2月, 2018 1 次提交
  8. 12 2月, 2018 1 次提交
  9. 11 2月, 2018 5 次提交
  10. 30 1月, 2018 1 次提交
    • F
      Some minor changes · 07602308
      Fabian Zahn 提交于
      - String split now works correctly for windows and unix (cross platform)
      - Removed unnecessary whitespaces in the xml output (beautifies the output)
      - Added support for TEST_IGNORE() (without message)
      07602308
  11. 06 12月, 2017 1 次提交
  12. 27 11月, 2017 1 次提交
  13. 23 11月, 2017 1 次提交
  14. 20 11月, 2017 2 次提交
  15. 15 11月, 2017 1 次提交
  16. 04 11月, 2017 1 次提交
  17. 01 11月, 2017 1 次提交
  18. 31 10月, 2017 2 次提交
  19. 25 10月, 2017 1 次提交
  20. 24 10月, 2017 1 次提交
  21. 20 10月, 2017 1 次提交
  22. 09 10月, 2017 2 次提交
    • J
      Make weak symbol usage more portable: · df78aade
      John Lindgren 提交于
      - Enable support for Green Hills Software compiler
      - Define weak implementations only once except on Windows
      df78aade
    • J
      Fix link errors with MinGW. · a7e8797e
      John Lindgren 提交于
      MinGW supports a limited form of weak symbols, with the restriction
      that weak/default implementations need to be defined in the same
      translation unit they are called from.  Strong/overriding symbols
      may of course be specified in a different translation unit.
      a7e8797e