- 09 9月, 2017 2 次提交
-
-
由 Mark VanderVoord 提交于
-
由 Mark VanderVoord 提交于
Cleanup Greater than and Less than asserts from other PR (#264) (Thanks @dpostorivo and @Dommar92 !)
-
- 26 8月, 2017 4 次提交
-
-
由 Mark VanderVoord 提交于
Rewrite UnityPrintFloat to match printf("%.6g").
-
由 John Lindgren 提交于
-
由 John Lindgren 提交于
-
由 John Lindgren 提交于
The existing implementation was not very good: - It printed all very small values as "0.000000..." - It did not distinguish positive and negative zero - In some cases it printed extra garbage digits for single-precision values (e.g. 3.9e+30 was printed as 3.90000013+30) Tests have been updated to check that we now match printf("%.6g") for 1,000,000 randomly chosen values, except for rounding of the 6th digit.
-
- 04 8月, 2017 3 次提交
-
-
由 Mark VanderVoord 提交于
Allow specifying custom header declaration (Thanks!)
-
由 Aviv Palivoda 提交于
-
由 Aviv Palivoda 提交于
-
- 02 8月, 2017 3 次提交
-
-
由 Aviv Palivoda 提交于
-
由 Aviv Palivoda 提交于
-
由 Aviv Palivoda 提交于
The user can specify UNITY_OUTPUT_CHAR_HEADER_DECLARATION and UNITY_OUTPUT_FLUSH_HEADER_DECLARATION when he would like to declare UNITY_OUTPUT_CHAT or UNITY_OUTPUT_FLUSH respectivly
-
- 26 6月, 2017 1 次提交
-
-
由 Mark VanderVoord 提交于
- Fixed some style issues.
-
- 14 5月, 2017 1 次提交
-
-
由 Dom Postorivo 提交于
-
- 10 5月, 2017 2 次提交
-
-
由 Mark VanderVoord 提交于
Fixed UNITY_TEST_ASSERT_EACH_EQUAL_*
-
由 Rasmus Melchior Jacobsen 提交于
Fixed copy-paste error for: - UNITY_TEST_ASSERT_EACH_EQUAL_INT64 - UNITY_TEST_ASSERT_EACH_EQUAL_UINT64 - UNITY_TEST_ASSERT_EACH_EQUAL_HEX64 So that the comparison is done on the expected _value_ instead of the _array_.
-
- 25 4月, 2017 1 次提交
-
-
由 Mark VanderVoord 提交于
-
- 08 4月, 2017 1 次提交
-
-
由 Mark VanderVoord 提交于
-
- 30 3月, 2017 1 次提交
-
-
由 Mark VanderVoord 提交于
-
- 29 3月, 2017 7 次提交
-
-
由 Mark VanderVoord 提交于
Convert PDF docs to markdown (Thanks for all the work, @wolf99 !)
-
由 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
-
由 Mark VanderVoord 提交于
-
由 Mark VanderVoord 提交于
Started to flesh out rubocop settings for this project. Added rakefile tasks to do so. Updated first script to make it compliant.
-
- 28 3月, 2017 3 次提交
-
-
由 Mark VanderVoord 提交于
-
由 Mark VanderVoord 提交于
-
由 Mark VanderVoord 提交于
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.
-
- 27 3月, 2017 5 次提交
-
-
由 Mark VanderVoord 提交于
-
由 Mark VanderVoord 提交于
-
由 Mark VanderVoord 提交于
-
由 Mark VanderVoord 提交于
-
由 Mark VanderVoord 提交于
-
- 22 3月, 2017 5 次提交
-
-
由 Mark VanderVoord 提交于
-
由 Mark VanderVoord 提交于
-
由 Mark VanderVoord 提交于
-
由 Mark VanderVoord 提交于
-
由 Mark VanderVoord 提交于
-
- 21 3月, 2017 1 次提交
-
-
由 Mark VanderVoord 提交于
-