1. 20 11月, 2017 1 次提交
  2. 15 11月, 2017 1 次提交
  3. 04 11月, 2017 1 次提交
  4. 01 11月, 2017 1 次提交
  5. 31 10月, 2017 2 次提交
  6. 25 10月, 2017 1 次提交
  7. 24 10月, 2017 1 次提交
  8. 20 10月, 2017 1 次提交
  9. 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
  10. 22 9月, 2017 1 次提交
  11. 21 9月, 2017 3 次提交
  12. 14 9月, 2017 2 次提交
    • J
      Update documentation. · 1381a1a4
      John Lindgren 提交于
      1381a1a4
    • J
      Allow suiteSetUp() and suiteTearDown() to be provided as normal C functions. · 2593c31b
      John Lindgren 提交于
      This is simpler and more flexible than embedding C code in the Ruby options
      (:suite_setup and :suite_teardown).  However, support for :suite_setup and
      :suite_teardown is kept for backwards compatibility.
      
      Several configurations are possible:
      1. :suite_setup and :suite_teardown options provided and used.
      2. :suite_setup and :suite_teardown options not provided (nil):
        2a. Weak symbols not supported; suiteSetUp() and suiteTearDown() are not called.
            It would be simpler to make user-provided functions mandatory in this case,
            but it could break some pre-existing test suites.
        2b. Weak symbols are supported and the stub implementations of suiteSetUp() and
            suiteTearDown() are called if there are no user-provided functions.
        2c. Weak symbols are supported but overridden by user-provided suiteSetUp() and
            suiteTearDown() functions.
      2593c31b
  13. 13 9月, 2017 1 次提交
  14. 12 9月, 2017 2 次提交
  15. 11 9月, 2017 2 次提交
  16. 09 9月, 2017 2 次提交
  17. 26 8月, 2017 4 次提交
  18. 04 8月, 2017 3 次提交
  19. 02 8月, 2017 3 次提交
  20. 26 6月, 2017 1 次提交
  21. 14 5月, 2017 1 次提交
  22. 10 5月, 2017 2 次提交
  23. 25 4月, 2017 1 次提交
  24. 08 4月, 2017 1 次提交