- 12 7月, 2015 1 次提交
-
-
由 Mark VanderVoord 提交于
Fixes #118: unity_output_Spy should use the platform-agnostic macros for memory.
-
- 02 7月, 2015 1 次提交
-
-
由 Andrew Burks 提交于
-
- 01 7月, 2015 3 次提交
-
-
由 Mark VanderVoord 提交于
Fixes issues #3 and #116 (Thanks!)
-
由 Andrew Burks 提交于
Fixes #116: Allow overrides of the Unity Fixture's memory functions. This enables custom heap implementations to be used with the Unity Fixture.
-
由 Andrew Burks 提交于
Fixes #3: unity_fixture tests don't build. unity.c and unity_fixture_malloc_overrides.h neglected to include <stddef.h> even though the reference 'size_t' and 'NULL'.
-
- 20 6月, 2015 5 次提交
-
-
由 Mark VanderVoord 提交于
Avoid warnings when casting pointers in array comparisons (dancing between warnings)
-
由 Mark VanderVoord 提交于
-
由 Mark VanderVoord 提交于
- casting to a (void*) was giving warnings to some compilers about double casting - casting from a u8 to u16/32/64 was giving warnings about changing alignment requirements
-
由 Mark VanderVoord 提交于
New asserter: TEST_ASSERT_EQUAL_STRING_LEN
-
由 Mark VanderVoord 提交于
Reverting of redundant castings, Fixed -Wcast-qual warnings
-
- 19 6月, 2015 2 次提交
-
-
由 Mark VanderVoord 提交于
-
由 ThingamaByte, LLC 提交于
-
- 18 6月, 2015 1 次提交
-
-
由 ThingamaByte, LLC 提交于
-
- 23 5月, 2015 1 次提交
-
-
由 Sergey Gusarov 提交于
Double castings look ugly. And if Unity is compiled with -Wcast-qual flag these type castings produce a lot of warnings: unity/src/unity.c:490:80: warning: cast discards ‘__attribute__((const))’ qualifier from pointer target type [-Wcast-qual] UnityPrintNumberByStyle(*(UNITY_PTR_ATTRIBUTE const _US16*)(void*)ptr_exp, style); ^
-
- 24 4月, 2015 1 次提交
-
-
由 Eivind Tagseth 提交于
-
- 23 4月, 2015 1 次提交
-
-
由 Eivind Tagseth 提交于
Compares two strings until maximum n bytes (i.e. strncmp()).
-
- 06 4月, 2015 1 次提交
-
-
由 Greg Williams 提交于
Added break out of system vs local includes for enhanced include-based dependency extraction to aid new cmock Make task/build generation. Bumber build and version info since new external capability added for querying includes.
-
- 23 3月, 2015 1 次提交
-
-
由 Eivind Tagseth 提交于
-
- 13 3月, 2015 1 次提交
-
-
由 Greg Williams 提交于
-
- 12 3月, 2015 3 次提交
-
-
由 Greg Williams 提交于
-
由 Greg Williams 提交于
-
由 Greg Williams 提交于
Added type_sanitizer.rb to consolidate converting a string to a valid C identifier, which will allow CMock and Ceedling to use the same construct which is currently duplicated in each repo.
-
- 12 2月, 2015 1 次提交
-
-
由 Mark VanderVoord 提交于
Add a port of unity_test_summary.rb to Python (Thanks so much! I'm sure people will find this useful)
-
- 11 2月, 2015 1 次提交
-
-
由 Alexander Mueller 提交于
Useful in environments without access to ruby
-
- 03 2月, 2015 1 次提交
-
-
由 Mark VanderVoord 提交于
Added "const" to one argv parameter that was missed when adding strict error checks. (thanks, trianglee!)
-
- 02 2月, 2015 4 次提交
-
-
由 Mark VanderVoord 提交于
Move announceTestRun() after UnityBegin()
-
由 @gageas 提交于
-
由 Mark VanderVoord 提交于
undef defined callc/realloc macros
-
由 @gageas 提交于
-
- 20 1月, 2015 2 次提交
-
-
由 nimrodz 提交于
-
由 Mark VanderVoord 提交于
Make Unity's compilation flags stricter
-
- 18 1月, 2015 2 次提交
-
-
由 nimrodz 提交于
Primarily - * Added "static" to static functions. * Added proper signature with "void" to functions without arguments. * Marked unused arguments with "(void)". * Removed entirely unused static functions. * Added "const" to preserve const-correctness. * Added function prototypes for external functions.
-
由 nimrodz 提交于
-
- 17 12月, 2014 1 次提交
-
-
由 Mark VanderVoord 提交于
-
- 16 12月, 2014 2 次提交
-
-
由 Mark VanderVoord 提交于
New macros for controlling use of weak linkage (Thanks Zane!)
-
由 Zane D. Purvis 提交于
- `UNITY_WEAK_ATTRIBUTE`, if defined, is placed before declarations of weakly linked symbols. If not manually defined, it will be automatically set to `__attribute__((weak))` on GCC and Clang, except for Clang for Win32. - `UNITY_WEAK_PRAGMA`, if defined, will cause preprocessor to emit `#pragma weak setUp`, etc. Ignored if `UNITY_WEAK_ATTRIBUTE` is defined. - `UNITY_NO_WEAK` undefines both of the above resulting in no weakly linked symbols. Work around for ThrowTheSwitch/Unity#93
-
- 10 12月, 2014 1 次提交
-
-
由 Mark VanderVoord 提交于
-
- 09 12月, 2014 2 次提交
-
-
由 Mark VanderVoord 提交于
Warning fixes (thanks kotofos!)
-
由 Mark VanderVoord 提交于
no arguments for UnityPointer_Init (thanks Kotofos)
-
- 07 12月, 2014 1 次提交
-
-
由 Mark VanderVoord 提交于
Print newline after each test, but not before (Thanks Zane)
-