aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils
Commit message (Expand)AuthorAgeFilesLines
* We were checking the wrong bit for rdrand support. Found using SDE'slloyd2012-05-101-1/+1
* Avoid a few maintainer mode flag warnings. Remove -Weffc++ from thelloyd2012-04-201-0/+3
* Use LoadLibraryA instead of bare LoadLibrary so things work if used inlloyd2011-12-131-1/+1
* GCC doesn't like casting a function pointer to void* without anlloyd2011-12-021-1/+2
* Add AltiVec detection on OpenBSD, contributed by Brad Smith in PR 162lloyd2011-11-281-1/+15
* Call cpuid via inline asm on x86-64, so we can use it with Clang (nolloyd2011-11-181-2/+16
* Add AltiVec detection for POWER7 processorslloyd2011-11-021-0/+2
* Tick to 1.10.1 unreleased.lloyd2011-06-301-0/+1
* Fix -Wshadow warninglloyd2011-06-221-2/+2
* Detect (though not using) the CPUID bit for the RDRAND instructionlloyd2011-06-161-1/+8
* Split the SIMD implementations into their own modules and choose onelloyd2011-05-245-649/+0
* Fix the problem that prevented the SSE2 IDEA implementation fromlloyd2011-05-121-1/+0
* Rename all references of ia32 to x86-32 and amd64 to x86-64.lloyd2011-04-226-13/+13
* Maintainer mode warning cleanups, mostly for C style casts which Illoyd2011-04-183-6/+6
* My workaround for gcc pr 44174 caused cpuid support to be silentlylloyd2011-04-181-2/+8
* Fix location of online docs in readmelloyd2011-04-151-18/+0
* One minor fix for QNX 6.4.1 (Python identifies CPU as 'x86pc'), andlloyd2011-04-151-2/+3
* Call GCC's __get_cpuid macro from a function marked noinline to worklloyd2011-04-061-2/+9
* Prefer GCC builtin except on ARM, add comment as to whylloyd2011-03-141-6/+11
* Assume ARMs are little-endian by default; big-endian ARM seems to be a rarity.lloyd2011-03-141-20/+32
* Remove inclusions of unused headers.lloyd2011-02-101-1/+0
* Another castlloyd2011-02-091-1/+1
* Some casts to avoid VC warningslloyd2011-02-091-3/+3
* Add a new configure.py option --distribution-info which sets a macrolloyd2011-02-072-10/+25
* According to PR 137, cpuid.h doesn't exist with Clang on OS X orlloyd2011-01-211-1/+1
* Use size_t for shift and rotate values. Also define rotate_left andlloyd2010-12-284-18/+21
* If the user defines BOTAN_NO_SSE_INTRINSICS, avoid includinglloyd2010-12-222-3/+3
* Clang 2.8 also has cpuid.hlloyd2010-11-291-1/+1
* Add assert equallloyd2010-11-291-8/+18
* Doxygen updates.lloyd2010-11-021-12/+10
* Doxygenlloyd2010-11-022-3/+15
* Add new top-level algorithm which provides basic functionality: namelloyd2010-11-012-154/+0
* Remove BufferedComputation::OUTPUT_LENGTHlloyd2010-10-291-13/+2
* Prefix vs postfixlloyd2010-10-152-4/+4
* More size_tlloyd2010-10-151-24/+24
* More size_tlloyd2010-10-132-7/+7
* Remove the upto argument to update_belloyd2010-10-131-5/+8
* Use output_length() instead of OUTPUT_LENGTH pseudo-propertylloyd2010-10-131-4/+4
* Add accessors for block size and output lengthlloyd2010-10-131-0/+5
* s/u32bit/size_t/ in utilslloyd2010-10-1311-55/+55
* Use size_t for BufferedComputation::add_datalloyd2010-10-122-11/+12
* Use size_t in filterslloyd2010-10-121-1/+1
* Add a simple update_be to BufferedComputation that takes an integerlloyd2010-10-121-0/+10
* Use size_t in all of math, remove to_u32bitlloyd2010-10-121-0/+1
* Drop debug.h, it didn't turn out to be that useful for most things,lloyd2010-10-072-38/+0
* Doxygenlloyd2010-10-011-14/+61
* There is a pretty common pattern in the code for testing for internallloyd2010-09-263-0/+86
* First set of changes for avoiding use implicit vector->pointer conversionslloyd2010-09-131-3/+6
* Dynamic loading confirmed to work on Windows (tested Windows 7 x64)lloyd2010-09-081-0/+1
* Under certain compilation modules, HMODULE isn't a void* but rather alloyd2010-09-081-2/+2