| Commit message (Expand) | Author | Age | Files | Lines |
* | Split the SIMD implementations into their own modules and choose one | lloyd | 2011-05-24 | 5 | -649/+0 |
* | Fix the problem that prevented the SSE2 IDEA implementation from | lloyd | 2011-05-12 | 1 | -1/+0 |
* | Rename all references of ia32 to x86-32 and amd64 to x86-64. | lloyd | 2011-04-22 | 6 | -13/+13 |
* | Maintainer mode warning cleanups, mostly for C style casts which I | lloyd | 2011-04-18 | 3 | -6/+6 |
* | My workaround for gcc pr 44174 caused cpuid support to be silently | lloyd | 2011-04-18 | 1 | -2/+8 |
* | Fix location of online docs in readme | lloyd | 2011-04-15 | 1 | -18/+0 |
* | One minor fix for QNX 6.4.1 (Python identifies CPU as 'x86pc'), and | lloyd | 2011-04-15 | 1 | -2/+3 |
* | Call GCC's __get_cpuid macro from a function marked noinline to work | lloyd | 2011-04-06 | 1 | -2/+9 |
* | Prefer GCC builtin except on ARM, add comment as to why | lloyd | 2011-03-14 | 1 | -6/+11 |
* | Assume ARMs are little-endian by default; big-endian ARM seems to be a rarity. | lloyd | 2011-03-14 | 1 | -20/+32 |
* | Remove inclusions of unused headers. | lloyd | 2011-02-10 | 1 | -1/+0 |
* | Another cast | lloyd | 2011-02-09 | 1 | -1/+1 |
* | Some casts to avoid VC warnings | lloyd | 2011-02-09 | 1 | -3/+3 |
* | Add a new configure.py option --distribution-info which sets a macro | lloyd | 2011-02-07 | 2 | -10/+25 |
* | According to PR 137, cpuid.h doesn't exist with Clang on OS X or | lloyd | 2011-01-21 | 1 | -1/+1 |
* | Use size_t for shift and rotate values. Also define rotate_left and | lloyd | 2010-12-28 | 4 | -18/+21 |
* | If the user defines BOTAN_NO_SSE_INTRINSICS, avoid including | lloyd | 2010-12-22 | 2 | -3/+3 |
* | Clang 2.8 also has cpuid.h | lloyd | 2010-11-29 | 1 | -1/+1 |
* | Add assert equal | lloyd | 2010-11-29 | 1 | -8/+18 |
* | Doxygen updates. | lloyd | 2010-11-02 | 1 | -12/+10 |
* | Doxygen | lloyd | 2010-11-02 | 2 | -3/+15 |
* | Add new top-level algorithm which provides basic functionality: name | lloyd | 2010-11-01 | 2 | -154/+0 |
* | Remove BufferedComputation::OUTPUT_LENGTH | lloyd | 2010-10-29 | 1 | -13/+2 |
* | Prefix vs postfix | lloyd | 2010-10-15 | 2 | -4/+4 |
* | More size_t | lloyd | 2010-10-15 | 1 | -24/+24 |
* | More size_t | lloyd | 2010-10-13 | 2 | -7/+7 |
* | Remove the upto argument to update_be | lloyd | 2010-10-13 | 1 | -5/+8 |
* | Use output_length() instead of OUTPUT_LENGTH pseudo-property | lloyd | 2010-10-13 | 1 | -4/+4 |
* | Add accessors for block size and output length | lloyd | 2010-10-13 | 1 | -0/+5 |
* | s/u32bit/size_t/ in utils | lloyd | 2010-10-13 | 11 | -55/+55 |
* | Use size_t for BufferedComputation::add_data | lloyd | 2010-10-12 | 2 | -11/+12 |
* | Use size_t in filters | lloyd | 2010-10-12 | 1 | -1/+1 |
* | Add a simple update_be to BufferedComputation that takes an integer | lloyd | 2010-10-12 | 1 | -0/+10 |
* | Use size_t in all of math, remove to_u32bit | lloyd | 2010-10-12 | 1 | -0/+1 |
* | Drop debug.h, it didn't turn out to be that useful for most things, | lloyd | 2010-10-07 | 2 | -38/+0 |
* | Doxygen | lloyd | 2010-10-01 | 1 | -14/+61 |
* | There is a pretty common pattern in the code for testing for internal | lloyd | 2010-09-26 | 3 | -0/+86 |
* | First set of changes for avoiding use implicit vector->pointer conversions | lloyd | 2010-09-13 | 1 | -3/+6 |
* | Dynamic loading confirmed to work on Windows (tested Windows 7 x64) | lloyd | 2010-09-08 | 1 | -0/+1 |
* | Under certain compilation modules, HMODULE isn't a void* but rather a | lloyd | 2010-09-08 | 1 | -2/+2 |
* | Cast the first argument to msync, munmap, mlock, and munlock to char* | lloyd | 2010-09-07 | 1 | -2/+2 |
* | Work around Sun Studio multimap insert bug | lloyd | 2010-09-03 | 1 | -0/+5 |
* | Uglify Data_Store::search_with a little to go through multimap_insert | lloyd | 2010-09-03 | 1 | -1/+7 |
* | Remove filter/pipe dependency here | lloyd | 2010-09-03 | 2 | -14/+6 |
* | Add support for Windows-style dynamic loading with LoadLibrary. Not | lloyd | 2010-08-25 | 2 | -8/+31 |
* | Workaround problem with GCC 3 - it doesn't like you casting pointers | lloyd | 2010-08-10 | 1 | -0/+4 |
* | Also allow clang with 32-bit assembly code, everything seems to work | lloyd | 2010-08-08 | 2 | -0/+19 |
* | Clang understands at least some GCC inline asm syntax as well as what | lloyd | 2010-08-08 | 1 | -0/+1 |
* | If we can't access cpuid, but we know that we are compiling for | lloyd | 2010-08-08 | 1 | -0/+9 |
* | If dynamic loading fails, include result of dlerror() in the exception msg | lloyd | 2010-07-30 | 1 | -1/+8 |