aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If we can't access cpuid, but we know that we are compiling forlloyd2010-08-081-0/+9
|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If dynamic loading fails, include result of dlerror() in the exception msglloyd2010-07-301-1/+8
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Restrict dyn_load to platforms where it might theoretically work:lloyd2010-07-281-0/+9
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a new utility class Dynamically_Loaded_Library which wraps aroundlloyd2010-07-273-0/+122
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Oops, bad GCC version check herelloyd2010-07-271-1/+1
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add support in CPUID for detecting PCMULUDQ and MOVBE instructions.lloyd2010-07-271-4/+18
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add support for GCC's byteswap builtins. They were added in 4.3 andlloyd2010-07-271-4/+29
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Modify CPUID so all the check functions are purely inline. Add a newlloyd2010-07-262-47/+25
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Consolidate the two engines that provided assembler implementationslloyd2010-07-132-2/+2
|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make round_up and round_down templates instead of fixed to use u32bitslloyd2010-06-291-6/+14
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Simplify feature checkslloyd2010-06-281-7/+12
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add detection support for upcoming AVXlloyd2010-06-251-1/+8
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Doxygenlloyd2010-06-221-6/+35
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Doxygenlloyd2010-06-211-6/+217
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Doxygenlloyd2010-06-214-13/+41
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Doxygenlloyd2010-06-211-9/+9
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Doxygenlloyd2010-06-211-0/+20
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a simple comment for the Botan namespace decl in types.h. Thislloyd2010-06-211-0/+3
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | merge of '3632315d498b1223cca850051518f7a3273f5449'lloyd2010-06-163-9/+33
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replace "@return a blah" and "@return the blah" with just "@return blah"lloyd2010-06-162-6/+6
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | More Doxygenlloyd2010-06-162-1/+14
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Yet more Doxygen commentslloyd2010-06-161-2/+13
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove some of the more extraneous namespaceslloyd2010-06-161-6/+2
|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | More Doxygen updates/fixeslloyd2010-06-156-21/+32
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix a few hundred Doxygen warningslloyd2010-06-151-1/+1
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Expose a datestamp in build.h, provide function in version.h forlloyd2010-06-142-0/+10
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use "/*" instead of "/**" in starting comments at the begining of a file.lloyd2010-06-0711-11/+11
|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a build.h macro BOTAN_GCC_VERSION which is set to major*100+minor*10+patchlloyd2010-05-131-2/+3
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Avoid trying to use GCC's cpuid.h in versions where it doesn't existlloyd2010-05-061-1/+3
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove some C-style castslloyd2010-04-231-2/+2
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | At startup, test if lock_mem() at least seems to work. If it doesn't,lloyd2010-03-132-0/+14
|/ / / / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | | | Add back the Integrity_Failure exception. For one, removing it causeslloyd2010-03-041-0/+9
* | | | | | | | | | | | | | | | | | | | | | | | | | | Fix stupid typolloyd2010-03-031-1/+1
* | | | | | | | | | | | | | | | | | | | | | | | | | | Pass the args to SIMD_32 variant of rotate_left/rotate_right as constlloyd2010-03-031-6/+6
* | | | | | | | | | | | | | | | | | | | | | | | | | | Use static_cast if using std::time-based get_nanoseconds_clock to makelloyd2010-03-031-2/+6
|/ / / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | | Switch back to stdio.h-based debug funcs, iostreams was broken and sillylloyd2010-02-141-11/+8
* | | | | | | | | | | | | | | | | | | | | | | | | | Call global functions with :: prefixlloyd2010-02-141-4/+4
* | | | | | | | | | | | | | | | | | | | | | | | | | Move the get_byte template to its own header, because many fileslloyd2010-02-025-12/+31
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | Inline debug funcs to debug.h, make print_vec a template on the base typelloyd2010-01-213-38/+15
|/ / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | Add operator& and non-mutating rotates to SIMD_32lloyd2010-01-124-0/+34
* | | | | | | | | | | | | | | | | | | | | | | | merge of 'bf0e5684d8ba5fb0a21cdcd11d26995cbb250c4a'lloyd2010-01-072-67/+18
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | Clean up exceptions. Remove some unused ones like Config_Error. Makelloyd2010-01-052-67/+18
* | | | | | | | | | | | | | | | | | | | | | | | | simd_32 should be autoload, not always. Copy+pasted from util's info.txtlloyd2010-01-061-2/+0
|/ / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | Remove stubs for VIA Padlock support. I have no plans to implement itlloyd2010-01-051-7/+1
* | | | | | | | | | | | | | | | | | | | | | | | merge of 'a51f8d7dec78251a3a4ccf162b346c289fc1d72a'lloyd2010-01-043-112/+85
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | Remove Exception::set_msg. Inline all exception constructors.lloyd2010-01-043-112/+85
* | | | | | | | | | | | | | | | | | | | | | | | | Remove pshufb-based bswap_4; it causes problems too easily with externallloyd2010-01-041-21/+1
|/ / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | Fix POWER6 AltiVec detectionlloyd2009-12-301-0/+1
* | | | | | | | | | | | | | | | | | | | | | | | Oops, it's TARGET_CPU_IS_XXX_FAMILY, not TARGET_IS_XXX_FAMILY.lloyd2009-12-302-5/+5
* | | | | | | | | | | | | | | | | | | | | | | | Clean up AltiVec detection code. Add (untested) support for OS X AltiVeclloyd2009-12-301-53/+74