History log of /dovecot/src/lib/hash-decl.h
Revision Date Author Comments Expand
e37aed073e70daf34e3791a01f232810626208e8 25-Feb-2013 Timo Sirainen <tss@iki.fi>

Reverted the recent hash.h changes. Instead use -Wno-duplicate-decl-specifier with clang. The modified version required hash table users to know the structs' contents, which isn't otherwise necessary.

6d803d271cbc63ae3733824dfd96c75d65068fa1 24-Feb-2013 Timo Sirainen <tss@iki.fi>

Fixed "duplicate const" warnings with new clang.

60626b57f0fa514c9dd99880713c5268f27b1b1d 29-Aug-2012 Timo Sirainen <tss@iki.fi>

Reverted some of the last hash table changes. They caused hash table operations to dereference pointers, which caused a compiler error if the type wasn't known.

08e9fec5ba9e1a26e658c4224207d666b6ced27d 20-Aug-2012 Timo Sirainen <tss@iki.fi>

Simplified hash table union now that it again works only with pointers.

ad044cd01e98be8041c45849056616a37fbc6954 19-Aug-2012 Timo Sirainen <tss@iki.fi>

Added missing hash-decl.h