1. 17 9月, 2013 1 次提交
    • A
      Allow pointer types to have an attribute · 6dd44f23
      Antony Male 提交于
      Microchip's XC16 and friends, when used with dsPICs, require that all pointers
      to memory which could possibly be in EDS space by adorned with __eds__, e.g.
      
          __eds__ int* p_int
      
      Adding the macro UNITY_PTR_ATTRIBUTE allows Unity's pointers to be decorated
      with whatever ridiculous attributes the compiler requires.
      6dd44f23
  2. 30 11月, 2012 1 次提交
  3. 31 10月, 2012 1 次提交
  4. 29 8月, 2012 1 次提交
    • A
      Fix issue \#7 INTx_WITHIN_MESSAGE() macro · e95f6626
      Alex Rodriguez 提交于
      The reason that TEST_ASSERT_xyz_WITHIN_MESSAGE() family of functions
      doesn't print any message is because is calling a re-use macro from the
      TEST_ASSERT_xyz_WITHIN() family of functions. Due this two functions in
      unity.h calls the same function from unity_internals.h, the message is
      nullified at this point. The issue is fix by passing _message_ arg to
      the 4th argument of *UnityAssertNumbersWithin()* function.
      e95f6626
  5. 28 5月, 2012 4 次提交
  6. 27 4月, 2012 2 次提交
  7. 03 1月, 2012 1 次提交
  8. 11 10月, 2011 1 次提交
  9. 14 5月, 2011 1 次提交
  10. 03 5月, 2011 1 次提交
  11. 20 4月, 2011 1 次提交
  12. 14 1月, 2011 1 次提交
  13. 01 12月, 2010 1 次提交
  14. 11 11月, 2010 1 次提交
  15. 10 11月, 2010 2 次提交
  16. 24 8月, 2010 1 次提交
  17. 13 8月, 2010 1 次提交
  18. 28 7月, 2010 1 次提交
  19. 09 6月, 2010 1 次提交
  20. 07 6月, 2010 1 次提交
  21. 26 4月, 2010 1 次提交
  22. 03 4月, 2010 1 次提交
  23. 30 3月, 2010 1 次提交
  24. 21 3月, 2010 2 次提交