ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libecb/Changes
(Generate patch)

Comparing libecb/Changes (file contents):
Revision 1.15 by root, Wed Feb 11 18:47:34 2015 UTC vs.
Revision 1.16 by root, Wed Feb 11 20:02:31 2015 UTC

90 x = -x; 90 x = -x;
91 b = (v >> x) & -(((unsigned int)x) < 32); 91 b = (v >> x) & -(((unsigned int)x) < 32);
92 return a|b; 92 return a|b;
93} 93}
94 94
95TODO: export(=dllexport) & hidden
96TODO: flatten
97TODO: warning(msg)
98TODO: error(msg)
99
95TODO: read/write unaligned macros 100TODO: read/write unaligned macros
96TODO: htonl and friends 101TODO: htonl and friends
97TODO: macro to convetr from unsigned to signed "the natural way" 102TODO: macro to convetr from unsigned to signed "the natural way"
98TODO: ecb_deprecated with message 103TODO: ecb_deprecated with message
99TODO: ecb_static_assert, with message (just like boost), or somesuch, using array-declaration 104TODO: ecb_static_assert, with message (just like boost), or somesuch, using array-declaration

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines