| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove needless options | lloyd | 2008-09-30 | 1 | -8/+2 |
* | Remove noisy print statement | lloyd | 2008-09-30 | 1 | -1/+0 |
* | If a module specifies <module_name>:<file> in its <add> block, include | lloyd | 2008-09-30 | 1 | -4/+18 |
* | Also display non-enabled modules in configure output | lloyd | 2008-09-30 | 1 | -8/+20 |
* | Rewrite part of the module loading code in configure.pl, now dependencies | lloyd | 2008-09-30 | 1 | -137/+119 |
* | Start trying to get asm BigInt working. Currently does not. Just checking | lloyd | 2008-09-29 | 1 | -33/+68 |
* | Cleanup | lloyd | 2008-09-29 | 1 | -2/+1 |
* | Merge the 3 mlocks (ml_unix, ml_win32, stub mlock.cpp) into a single mlock.cpp | lloyd | 2008-09-29 | 1 | -19/+29 |
* | Fix build.h modules list | lloyd | 2008-09-29 | 1 | -1/+1 |
* | Remove the misc dir: | lloyd | 2008-09-29 | 1 | -1/+3 |
* | In build_cmds, push onto a list and join the strings at the end | lloyd | 2008-09-29 | 1 | -6/+5 |
* | Better dependency handling | lloyd | 2008-09-29 | 1 | -22/+34 |
* | Fix display of loaded modules | lloyd | 2008-09-29 | 1 | -5/+9 |
* | Quieter | lloyd | 2008-09-29 | 1 | -1/+1 |
* | Don't load deps of a module that we won't load | lloyd | 2008-09-29 | 1 | -6/+6 |
* | Version bump to 1.7.14 | lloyd | 2008-09-29 | 1 | -1/+1 |
* | Make asm implementations distinctly named objects, for instance MD5_IA32, | lloyd | 2008-09-29 | 1 | -23/+37 |
* | propagate from branch 'net.randombit.botan' (head ca7d7fc1ae6b55c5328c9cf1ec1... | lloyd | 2008-09-29 | 1 | -0/+2 |
|\ |
|
| * | Oops, continue to look in /proc/cpuinfo rather than my home dir | lloyd | 2008-09-28 | 1 | -1/+1 |
| * | Add support for Pentium-M autodetection and GCC builds. Bug report by | lloyd | 2008-09-28 | 1 | -1/+3 |
* | | Rename all modinfo.txt files to info.txt, since they are all (none) of | lloyd | 2008-09-29 | 1 | -1/+1 |
* | | Move what is left of the uncategorized library to 'core'. There is still | lloyd | 2008-09-29 | 1 | -14/+7 |
* | | More tracing. Print enabled modules in a block at the end | lloyd | 2008-09-28 | 1 | -2/+8 |
* | | Make mdx_hash also a module, which most of the hash functions depend on. | lloyd | 2008-09-28 | 1 | -12/+18 |
* | | Move all modules into src/ directory | lloyd | 2008-09-28 | 1 | -9/+7 |
* | | Add convenience aliases for --disable-modules | lloyd | 2008-09-28 | 1 | -0/+4 |
* | | Use File::Find instead of a glob, to find modinfo.txt in any directory | lloyd | 2008-09-28 | 1 | -1/+17 |
* | | Fix undef warning | lloyd | 2008-09-28 | 1 | -1/+3 |
* | | Modularize the Adler32 checksum in checksums/adler32 | lloyd | 2008-09-28 | 1 | -7/+35 |
* | | Made a warn into print for testing, but it should stay a warn | lloyd | 2008-09-28 | 1 | -1/+1 |
* | | This is the first checkin to net.randombit.botan.modularized, which | lloyd | 2008-09-28 | 1 | -21/+33 |
|/ |
|
* | Uptick version to 1.7.13 | lloyd | 2008-09-27 | 1 | -1/+1 |
* | If a module is not compatible, print also the CPU submodel type | lloyd | 2008-09-18 | 1 | -1/+2 |
* | Display descriptions of modules during autoconfiguation so it is more | lloyd | 2008-09-17 | 1 | -9/+16 |
* | Autoconfig message said to use --arch to set CPU, should be --cpu | lloyd | 2008-09-17 | 1 | -1/+1 |
* | Type fix | lloyd | 2008-09-16 | 1 | -1/+1 |
* | Better autodetection support for the Cell PPU and ppc64 machines generally. | lloyd | 2008-09-16 | 1 | -0/+2 |
* | Update soname in configure | lloyd | 2008-09-14 | 1 | -1/+1 |
* | Comment | lloyd | 2008-09-11 | 1 | -0/+1 |
* | Rewrite guess_cpu | lloyd | 2008-09-11 | 1 | -28/+32 |
* | Guess the CPU based on {'archname'}, which works for at least Windows/x86 and... | lloyd | 2008-09-11 | 1 | -14/+24 |
* | Hijack the <supports_shared> tag in the os configs. It had been for | lloyd | 2008-09-11 | 1 | -1/+5 |
* | Use getlogin before getpwuid for Windows | lloyd | 2008-09-11 | 1 | -1/+1 |
* | Add the username and hostname to build.h | lloyd | 2008-09-07 | 1 | -0/+3 |
* | Bump to 1.7.11 (pre) | lloyd | 2008-09-07 | 1 | -1/+1 |
* | Include a comment in the generated build.h stating that the file was | lloyd | 2008-09-06 | 1 | -0/+7 |
* | Bump soname to 1.7.10 | lloyd | 2008-09-05 | 1 | -1/+1 |
* | Add new build.h macro BOTAN_TARGET_OS_IS_XXX | lloyd | 2008-09-05 | 1 | -0/+7 |
* | Changes for 1.7.91.7.9 | lloyd | 2008-08-27 | 1 | -1/+1 |
* | Fix autoconfiguration on Windows (testing on XP, VS 2008) | lloyd | 2008-08-18 | 1 | -8/+16 |