- 28 6月, 2013 1 次提交
-
-
由 Antony Male 提交于
This patch fixes testEqualIntArrays in the unity test suite on 16-bit architectures. TEST_ASSERT_EQUAL_INT_ARRAY calls UnityAssertEqualIntArray with 'style' set to UNITY_DISPLAY_STYLE_INT. UNITY_DISPLAY_STYLE_INT is defined as UNITY_DISPLAY_STYLE_AUTO + UNITY_DISPLAY_STYLE_INT{16,32,64} (depending on the int width). However, the switch statement in UnityAssertEqualIntArray has special cases for the width-specific display styles, but these comparisons are carried out without clearing the UNITY_DISPLAY_STYLE_AUTO flag. This means that if 'style' is UNITY_DISPLAY_STYLE_INT, and the int width is, say, 16, bits, the default case will be hit, and elements compared as if they were 32 bits wide. Unsurprisingly this causes a failure in the test named above.
-
- 25 3月, 2013 2 次提交
-
-
由 John Van Enk 提交于
fix bug in target execsion in example makefile
-
由 Weihong.Guan 提交于
-
- 14 2月, 2013 5 次提交
-
-
由 Job Vranish 提交于
-
由 Job Vranish 提交于
-
由 Job Vranish 提交于
-
由 Job Vranish 提交于
-
由 Job Vranish 提交于
-
- 07 2月, 2013 4 次提交
-
-
由 Mark VanderVoord 提交于
Fix missing #define when UNITY_EXCLUDE_FLOAT is used
-
由 Mark VanderVoord 提交于
Fixing wrong index on string array inequality.
-
由 Mark VanderVoord 提交于
Added gcc 64-bit for rake
-
由 Mark VanderVoord 提交于
The `build` directory is not created when running make, which yields an error.
-
- 06 2月, 2013 1 次提交
-
-
由 James Hood 提交于
-
- 05 2月, 2013 1 次提交
-
-
由 Alex Rodriguez 提交于
-
- 01 2月, 2013 1 次提交
-
-
由 Chris Dew 提交于
The `build` directory is not created when running make, which yields an error.
-
- 19 1月, 2013 1 次提交
-
-
由 Alex Rodriguez 提交于
-
- 17 1月, 2013 1 次提交
-
-
由 Alexander Klauer 提交于
-
- 15 1月, 2013 1 次提交
-
-
由 Job Vranish 提交于
fixed makefile to testunity.out in root directory
-
- 12 1月, 2013 2 次提交
-
-
由 John Van Enk 提交于
C89 patch for MS Visual Studio 2008 Express Edition
-
由 Bryan A. Jones 提交于
Likewise, place all function prototypes before statements. These changes support Microsoft Visual Studio 2008 Express Edition, which follows C89-style rules.
-
- 10 1月, 2013 1 次提交
-
-
由 John Van Enk 提交于
Fix: Corrected type of size in GuardBytes to be size_t, not int.
-
- 09 1月, 2013 3 次提交
-
-
由 Bryan A. Jones 提交于
-
由 Mark VanderVoord 提交于
Updates to make Fixture more useful (thanks malsyned! It's nice that someone is helping out with the Fixtures extension!)
-
由 Mark VanderVoord 提交于
Thanks, Bryan. It's nice to have better documentation (Int config options, in this case)
-
- 22 12月, 2012 4 次提交
-
-
由 Dennis Lambe Jr 提交于
More details here: http://forums.pragprog.com/forums/123/topics/10126
-
由 Dennis Lambe Jr 提交于
More details here: http://forums.pragprog.com/forums/123/topics/10126
-
由 Dennis Lambe Jr 提交于
More details here: http://forums.pragprog.com/forums/123/topics/10901
-
由 Dennis Lambe Jr 提交于
-
- 04 12月, 2012 1 次提交
-
-
由 Bryan A. Jones 提交于
-
- 30 11月, 2012 2 次提交
-
-
由 Mark VanderVoord 提交于
I love it when things are made clean! Bryan A Jones smooths out some wrinkles in WIDTH detection.
-
由 Bryan A. Jones 提交于
Document failing approach (sizeof).
-
- 29 11月, 2012 1 次提交
-
-
由 Mark VanderVoord 提交于
Update tests on +/- infinity to work with MSVC++ 2008
-
- 27 11月, 2012 1 次提交
-
-
由 Bryan A. Jones 提交于
- Change type of floating-point constants to single/double precision as appropriate.
-
- 26 11月, 2012 1 次提交
-
-
由 mvandervoord 提交于
-
- 21 11月, 2012 2 次提交
-
-
由 Mark VanderVoord 提交于
Nice work, Bryan... thanks for the cleanup!
-
由 Bryan A. Jones 提交于
For doubles, make sure all constants are double-precision.
-
- 20 11月, 2012 1 次提交
-
-
由 John Van Enk 提交于
Improved support for special floating point values
-
- 19 11月, 2012 1 次提交
-
-
由 Vivek Ayer 提交于
testunity.out is being created in the root directory and was being called from the 'all' target incorrectly. This is now fixed.
-
- 31 10月, 2012 2 次提交
-
-
由 Ross Ryles 提交于
-
由 Ross Ryles 提交于
-