- 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 2 次提交
-
-
由 Mark VanderVoord 提交于
Print newline after each test, but not before (Thanks Zane)
-
由 Zane D. Purvis 提交于
This change makes parsing the results easier for tools like ceedling, which was choking when a test used stdout and there wasn't an EOL after "PASS" (ThrowTheSwitch/Ceedling#41).
-
- 03 12月, 2014 3 次提交
- 10 11月, 2014 1 次提交
-
-
由 Mark VanderVoord 提交于
Declare local variables before UNITY_SKIP_EXECUTION.
-
- 09 11月, 2014 1 次提交
-
-
由 @gageas 提交于
-
- 06 11月, 2014 2 次提交
-
-
由 Greg Williams 提交于
-
由 Greg Williams 提交于
-
- 04 11月, 2014 1 次提交
-
-
由 Mark VanderVoord 提交于
-
- 02 11月, 2014 6 次提交
-
-
由 Mark VanderVoord 提交于
Fixed -Wcast-qual gcc warnings
-
由 Sergey Gusarov 提交于
But they look a bit different.
-
由 Sergey Gusarov 提交于
warning: cast discards ‘__attribute__((const))’ qualifier from pointer target type [-Wcast-qual] FYI, "-Wcast-qual" is not a default option. The main idea: If some function receives "const void*" why should it operate with "void*" (or something) afterwards (after casting)?
-
由 Mark VanderVoord 提交于
Fixed script unit tests. Fixed generate_test_runner configuration loadin... (Thanks Mark McCrum. You are awesome!)
-
由 Mark VanderVoord 提交于
Awesome. Thanks so much!
-
由 Sergey Gusarov 提交于
-
- 30 10月, 2014 1 次提交
-
-
由 Mark McCrum 提交于
- Modified rakefile to look in correct directory for script unit tests - Updated paths in script unit tests - Updated 'expectdata' files to match latest version of generated code - Fixed bug which prevented generate_test_runner from loading config from yaml file.
-
- 27 10月, 2014 1 次提交
-
-
由 Mark VanderVoord 提交于
reworked character strings to be an array type so that storage classes are handled better for picky compilers.
-
- 25 10月, 2014 2 次提交
-
-
由 Mark VanderVoord 提交于
- made help more clear - added ability to rename setUp / tearDown / and test prefix.
-
由 Mark VanderVoord 提交于
-
- 03 9月, 2014 1 次提交
-
-
由 Mark VanderVoord 提交于
-
- 02 9月, 2014 3 次提交
-
-
由 Mark VanderVoord 提交于
-
由 Mark VanderVoord 提交于
-
由 Mark VanderVoord 提交于
-
- 16 8月, 2014 1 次提交
-
-
由 Mark VanderVoord 提交于
-