1. 18 2月, 2018 2 次提交
  2. 22 9月, 2017 1 次提交
  3. 26 8月, 2017 2 次提交
    • J
      Fix test link error. · dbdd168e
      John Lindgren 提交于
      dbdd168e
    • J
      Rewrite UnityPrintFloat to match printf("%.6g"). · 0e7eb545
      John Lindgren 提交于
      The existing implementation was not very good:
       - It printed all very small values as "0.000000..."
       - It did not distinguish positive and negative zero
       - In some cases it printed extra garbage digits for single-precision values
         (e.g. 3.9e+30 was printed as 3.90000013+30)
      
      Tests have been updated to check that we now match printf("%.6g") for
      1,000,000 randomly chosen values, except for rounding of the 6th digit.
      0e7eb545
  4. 04 8月, 2017 1 次提交
  5. 02 8月, 2017 1 次提交
  6. 14 5月, 2017 1 次提交
  7. 30 3月, 2017 1 次提交
  8. 29 3月, 2017 2 次提交
  9. 28 3月, 2017 1 次提交
  10. 27 3月, 2017 1 次提交
  11. 22 3月, 2017 5 次提交
  12. 15 3月, 2017 1 次提交
  13. 14 3月, 2017 1 次提交
  14. 24 1月, 2017 1 次提交
  15. 18 1月, 2017 1 次提交
  16. 15 1月, 2017 1 次提交
    • J
      Option to exclude setjump/longjmp, setjmp.h · ef1e2ad5
      jsalling 提交于
      Using this option changes the control flow of Unity, but is useful on
      constrained embedded systems. You can't fully simulate the power of
      'longjmp' with just 'return', but Unity still works well, all tests pass.
      ef1e2ad5
  17. 01 1月, 2017 1 次提交
  18. 30 12月, 2016 3 次提交
  19. 25 12月, 2016 1 次提交
  20. 24 12月, 2016 1 次提交
  21. 03 12月, 2016 1 次提交
    • M
      Module generator finishes for partially existing files · 7b51355e
      Matt Chernosky 提交于
      This resolves #219. When generating a new module, if all the files to
      generate already exist then it fails as before. If some of the files
      already exist, then the files that need to be created are created. Any
      existing files are not changed.
      
      Also added a bunch of tests for this feature via rspec. Run them from
      the test folder with `rake spec`.
      7b51355e
  22. 29 11月, 2016 1 次提交
  23. 20 11月, 2016 8 次提交
  24. 17 11月, 2016 1 次提交