Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix macro generation + checks in configure.py and bswap.h. Had the effect | lloyd | 2009-09-17 | 1 | -2/+2 |
* | Fix variable name in 32-bit bswap for VC++ | lloyd | 2009-08-03 | 1 | -1/+1 |
* | A typo in a macro check in bswap.h meant inline asm bswap was not | lloyd | 2009-07-31 | 1 | -1/+1 |
* | Thomas Moschny passed along a request from the Fedora packagers which came | lloyd | 2009-03-30 | 1 | -8/+10 |
* | Add an implementation of bswap for Visual C++ in x86 inline asm, | lloyd | 2008-10-12 | 1 | -0/+9 |
* | Escape newline in macro | lloyd | 2008-09-29 | 1 | -2/+2 |
* | Set a preprocessor flag if we think the compiler supports GCC-style | lloyd | 2008-09-29 | 1 | -2/+4 |
* | Use bswapl on 32-bit x86 as well | lloyd | 2008-09-29 | 1 | -1/+1 |
* | Directly inline x86-64 asm into bswap.h | lloyd | 2008-09-29 | 1 | -2/+12 |
* | Move util functions into utils/ module | lloyd | 2008-09-28 | 1 | -0/+39 |