Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | | | | * | | | | | | | | | Change call to system_time to use std::chrono | lloyd | 2009-09-30 | 1 | -2/+4 | |
| | | | | | * | | | | | | | | | propagate from branch 'net.randombit.botan' (head 8a5eb02c2e451fc983f234f7ba2... | lloyd | 2009-09-30 | 78 | -528/+388 | |
| | | | | | |\ \ \ \ \ \ \ \ \ | ||||||
| | | | | | | * \ \ \ \ \ \ \ \ | propagate from branch 'net.randombit.botan' (head b9ca6596a127964cb9795d22bc2... | lloyd | 2009-09-17 | 6 | -66/+37 | |
| | | | | | | |\ \ \ \ \ \ \ \ \ | ||||||
| | | | | | | * \ \ \ \ \ \ \ \ \ | propagate from branch 'net.randombit.botan' (head 92e05ab242e4b6998d685961c53... | lloyd | 2009-09-17 | 35 | -99/+163 | |
| | | | | | | |\ \ \ \ \ \ \ \ \ \ | ||||||
| | | | | | | * | | | | | | | | | | | Use <chrono> in the runtime benchmarking code instead of the local | lloyd | 2009-09-16 | 4 | -58/+48 | |
| | | | | | | * | | | | | | | | | | | propagate from branch 'net.randombit.botan' (head 32f457161b1ad1afb7a3d0ccebc... | lloyd | 2009-09-16 | 74 | -447/+326 | |
| | | | | | | |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | | | | | | * | | | | | | | | | | | Remove dep on mutex module (doesn't exist here). Use initializer list in libs... | lloyd | 2009-09-11 | 4 | -18/+11 | |
| | | | | | | | * | | | | | | | | | | | Use GCC 4.4.1-release for C++0x testing | lloyd | 2009-09-09 | 1 | -1/+1 | |
| | | | | | | | * | | | | | | | | | | | propagate from branch 'net.randombit.botan' (head 5cadcc57872bef55226579df573... | lloyd | 2009-09-08 | 71 | -430/+316 | |
| | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | | | | | | | * \ \ \ \ \ \ \ \ \ \ | propagate from branch 'net.randombit.botan' (head 95eb8083f5884531e5ca0667388... | lloyd | 2009-07-21 | 149 | -507/+873 | |
| | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ | propagate from branch 'net.randombit.botan' (head 5438defd358f82e876917a8bd6d... | lloyd | 2009-07-15 | 71 | -432/+318 | |
| | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | | | | | | | | * | | | | | | | | | | | | Move mutex directory back to the Attic | lloyd | 2009-07-03 | 14 | -0/+0 | |
| | | | | | | | | | * | | | | | | | | | | | | propagate from branch 'net.randombit.botan' (head d6d32791adfa878b6fc0dd3a5b6... | lloyd | 2009-07-03 | 35 | -222/+1250 | |
| | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | | | | | | | | * | | | | | | | | | | | | | Move mutex.h to src/mutex (from Attic) | lloyd | 2009-07-03 | 1 | -0/+0 | |
| | | | | | | | | | * | | | | | | | | | | | | | Move mutex from Attic to src to deal with merge conflict | lloyd | 2009-07-03 | 12 | -0/+0 | |
| | | | | | | | | | * | | | | | | | | | | | | | propagate from branch 'net.randombit.botan' (head 6a746ccf1e957dba703e6537205... | lloyd | 2009-06-04 | 71 | -433/+318 | |
| | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | | | | | | | | | * | | | | | | | | | | | | | Use C++0x std::shared_ptr<> instead of TR1's | lloyd | 2009-04-01 | 17 | -82/+68 | |
| | | | | | | | | | | * | | | | | | | | | | | | | Replace the (deprecated) auto_ptr with unique_ptr. | lloyd | 2009-04-01 | 31 | -121/+129 | |
| | | | | | | | | | | * | | | | | | | | | | | | | A few experiments with auto keyword type inference. Looks like things will | lloyd | 2009-04-01 | 3 | -79/+68 | |
| | | | | | | | | | | * | | | | | | | | | | | | | Remove copy_if, now included in C++0x (also, it turns out, not being used | lloyd | 2009-04-01 | 1 | -16/+0 | |
| | | | | | | | | | | * | | | | | | | | | | | | | Remove the mutex classes in favor of C++0x's std::mutex and std::lock_guard | lloyd | 2009-04-01 | 25 | -133/+51 | |
| | | | | | | | | | | * | | | | | | | | | | | | | Start a new branch for C++0x experimentation. | lloyd | 2009-04-01 | 1 | -2/+2 | |
* | | | | | | | | | | | | | | | | | | | | | | | | Add missing header guards to package.h and botan.h | lloyd | 2009-12-02 | 3 | -2/+12 | |
* | | | | | | | | | | | | | | | | | | | | | | | | Load hres_timer on any compiler or arch; macro feature detection takes care | lloyd | 2009-12-01 | 1 | -27/+0 | |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | | | | Consolidate the non-canonical epoch timers, like cpuid and Win32's | lloyd | 2009-12-01 | 54 | -474/+228 | |
* | | | | | | | | | | | | | | | | | | | | | | | Allow <libs> sections to list multiple OSes for a single lib target, and | lloyd | 2009-12-01 | 1 | -7/+15 | |
* | | | | | | | | | | | | | | | | | | | | | | | Add a check to configure.py that warns if any module has a dependency listed | lloyd | 2009-11-29 | 1 | -0/+14 | |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | | | Streamline readme.txt | lloyd | 2009-11-27 | 1 | -17/+11 | |
* | | | | | | | | | | | | | | | | | | | | | | Ignore VC++ dll/exe/exp/lib/manifest files | lloyd | 2009-11-25 | 1 | -11/+3 | |
* | | | | | | | | | | | | | | | | | | | | | | Mention the Win32 build and installer improvements | lloyd | 2009-11-24 | 1 | -0/+2 | |
* | | | | | | | | | | | | | | | | | | | | | | Make sure the SIMD_32 implementation we're using actually works on the | lloyd | 2009-11-24 | 4 | -3/+7 | |
* | | | | | | | | | | | | | | | | | | | | | | Convert line endings on examples. | lloyd | 2009-11-24 | 1 | -6/+5 | |
* | | | | | | | | | | | | | | | | | | | | | | Clean up the implementation of the line ending converter. | lloyd | 2009-11-24 | 1 | -12/+26 | |
* | | | | | | | | | | | | | | | | | | | | | | Clean up how the templates_to_proc variable is set up using a generator. | lloyd | 2009-11-24 | 1 | -11/+19 | |
* | | | | | | | | | | | | | | | | | | | | | | Don't do line ending conversion on build.h since that was (presumably/usually) | lloyd | 2009-11-23 | 1 | -6/+9 | |
* | | | | | | | | | | | | | | | | | | | | | | Use a little Pascal script (hey, my first Pascal program!) in InnoSetup | lloyd | 2009-11-23 | 1 | -5/+21 | |
* | | | | | | | | | | | | | | | | | | | | | | Fix minor errors in InnoSetup script | lloyd | 2009-11-23 | 1 | -5/+5 | |
* | | | | | | | | | | | | | | | | | | | | | | Add User and Developer install targets to Win32 installer | lloyd | 2009-11-23 | 1 | -9/+22 | |
* | | | | | | | | | | | | | | | | | | | | | | Fix the Nmake file - turns out the LIB is a really bad name for a variable | lloyd | 2009-11-23 | 1 | -6/+6 | |
* | | | | | | | | | | | | | | | | | | | | | | Remove extern decl of no longer used/included SHA-1 SSE2 function | lloyd | 2009-11-23 | 1 | -2/+0 | |
* | | | | | | | | | | | | | | | | | | | | | | Update version # to 1.9.4-dev | lloyd | 2009-11-23 | 3 | -4/+6 | |
* | | | | | | | | | | | | | | | | | | | | | | Various fixes for Visual C++ per bug 63 - --enable-debug sets debug options, | lloyd | 2009-11-20 | 3 | -23/+34 | |
* | | | | | | | | | | | | | | | | | | | | | | Remove long #### blocks for readability | lloyd | 2009-11-20 | 2 | -48/+16 | |
* | | | | | | | | | | | | | | | | | | | | | | Add readme.txt, license.txt, and log.txt to the InnoSetup install | lloyd | 2009-11-20 | 1 | -0/+4 | |
* | | | | | | | | | | | | | | | | | | | | | | Add an example of reading SSH2 public keys | lloyd | 2009-11-20 | 1 | -0/+119 | |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | | Document Win32 DLL and InnoSetup changes1.9.3 | lloyd | 2009-11-20 | 1 | -0/+2 | |
* | | | | | | | | | | | | | | | | | | | | | Update log and readme for 1.9.3 release 2009-11-19 | lloyd | 2009-11-20 | 3 | -3/+3 | |
* | | | | | | | | | | | | | | | | | | | | | Include the dll.manifest and exports file in the installer; I'm not sure | lloyd | 2009-11-20 | 1 | -0/+2 | |
* | | | | | | | | | | | | | | | | | | | | | Force /MD (threaded+DLL libc) with VC++. /MT is the default but seems | lloyd | 2009-11-20 | 1 | -0/+4 | |
* | | | | | | | | | | | | | | | | | | | | | Fix windows install_root | lloyd | 2009-11-20 | 1 | -1/+1 |