1. 25 4月, 2017 1 次提交
  2. 08 4月, 2017 1 次提交
  3. 30 3月, 2017 1 次提交
  4. 29 3月, 2017 7 次提交
  5. 28 3月, 2017 3 次提交
  6. 27 3月, 2017 5 次提交
  7. 22 3月, 2017 5 次提交
  8. 21 3月, 2017 7 次提交
  9. 19 3月, 2017 1 次提交
  10. 15 3月, 2017 1 次提交
  11. 14 3月, 2017 2 次提交
  12. 02 3月, 2017 2 次提交
  13. 01 3月, 2017 2 次提交
    • M
      Merge pull request #266 from FSMaxB/fix-double-promotion · b5da224f
      Mark VanderVoord 提交于
      Fix warnings with -Wdouble-promotion
      b5da224f
    • M
      Fix warnings with -Wdouble-promotion · 1bf22d39
      Max Bruckner 提交于
      This fixes compiler warnings that clang produces with the
      -Wdouble-promotion compiler option.
      
      This only happens if double precision floating point numbers are
      enabled.
      
      The implicit double promotion occurs because numbers of type UNITY_FLOAT
      are passed into UnityPrintFloat, which expects const UNITY_DOUBLE.
      
      This commit fixes it by explicitly casting to UNITY_DOUBLE.
      1bf22d39
  14. 15 2月, 2017 2 次提交