Jonathan G Rennison
|
a8e0862500
|
Enable prefetch and bswap buitins for clang.
|
2016-09-08 20:00:56 +01:00 |
|
Jonathan G Rennison
|
349cd8a6f0
|
Where possible use compiler builtins for CountBits and FindFirstBit.
|
2016-09-04 18:01:38 +01:00 |
|
michi_cc
|
8bb76958fa
|
(svn r25685) -Codechange: [OSX] Use non-deprecated functions for byte swapping.
|
2013-08-05 20:37:29 +00:00 |
|
rubidium
|
13c769ff00
|
(svn r24959) -Doc [FS#5459]: that certain parameters need to be within certain boundaries
|
2013-02-02 20:18:41 +00:00 |
|
alberth
|
19adc87262
|
(svn r24776) -Doc: Typo fixes, additions, and additional dots collected from various sources (including Eagle_rainbow, MinchinWeb)
|
2012-12-01 13:12:39 +00:00 |
|
truebrain
|
aa1a0053b0
|
(svn r23640) -Fix: stop using FORCEINLINE (1/3rd of the instances were, the others were still regular inline), but make sure inline is always a 'forced' inline (I am looking at you MSVC)
|
2011-12-20 17:57:56 +00:00 |
|
glx
|
d4fc5bf88d
|
(svn r22898) -Codechange: use MSVC compiler intrinsics for byte swapping
|
2011-09-06 00:10:20 +00:00 |
|
alberth
|
5a18e4820a
|
(svn r20838) -Fix [FS#4136]: Cast '1' in bitmath functions to width of result before shifting.
|
2010-09-22 20:59:24 +00:00 |
|
frosch
|
5b86c79fce
|
(svn r20283) -Codechange: Unify start of doygen comments.
|
2010-08-01 19:22:34 +00:00 |
|
alberth
|
1743c86610
|
(svn r20266) -Doc: Mostly typo fixes, a few doxygen-related improvements.
|
2010-07-31 21:02:56 +00:00 |
|
rubidium
|
115a4ee734
|
(svn r19789) -Add [FS#3519]: a typed FOR_EACH_SET_BIT (adf88)
|
2010-05-11 20:59:54 +00:00 |
|
rubidium
|
ee02599bbf
|
(svn r19788) -Codechange: make FOR_EACH_SET_BIT not change the value of the passed bit variable, i.e. allow expressions as parameter
|
2010-05-11 20:48:06 +00:00 |
|
smatz
|
6c1ab1a2fa
|
(svn r19019) -Codechange: use HasExactlyOneBit() and HasAtMostOneBit() instead of CountBits() where possible
|
2010-02-05 17:05:58 +00:00 |
|
rubidium
|
99d46e0ad7
|
(svn r17248) -Fix: add GPL license notice where appropriate
|
2009-08-21 20:21:05 +00:00 |
|
frosch
|
c9eac207ea
|
(svn r16498) -Codechange: Remove hardly used HASBITS.
|
2009-06-01 15:01:54 +00:00 |
|
rubidium
|
f4b557c02e
|
(svn r16295) -Fix: ICC defined __GNUC__ but does not define __builtin_bswap32, so fall back to the default swap method for ICC.
|
2009-05-13 16:51:17 +00:00 |
|
smatz
|
5c6a23f8fa
|
(svn r14232) -Codechange: use builtin for byte swapping for gcc >= 4.3
|
2008-09-02 21:11:48 +00:00 |
|
rubidium
|
019a519446
|
(svn r13910) -Document: string drawing related functions and types (Alberth)
|
2008-08-01 09:34:34 +00:00 |
|
skidd13
|
8b7d893d85
|
(svn r13606) -Codechange: use "static FORCEINLINE" where possible as default for core functions (big functions use just inline instead)
|
2008-06-22 15:21:51 +00:00 |
|
glx
|
b3d7ca0ceb
|
(svn r13273) -Fix [FS#2042]: MSVC warnings (again)
|
2008-05-26 20:20:38 +00:00 |
|
rubidium
|
1ce0b03bf0
|
(svn r12971) -Documentation: add @file in files that missed them and add something more than whitespace as description of files that don't have a description.
|
2008-05-06 15:11:33 +00:00 |
|
rubidium
|
851f19b341
|
(svn r11694) -Codechange: move more endianness related stuff to endian_func.hpp.
|
2007-12-25 13:28:09 +00:00 |
|
rubidium
|
8ebdfb258f
|
(svn r11674) -Codechange: refactor some functions out of macros.h into more logical locations.
|
2007-12-21 19:21:21 +00:00 |
|
rubidium
|
28c436a054
|
(svn r11616) -Fix [FS#1526]: sometimes large values could go off the chart.
|
2007-12-10 22:26:24 +00:00 |
|
rubidium
|
8c0122f429
|
(svn r11559) -Fix [FS#1505]: overflow when drawing graphics with high company values.
|
2007-12-02 19:21:56 +00:00 |
|
skidd13
|
057ae477b5
|
(svn r11527) -Codechange: Split the bitmath functions of to their own files
|
2007-11-26 17:50:22 +00:00 |
|