- 11 3月, 2021 1 次提交
-
-
由 mamingshuai 提交于
-
- 09 9月, 2020 1 次提交
-
-
由 wenjun 提交于
-
- 29 10月, 2019 2 次提交
-
-
由 mvandervoord 提交于
-
由 mvandervoord 提交于
-
- 28 10月, 2019 1 次提交
-
-
由 mvandervoord 提交于
Fix docs.
-
- 25 10月, 2019 2 次提交
-
-
由 mvandervoord 提交于
- fixed ANSI (C89) issues, including #418
-
由 Jason Heeris 提交于
-
- 22 10月, 2019 1 次提交
-
-
由 Mark VanderVoord 提交于
-
- 06 7月, 2019 1 次提交
-
-
由 Mark VanderVoord 提交于
Add TEST_MESSAGE for outputting messages without aborting a test and _MESSAGE variant to TEST_PASS collection.
-
- 04 7月, 2019 1 次提交
-
-
由 Mark VanderVoord 提交于
- Tweak a couple style problems with Ruby scripts.
-
- 13 5月, 2019 1 次提交
-
-
由 Fabian Zahn 提交于
-
- 21 4月, 2019 1 次提交
-
-
由 Dom Postorivo 提交于
-
- 25 1月, 2019 1 次提交
-
-
由 Fabian Zahn 提交于
-
- 14 11月, 2018 1 次提交
-
-
由 Dan Yeaw 提交于
-
- 14 10月, 2018 1 次提交
-
-
由 Fabian Zahn 提交于
Added include of 'stddef.h' to 'unity_internals.h' if 'UNITY_EXCLUDE_STDDEF_H' is not defined. This adds compiler independent support for the 'NULL' macro.
-
- 07 9月, 2018 2 次提交
-
-
由 Kyle Krueger 提交于
-
由 Kyle Krueger 提交于
-
- 09 8月, 2018 1 次提交
-
-
由 Mark VanderVoord 提交于
-
- 30 7月, 2018 1 次提交
-
-
由 Deryew 提交于
Fixed grammar errors and some sentences to make it easier to understand
-
- 21 7月, 2018 1 次提交
-
-
由 Roland Stahn 提交于
Added notes, why _MESSAGE assertions do not support printf style formatting and how users can work around this limitation (see #331)
-
- 07 6月, 2018 1 次提交
-
-
由 Trond Einar Snekvik 提交于
Adds support for :mock_suffix when generating mock setup and teardown functions. Also documents both prefix and suffix in the helper script guide.
-
- 18 2月, 2018 1 次提交
-
-
由 Fabian Zahn 提交于
-
- 06 12月, 2017 1 次提交
-
-
由 Mark VanderVoord 提交于
Added more detail on test naming.
-
- 24 10月, 2017 1 次提交
-
-
由 Victor Lambret 提交于
Help error detection by adding specific colors for test results. This behavior is activated only when unity if compiled with UNITY_COLOR flag.
-
- 14 9月, 2017 1 次提交
-
-
由 John Lindgren 提交于
-
- 13 9月, 2017 1 次提交
-
-
由 Mark VanderVoord 提交于
-
- 14 5月, 2017 1 次提交
-
-
由 Dom Postorivo 提交于
-
- 08 4月, 2017 1 次提交
-
-
由 Mark VanderVoord 提交于
-
- 29 3月, 2017 4 次提交
-
-
由 toby 提交于
-
由 toby 提交于
Add newlines after headings for best practice, trim trailing spaces & convert sneaky incorrectly coded chars blank newline after headins is apparently best practice according to http://stackoverflow.com/q/42953462/1292918
-
由 toby 提交于
-
由 toby 提交于
Add GFM version of getting started guide PDF Add GFM version of configuration guide PDF Add GFM version of helper scripts guide PDF Add GFM version of coding standard PDF Add GFM version of assertions reference PDF Change markdown used to italicise line. Switched to use asterisk markdown instead
-
- 27 3月, 2017 1 次提交
-
-
由 Mark VanderVoord 提交于
-
- 21 3月, 2017 1 次提交
-
-
由 Mark VanderVoord 提交于
-
- 15 3月, 2017 1 次提交
-
-
由 Mark VanderVoord 提交于
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
-
- 06 5月, 2016 1 次提交
-
-
由 Mark VanderVoord 提交于
The class gives back to the community: better documentation produced for the class and now part of the open source project
-
- 08 1月, 2016 1 次提交
-
-
由 Mark VanderVoord 提交于
-
- 05 1月, 2016 1 次提交
-
-
由 Mark VanderVoord 提交于
- tweak docs
-
- 13 11月, 2015 1 次提交
-
-
由 Mark VanderVoord 提交于
We're going to use the C99 isinf() and isnan() macros wherever possible now. If your compiler doesn't support this, define UNITY_EXCLUDE_MATH_H and it will go back to the old method
-
- 10 11月, 2015 1 次提交
-
-
由 Paul Wilkinson 提交于
-