1. 11 3月, 2021 1 次提交
  2. 09 9月, 2020 1 次提交
  3. 02 4月, 2020 1 次提交
  4. 25 3月, 2020 1 次提交
  5. 24 3月, 2020 1 次提交
  6. 19 3月, 2020 1 次提交
  7. 09 3月, 2020 1 次提交
  8. 11 2月, 2020 1 次提交
  9. 19 1月, 2020 3 次提交
  10. 28 11月, 2019 1 次提交
  11. 29 10月, 2019 1 次提交
  12. 29 9月, 2019 1 次提交
  13. 04 12月, 2018 1 次提交
  14. 13 4月, 2018 1 次提交
  15. 31 12月, 2017 9 次提交
  16. 29 11月, 2017 1 次提交
  17. 04 11月, 2017 2 次提交
  18. 09 10月, 2017 1 次提交
  19. 13 9月, 2017 1 次提交
    • M
      Squashed 'tests/unity/' changes from 3b69bea..60b13f0 · b7bfe1e9
      Max Bruckner 提交于
      60b13f0 Bump version in preparation of release.
      f278c18 Fix bug #288 - invalid line numbers on partial name matches
      bdd4cb1 Merge pull request #294 from jlindgren90/master
      fcd4883 Fix compiler warning due to reusing symbol 'exp'.
      05daf95 Update to match Ruby style guide
      7b2ad10 Merge pull request #285 from dpostorivo/gt_lt_asserts
      0547aab Merge pull request #291 from jlindgren90/master
      2ae2bdb Make code C89-compliant.
      dbdd168 Fix test link error.
      0e7eb54 Rewrite UnityPrintFloat to match printf("%.6g").
      a868b2e Merge pull request #286 from palaviv/fix-UNITY_OUTPUT_FLUSH
      e56378e Add UNITY_OUTPUT_CHAR_HEADER_DECLARATION to fixture tests rakefile_helper.rb
      ad37302 Add UNITY_OUTPUT_CHAR_HEADER_DECLARATION to tests rakefile_helper.rb
      b3de931 Add UNITY_OUTPUT_CHAR_HEADER_DECLARATION to fixture tests Makefile defines
      59182c4 Add UNITY_OUTPUT_CHAR_HEADER_DECLARATION to tests Makefile defines
      a07d07c Allow specifying custom header declaration
      c1bc32d - Generator will not change names by default - Fixed some style issues.
      f2fdf1a Added Greater than and Less than asserts from other PR
      
      git-subtree-dir: tests/unity
      git-subtree-split: 60b13f0685246b009810aecbffafe17fb665d970
      b7bfe1e9
  20. 05 7月, 2017 1 次提交
  21. 28 6月, 2017 2 次提交
  22. 11 5月, 2017 1 次提交
  23. 02 5月, 2017 2 次提交
  24. 27 4月, 2017 2 次提交
    • M
      Squashed 'tests/unity/' changes from 1f52255..f96c055 · ab77a80e
      Max Bruckner 提交于
      f96c055 this is a minor release
      2c7629a Documentation Updates
      b8bfb01 Add support for AStyle in test makefile. It’s going to assume you have it installed.
      e36d8b5 Merge pull request #276 from wolf99/pdf-to-markdown
      1e43967 Add EACH_EQUAL changes
      e2cc679 Add newlines after headings for best practice, trim trailing spaces & convert sneaky incorrectly coded chars
      192d517 Remove PDFs
      c48f6c9 Add Github Markdown versions of documents
      2a5b24f Finished updating all Ruby scripts to match our coding standard. Woo!
      3e0a712 Started to flesh out rubocop settings for this project. Added rakefile tasks to do so. Updated first script to make it compliant.
      23f9c16 Another round of fixing things that the stylizer “corrected” for me.
      3a6cca3 Fixed things that the stylizer “autocorrected” to wrong. ;)
      3062c39 Starting to enforce our coding style. The first step is that we’ve pulled in Rubocop to check out Ruby syntax. There is likely a bit of customization to do yet AND there is definitely that backlog of todo’s that we just told it to ignore.
      550d58b Attempt to fix remaining issues with casting
      ee038c2 Ha! Forgot to add the correct comment style
      d6b3508 Clean up some const issues, particularly when moving between single and double pointers
      4ffafce Finish updating documentation to match
      083564b Update docs to also understand the new Each Equal handlers
      0dddf49 also update strings to support each element of an array.
      a11a137 Added memory each equal assertion
      d8d67a7 Added each_equal assertions for float and double
      b7956ea Added more tests for all the numerical types when performing each_equal assertions
      7fe3191 Added some tests to prove this works. Still work in progress
      56eeacd prepare for comparing value to array by setting up explicit compare of array to array in ints
      7b80885 Merge pull request #272 from FSMaxB/gcc43-wconversion
      0781e74 Add our coding standard to documentation
      c3658a0 Dropped support for pre-2.0 versions of Ruby (not even rubylang supports them anymore)
      8a45ccf Use custom mock prefix when searching for mock header files. #263
      689610b reorder includes in generated test runners
      43c7511 stdlib.h explicitly called in fixtures when malloc used, now. (Fixes issue #268)
      1c556d2 Fix -Wconversion with gcc-4.3
      8723d50 Turn UNITY_OUTPUT_FLUSH off by default. Added a quick-define for the most common case: UNITY_USE_FLUSH_STDOUT. Clarified documentation. Fixes issue #269
      c67a4ff - Add ability to detect TEST_FILE(“filename.c”) specifications in test files
      41ee499 Tiny tweaks to make Unity fit in more smoothly with Ceedling
      
      git-subtree-dir: tests/unity
      git-subtree-split: f96c05532b3e00c9ca77e58fc07f9401cd46510d
      ab77a80e
    • M
      e0d3a8a2
  25. 18 4月, 2017 1 次提交
  26. 13 4月, 2017 1 次提交