Google Code Exporter

Results 11117 issues of Google Code Exporter

``` What steps will reproduce the problem? 1. execute "cc +DD64 -c -I../include cmockery.c" What is the expected output? What do you see instead? Nothing should be printed but it...

Priority-Medium
Type-Defect
auto-migrated

``` What steps will reproduce the problem? 1. compile any unit tests bundle and link it against cmockery What is the expected output? What do you see instead? Linking fails...

Priority-Medium
Type-Defect
auto-migrated

``` What steps will reproduce the problem on HP-UX? 1. execute "cc -c -I../include cmockery.c" What is the expected output? What do you see instead? Nothing should be printed. But...

Priority-Medium
Type-Defect
auto-migrated

``` 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]); ``` Original issue reported on code.google.com...

Priority-Medium
Type-Defect
auto-migrated

``` When I call assert_in_set() with a value of '1' and an enumeration array as the set (0-12), I get the following error: "1 is not in the set (0,...

Priority-Medium
Type-Defect
auto-migrated

``` What steps will reproduce the problem? 1. Use the macro 'will_return_count' with a count value of -1 2. 3. What is the expected output? What do you see instead?...

Priority-Medium
Type-Defect
auto-migrated

``` What steps will reproduce the problem? 1. Compile cmockery on Mac OS Leopard What is the expected output? What do you see instead? When running "./configure && make", it...

Priority-Medium
Type-Defect
auto-migrated

``` Hi ! If you have a function with "long long" parameters/return value, like this one : int myFunction(long long id, char *name); If I try to do a mockup...

Priority-Medium
Type-Defect
auto-migrated

``` Update tutorial to reflct last SGDK version. ``` Original issue reported on code.google.com by `Stephane.D` on 30 May 2012 at 10:31

Priority-Medium
Task

``` Here is the format description : .pal Paint Shop Pro colour palette file: Contains the colour palette table saved from a 16 or 256 colour image. It can be...

enhancement
Priority-Medium