1. 02 11月, 2014 2 次提交
    • S
      Fixed a lot of single-type gcc warning: · 8dffcd8c
      Sergey Gusarov 提交于
      warning: cast discards ‘__attribute__((const))’ qualifier from pointer target type [-Wcast-qual]
      FYI, "-Wcast-qual" is not a default option.
      The main idea: If some function receives "const void*"
      why should it operate with "void*" (or something) afterwards (after casting)?
      8dffcd8c
    • S
      Fixed examples compilation · 399a878c
      Sergey Gusarov 提交于
      399a878c
  2. 25 10月, 2014 2 次提交
  3. 03 9月, 2014 1 次提交
  4. 02 9月, 2014 3 次提交
  5. 16 8月, 2014 1 次提交
  6. 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
  7. 30 7月, 2014 10 次提交
  8. 29 7月, 2014 1 次提交
  9. 25 7月, 2014 1 次提交
  10. 23 7月, 2014 1 次提交
  11. 22 7月, 2014 4 次提交
  12. 09 7月, 2014 1 次提交
  13. 01 7月, 2014 1 次提交
  14. 23 5月, 2014 1 次提交
  15. 22 5月, 2014 1 次提交
  16. 22 4月, 2014 3 次提交
  17. 13 3月, 2014 2 次提交
  18. 08 3月, 2014 4 次提交