summaryrefslogtreecommitdiff
path: root/src/core/bitmath_func.hpp
AgeCommit message (Expand)Author
2008-09-02(svn r14232) -Codechange: use builtin for byte swapping for gcc >= 4.3smatz
2008-08-01(svn r13910) -Document: string drawing related functions and types (Alberth)rubidium
2008-06-22(svn r13606) -Codechange: use "static FORCEINLINE" where possible as default ...skidd13
2008-05-26(svn r13273) -Fix [FS#2042]: MSVC warnings (again)glx
2008-05-06(svn r12971) -Documentation: add @file in files that missed them and add some...rubidium
2007-12-25(svn r11694) -Codechange: move more endianness related stuff to endian_func.hpp.rubidium
2007-12-21(svn r11674) -Codechange: refactor some functions out of macros.h into more l...rubidium
2007-12-10(svn r11616) -Fix [FS#1526]: sometimes large values could go off the chart.rubidium
2007-12-02(svn r11559) -Fix [FS#1505]: overflow when drawing graphics with high company...rubidium
2007-11-26(svn r11527) -Codechange: Split the bitmath functions of to their own filesskidd13