aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | | * | | | | | | | | 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
* | | | | | | | | | | | | | | | | | | | | | | | Add missing header guards to package.h and botan.hlloyd2009-12-023-2/+12
* | | | | | | | | | | | | | | | | | | | | | | | Load hres_timer on any compiler or arch; macro feature detection takes carelloyd2009-12-011-27/+0
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | Consolidate the non-canonical epoch timers, like cpuid and Win32'slloyd2009-12-0154-474/+228
* | | | | | | | | | | | | | | | | | | | | | | Allow <libs> sections to list multiple OSes for a single lib target, andlloyd2009-12-011-7/+15
* | | | | | | | | | | | | | | | | | | | | | | Add a check to configure.py that warns if any module has a dependency listedlloyd2009-11-291-0/+14
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | Streamline readme.txtlloyd2009-11-271-17/+11
* | | | | | | | | | | | | | | | | | | | | | Ignore VC++ dll/exe/exp/lib/manifest fileslloyd2009-11-251-11/+3
* | | | | | | | | | | | | | | | | | | | | | Mention the Win32 build and installer improvementslloyd2009-11-241-0/+2
* | | | | | | | | | | | | | | | | | | | | | Make sure the SIMD_32 implementation we're using actually works on thelloyd2009-11-244-3/+7
* | | | | | | | | | | | | | | | | | | | | | Convert line endings on examples.lloyd2009-11-241-6/+5
* | | | | | | | | | | | | | | | | | | | | | Clean up the implementation of the line ending converter.lloyd2009-11-241-12/+26
* | | | | | | | | | | | | | | | | | | | | | Clean up how the templates_to_proc variable is set up using a generator.lloyd2009-11-241-11/+19
* | | | | | | | | | | | | | | | | | | | | | Don't do line ending conversion on build.h since that was (presumably/usually)lloyd2009-11-231-6/+9
* | | | | | | | | | | | | | | | | | | | | | Use a little Pascal script (hey, my first Pascal program!) in InnoSetuplloyd2009-11-231-5/+21
* | | | | | | | | | | | | | | | | | | | | | Fix minor errors in InnoSetup scriptlloyd2009-11-231-5/+5
* | | | | | | | | | | | | | | | | | | | | | Add User and Developer install targets to Win32 installerlloyd2009-11-231-9/+22
* | | | | | | | | | | | | | | | | | | | | | Fix the Nmake file - turns out the LIB is a really bad name for a variablelloyd2009-11-231-6/+6
* | | | | | | | | | | | | | | | | | | | | | Remove extern decl of no longer used/included SHA-1 SSE2 functionlloyd2009-11-231-2/+0
* | | | | | | | | | | | | | | | | | | | | | Update version # to 1.9.4-devlloyd2009-11-233-4/+6
* | | | | | | | | | | | | | | | | | | | | | Various fixes for Visual C++ per bug 63 - --enable-debug sets debug options,lloyd2009-11-203-23/+34
* | | | | | | | | | | | | | | | | | | | | | Remove long #### blocks for readabilitylloyd2009-11-202-48/+16
* | | | | | | | | | | | | | | | | | | | | | Add readme.txt, license.txt, and log.txt to the InnoSetup installlloyd2009-11-201-0/+4
* | | | | | | | | | | | | | | | | | | | | | Add an example of reading SSH2 public keyslloyd2009-11-201-0/+119
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | Document Win32 DLL and InnoSetup changes1.9.3lloyd2009-11-201-0/+2
* | | | | | | | | | | | | | | | | | | | | Update log and readme for 1.9.3 release 2009-11-19lloyd2009-11-203-3/+3
* | | | | | | | | | | | | | | | | | | | | Include the dll.manifest and exports file in the installer; I'm not surelloyd2009-11-201-0/+2
* | | | | | | | | | | | | | | | | | | | | Force /MD (threaded+DLL libc) with VC++. /MT is the default but seemslloyd2009-11-201-0/+4
* | | | | | | | | | | | | | | | | | | | | Fix windows install_rootlloyd2009-11-201-1/+1