aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* propagate from branch 'net.randombit.botan' (head 2773c2310e8c0a51975987a2dd6...lloyd2009-11-02102-549/+458
|\
| * Attic-ize all of src/timer, except for time_t_to_tm and system_timelloyd2009-10-1325-9/+47
| * Fix for removal of Default_Benchmark_Timerlloyd2009-10-132-9/+18
| * propagate from branch 'net.randombit.botan' (head d2bced090807e3590304d38724d...lloyd2009-10-131-0/+4
| |\
| * | Fixup post-merge breakagelloyd2009-10-131-1/+1
| * | Fixup post-merge breakagelloyd2009-10-131-5/+5
| * | propagate from branch 'net.randombit.botan' (head 139d6957d20f0b1202e0eacc63c...lloyd2009-10-1379-525/+387
| |\ \
| | * | Change call to system_time to use std::chronolloyd2009-09-301-2/+4
| | * | propagate from branch 'net.randombit.botan' (head 8a5eb02c2e451fc983f234f7ba2...lloyd2009-09-3078-528/+388
| | |\ \
| | | * \ propagate from branch 'net.randombit.botan' (head b9ca6596a127964cb9795d22bc2...lloyd2009-09-176-66/+37
| | | |\ \
| | | * \ \ propagate from branch 'net.randombit.botan' (head 92e05ab242e4b6998d685961c53...lloyd2009-09-1735-99/+163
| | | |\ \ \
| | | * | | | Use <chrono> in the runtime benchmarking code instead of the locallloyd2009-09-164-58/+48
| | | * | | | propagate from branch 'net.randombit.botan' (head 32f457161b1ad1afb7a3d0ccebc...lloyd2009-09-1674-447/+326
| | | |\ \ \ \
| | | | * | | | Remove dep on mutex module (doesn't exist here). Use initializer list in libs...lloyd2009-09-114-18/+11
| | | | * | | | Use GCC 4.4.1-release for C++0x testinglloyd2009-09-091-1/+1
| | | | * | | | propagate from branch 'net.randombit.botan' (head 5cadcc57872bef55226579df573...lloyd2009-09-0871-430/+316
| | | | |\ \ \ \
| | | | | * \ \ \ propagate from branch 'net.randombit.botan' (head 95eb8083f5884531e5ca0667388...lloyd2009-07-21149-507/+873
| | | | | |\ \ \ \
| | | | | * \ \ \ \ propagate from branch 'net.randombit.botan' (head 5438defd358f82e876917a8bd6d...lloyd2009-07-1571-432/+318
| | | | | |\ \ \ \ \
| | | | | | * | | | | Move mutex directory back to the Atticlloyd2009-07-0314-0/+0
| | | | | | * | | | | propagate from branch 'net.randombit.botan' (head d6d32791adfa878b6fc0dd3a5b6...lloyd2009-07-0335-222/+1250
| | | | | | |\ \ \ \ \
| | | | | | * | | | | | Move mutex.h to src/mutex (from Attic)lloyd2009-07-031-0/+0
| | | | | | * | | | | | Move mutex from Attic to src to deal with merge conflictlloyd2009-07-0312-0/+0
| | | | | | * | | | | | propagate from branch 'net.randombit.botan' (head 6a746ccf1e957dba703e6537205...lloyd2009-06-0471-433/+318
| | | | | | |\ \ \ \ \ \
| | | | | | | * | | | | | Use C++0x std::shared_ptr<> instead of TR1'slloyd2009-04-0117-82/+68
| | | | | | | * | | | | | Replace the (deprecated) auto_ptr with unique_ptr.lloyd2009-04-0131-121/+129
| | | | | | | * | | | | | A few experiments with auto keyword type inference. Looks like things willlloyd2009-04-013-79/+68
| | | | | | | * | | | | | 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-0125-133/+51
| | | | | | | * | | | | | Start a new branch for C++0x experimentation.lloyd2009-04-011-2/+2
* | | | | | | | | | | | | Slight cleanups in the Altivec detection code for readability.lloyd2009-10-291-5/+12
* | | | | | | | | | | | | Add a new looping load_be / load_le for loading large arrays at once, andlloyd2009-10-2911-49/+104
* | | | | | | | | | | | | Fix cpuid with icc (tested with 11.1)lloyd2009-10-292-2/+5
* | | | | | | | | | | | | propagate from branch 'net.randombit.botan' (head 4fd7eb9630271d3c1dfed21987e...lloyd2009-10-2930-964/+1723
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Clean up prep00_15 - same speed on Core2lloyd2009-10-291-16/+10
| * | | | | | | | | | | | | Clean up the SSE2 SHA-1 code quite a bit, make better use of C++ featureslloyd2009-10-292-308/+267
| * | | | | | | | | | | | | Format for easier readinglloyd2009-10-291-31/+43
| * | | | | | | | | | | | | Small cleanups (remove tab characters, change macros to fit the rest oflloyd2009-10-291-123/+121
| * | | | | | | | | | | | | Give each version of SIMD_32 a public bswap()lloyd2009-10-293-11/+29
| * | | | | | | | | | | | | Add new function enabled() to each of the SIMD_32 instantiations which lloyd2009-10-293-1/+9
| * | | | | | | | | | | | | No ||= operator!lloyd2009-10-291-7/+7
| * | | | | | | | | | | | | Add CPUID::have_altivec for AltiVec runtime detection.lloyd2009-10-293-0/+63
| * | | | | | | | | | | | | Rename sse2 engine to simdlloyd2009-10-292-2/+2
| * | | | | | | | | | | | | Use register writes in the Altivec code for stores because Altivec's handlinglloyd2009-10-291-7/+16
| * | | | | | | | | | | | | Kill realnames on new modules not in mailinelloyd2009-10-293-5/+0
| * | | | | | | | | | | | | propagate from branch 'net.randombit.botan' (head 54d2cc7b00ecd5f41295e147d23...lloyd2009-10-2923-621/+1324
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ propagate from branch 'net.randombit.botan' (head 8fb69dd1c599ada1008c4cab2a6...lloyd2009-10-2923-621/+1324
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | Rename SSE2 stuff to be generally SIMD since it supports at least SSE2lloyd2009-10-2916-135/+126
| | | * | | | | | | | | | | | | Add copyright + license on the new SIMD fileslloyd2009-10-284-2/+14
| | | * | | | | | | | | | | | | Document SIMD changeslloyd2009-10-281-0/+2
| | | * | | | | | | | | | | | | propagate from branch 'net.randombit.botan' (head bf629b13dd132b263e76a72b7ec...lloyd2009-10-2812-404/+1101
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \