Custom Query (39 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (22 - 24 of 39)

1 2 3 4 5 6 7 8 9 10 11 12 13
Ticket Resolution Summary Owner Reporter
#90 fixed libcaca fails to build with clang on darwin Sam Hocevar Jeremy Huddleston
Description

clang is stricter. This was previously a warning with gcc, and it is now an error with clang.

--- caca/caca.h.orig 2011-07-05 00:09:51.000000000 -0700 +++ caca/caca.h 2011-07-05 00:10:10.000000000 -0700 @@ -645,7 +645,7 @@ typedef struct cucul_buffer cucul_buffer

# define CACA_DEPRECATED # endif

-# if defined GNUC && GNUC > 3 +# if !defined APPLE && defined GNUC && GNUC > 3

# define CACA_ALIAS(x) attribute ((weak, alias(#x))) # else # define CACA_ALIAS(x)

#53 invalid license discrepancy Sam Hocevar guest
Description

Your web page states that you use the "Do What The Fuck You Want To Public License." Yet, the header file states the LGPL. So, which is it?

#1 fixed lien poukrave du logo du trac Sam Hocevar anonymous
Description

quand on clique sur le logo du trac, on va sur exemple,org lol lol <3

1 2 3 4 5 6 7 8 9 10 11 12 13
Note: See TracQuery for help on using queries.