aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | | | | | | | | | | * | | | | | | | | | | | | | | | Attic-ize all of src/timer, except for time_t_to_tm and system_timelloyd2009-10-131-0/+39
| | | | | | | | | | | | | | * | | | | | | | | | | | | | | | Fixup post-merge breakagelloyd2009-10-131-1/+1
| | | | | | | | | | | | | | * | | | | | | | | | | | | | | | propagate from branch 'net.randombit.botan' (head 139d6957d20f0b1202e0eacc63c...lloyd2009-10-132-34/+18
| | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ propagate from branch 'net.randombit.botan' (head 8a5eb02c2e451fc983f234f7ba2...lloyd2009-09-302-34/+18
| | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ propagate from branch 'net.randombit.botan' (head 92e05ab242e4b6998d685961c53...lloyd2009-09-176-110/+70
| | | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ propagate from branch 'net.randombit.botan' (head 5cadcc57872bef55226579df573...lloyd2009-09-082-34/+18
| | | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ propagate from branch 'net.randombit.botan' (head 95eb8083f5884531e5ca0667388...lloyd2009-07-2111-959/+24
| | | | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ propagate from branch 'net.randombit.botan' (head 5438defd358f82e876917a8bd6d...lloyd2009-07-153-34/+19
| | | | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ propagate from branch 'net.randombit.botan' (head d6d32791adfa878b6fc0dd3a5b6...lloyd2009-07-032-2/+9
| | | | | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ propagate from branch 'net.randombit.botan' (head 6a746ccf1e957dba703e6537205...lloyd2009-06-045-91/+19
| | | | | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | | | | | A few experiments with auto keyword type inference. Looks like things willlloyd2009-04-011-18/+18
| | | | | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | | | | | Remove copy_if, now included in C++0x (also, it turns out, not being usedlloyd2009-04-011-16/+0
| | | | | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | | | | | Remove the mutex classes in favor of C++0x's std::mutex and std::lock_guardlloyd2009-04-013-57/+1
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cast the first argument to msync, munmap, mlock, and munlock to char*lloyd2010-09-071-2/+2
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Work around Sun Studio multimap insert buglloyd2010-09-031-0/+5
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Uglify Data_Store::search_with a little to go through multimap_insertlloyd2010-09-031-1/+7
|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove filter/pipe dependency herelloyd2010-09-032-14/+6
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add support for Windows-style dynamic loading with LoadLibrary. Notlloyd2010-08-252-8/+31
|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Workaround problem with GCC 3 - it doesn't like you casting pointerslloyd2010-08-101-0/+4
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also allow clang with 32-bit assembly code, everything seems to worklloyd2010-08-082-0/+19
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clang understands at least some GCC inline asm syntax as well as whatlloyd2010-08-081-0/+1
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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