- 31 8月, 2016 1 次提交
-
-
由 jsalling 提交于
Remove stdint.h from the C89 build due to -pedantic warnings from type 'long long' and constants like UINTPTR_MAX = 18446744073709551615ULL
-
- 25 4月, 2016 2 次提交
-
-
由 jsalling 提交于
This solves the warnings from -Wredundant-decls when overriding the OUTPUT function with a function declared in another header. It's better this is the non-default option, since using it requires either a declaration of the new function OR a preprocessor guard on declaring UNITY_OUTPUT_CHAR (as in unity.c here), in every file using the function. See Pull Request #185 for more.
-
由 jsalling 提交于
Prevent changes in core Unity from silently breaking Fixture
-
- 30 7月, 2014 4 次提交
-
-
由 Mark VanderVoord 提交于
rearranged project to centralize all self-test stuff under test directory. only pull in includes when required.
-
由 Greg Williams 提交于
-
由 Greg Williams 提交于
-
由 Greg Williams 提交于
-