1. 15 5月, 2016 1 次提交
  2. 06 5月, 2016 1 次提交
  3. 04 5月, 2016 7 次提交
  4. 26 4月, 2016 1 次提交
  5. 25 4月, 2016 1 次提交
    • J
      Revert commits 720ea42a and a27b03c7 which broke the Fixture build · 57348172
      jsalling 提交于
       These were aimed at preventing the internals header from declaring
        a prototype for 'int UNITY_OUTPUT_CHAR(int);'. The second part fixed
        an omitted declaration in the tests caused by the first commit.
       Will replace the default behavior & add an option for this in next commit
      57348172
  6. 13 4月, 2016 2 次提交
  7. 03 3月, 2016 1 次提交
  8. 02 3月, 2016 1 次提交
  9. 26 2月, 2016 2 次提交
  10. 25 2月, 2016 1 次提交
  11. 13 2月, 2016 1 次提交
  12. 20 1月, 2016 1 次提交
  13. 08 1月, 2016 1 次提交
  14. 07 1月, 2016 2 次提交
  15. 22 12月, 2015 1 次提交
  16. 21 12月, 2015 1 次提交
    • J
      Add tests for printing numbers using a compile time replacement spy · a3d81dfa
      jsalling 提交于
       If Unity core is compiled with UNITY_OUTPUT_CHAR = putcharSpy, these tests
        will run, otherwise they are ignored and print a message
       Includes an implementation of putcharSpy, which allows checking the I/O
        from Unity during a test. Follows closely from the Fixture spy
       Tricky macros determine if putcharSpy is injected
      a3d81dfa
  17. 11 12月, 2015 2 次提交
  18. 13 11月, 2015 1 次提交
  19. 22 7月, 2015 1 次提交
  20. 21 7月, 2015 1 次提交
  21. 15 7月, 2015 1 次提交
  22. 24 4月, 2015 1 次提交
  23. 23 4月, 2015 1 次提交
  24. 12 3月, 2015 1 次提交
  25. 18 1月, 2015 1 次提交
    • N
      Added stricter error checks by the compiler, and adapted all impacted code. · b389c71e
      nimrodz 提交于
      Primarily -
      * Added "static" to static functions.
      * Added proper signature with "void" to functions without arguments.
      * Marked unused arguments with "(void)".
      * Removed entirely unused static functions.
      * Added "const" to preserve const-correctness.
      * Added function prototypes for external functions.
      b389c71e
  26. 06 11月, 2014 1 次提交
  27. 30 10月, 2014 1 次提交
  28. 02 9月, 2014 1 次提交
  29. 31 7月, 2014 1 次提交
    • M
      reenable results summary. · 14b07433
      Mark VanderVoord 提交于
      support tests named spec as well.
      clean up UnityBegin to make us not have to dig inside it to inject the filename.
      Add UNITY_OUTPUT_START() and UNITY_OUTPUT_COMPLETE() for future use.
      14b07433
  30. 30 7月, 2014 1 次提交