Last 30 days
-
-
issue 6
(IsDebuggerPresent() function is not declared in Visual Studi...) commented on by gaozm55
-
Earlier this year
-
-
-
-
r42
(* Fixed assert_*() macros so they no longer truncate values ...) committed by stewartamiles
- * Fixed assert_*() macros so they no longer truncate values to int.
* Fixed printf format specifier for unsigned long long.
* Worked around a 64-bit gcc warning when casting a 32-bit integer to
a pointer in the expect_assert_failure() macro.
* Fixed assert_*() macros so they no longer truncate values to int.
* Fixed printf format specifier for unsigned long long.
* Worked around a 64-bit gcc warning when casting a 32-bit integer to
a pointer in the expect_assert_failure() macro.
-
-
r41
(Fixed memory_not_equal_display_error() to display an error i...) committed by stewartamiles
- Fixed memory_not_equal_display_error() to display an error if memory blocks are the same.
Fixed memory_not_equal_display_error() to display an error if memory blocks are the same.
-
r40
(Fixed internal links (<a href="#.*">) to headings that conta...) committed by stewartamiles
- Fixed internal links (<a href="#.*">) to headings that contain spaces when index.html is converted
to wiki format.
Fixed internal links (<a href="#.*">) to headings that contain spaces when index.html is converted
to wiki format.
-
r39
(* Added bash (awk / sed) script to convert cmockery's html d...) committed by stewartamiles
- * Added bash (awk / sed) script to convert cmockery's html docs to a googlecode.com wiki.
* Modified index.html slightly to make the conversion from html to wiki easier.
* Added bash (awk / sed) script to convert cmockery's html docs to a googlecode.com wiki.
* Modified index.html slightly to make the conversion from html to wiki easier.
-
r38
(Fixed truncation in integer range checking event structure t...) committed by stewartamiles
- Fixed truncation in integer range checking event structure to store min and max values as
LargestIntegralType rather than int.
Fixed truncation in integer range checking event structure to store min and max values as
LargestIntegralType rather than int.
-
r37
(* Support for mocking long long (>= 64-bit) parameters.
* Ch...) committed by stewartamiles
- * Support for mocking long long (>= 64-bit) parameters.
* Changed tabs to spaces in cmockery.c/.h to be consistent with the other source files.
* Deleted all trailing whitespace.
* Fixed warnings introduced in tests after adding support for 64-bit mocks.
* Support for mocking long long (>= 64-bit) parameters.
* Changed tabs to spaces in cmockery.c/.h to be consistent with the other source files.
* Deleted all trailing whitespace.
* Fixed warnings introduced in tests after adding support for 64-bit mocks.
-
r36
(Deleted all trailing whitespace from cmockery source files.
...) committed by stewartamiles
- Deleted all trailing whitespace from cmockery source files.
Deleted all trailing whitespace from cmockery source files.
-
r35
(Modified the windows makefile for cmockery to enable debug m...) committed by stewartamiles
- Modified the windows makefile for cmockery to enable debug mode.
Modified the windows makefile for cmockery to enable debug mode.
-
r34
(Integrated fix for cmockery "Issue 3: malloc.h not found on ...) committed by stewartamiles
- Integrated fix for cmockery "Issue 3: malloc.h not found on Mac OS Leopard".
Integrated fix for cmockery "Issue 3: malloc.h not found on Mac OS Leopard".
-
r33
(Fixed cmockery "Issue 9: assert_macro.c"
Reported by khb...) committed by stewartamiles
- Fixed cmockery "Issue 9: assert_macro.c"
Reported by khb.hnu, Apr 12, 2009
Line30:
for (i = 0; i < sizeof(status_code_string) / sizeof(status_code_string[0]);
change it as follow:
for (i = 0; i < sizeof(status_code_strings) / sizeof(status_code_strings[0]);
Fixed cmockery "Issue 9: assert_macro.c"
Reported by khb.hnu, Apr 12, 2009
Line30:
for (i = 0; i < sizeof(status_code_string) / sizeof(status_code_string[0]);
change it as follow:
for (i = 0; i < sizeof(status_code_strings) / sizeof(status_code_strings[0]);
-
r32
(Fix for "Issue 7: value_in_set_display_error() falsely repor...) committed by stewartamiles
- Fix for "Issue 7: value_in_set_display_error() falsely reports errors." reported on
code.google.com/p/cmockery.
Fix for "Issue 7: value_in_set_display_error() falsely reports errors." reported on
code.google.com/p/cmockery.
-
r31
(Fixed Issue 6 from code.google.com/p/cmockery : IsDebuggerPr...) committed by stewartamiles
- Fixed Issue 6 from code.google.com/p/cmockery : IsDebuggerPresent() function is not declared in
Visual Studion 2005 and lower
Fixed Issue 6 from code.google.com/p/cmockery : IsDebuggerPresent() function is not declared in
Visual Studion 2005 and lower
-
r30
(Fixed code.google.com/p/cmockery Issue 5: Using will_return_...) committed by stewartamiles
- Fixed code.google.com/p/cmockery Issue 5: Using will_return_count with count=-1 (to always repeat
return value) results in assertion failure.
Fixed code.google.com/p/cmockery Issue 5: Using will_return_count with count=-1 (to always repeat
return value) results in assertion failure.
-
r29
(* Modified cmockery's windows makefile so that it's possible...) committed by stewartamiles
- * Modified cmockery's windows makefile so that it's possible to build the library from any current
directory.
* Modified cmockery's windows makefile so that it's possible to build the library from any current
directory.
-
r28
(Integrated patch from "code.google.com/p/cmockery Issue 4: [...) committed by stewartamiles
- Integrated patch from "code.google.com/p/cmockery Issue 4: [PATCH] Support for "out of source-tree"
builds"
Integrated patch from "code.google.com/p/cmockery Issue 4: [PATCH] Support for "out of source-tree"
builds"
-
-
-
-
-
-
-
-
-
-
Cmockery_Unit_Testing_Framework Wiki page deleted by stewartamiles
-
-
-
-
-
issue 2
(Doing a mockup of a function which have a long long (>32 bit...) Status changed by stewartamiles
-
-
-
-
-
issue 6
(IsDebuggerPresent() function is not declared in Visual Studi...) commented on by stewartamiles
-
-
issue 5
(Using will_return_count with count=-1 (to always repeat retu...) commented on by stewartamiles
-
-
-
issue 2
(Doing a mockup of a function which have a long long (>32 bit...) commented on by stewartamiles
-
-
-
-
-
-
-
-
|