| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix infinite loop if no close tag found in info.txt file | lloyd | 2008-10-08 | 1 | -0/+2 |
* | Bump soname to 1.7.16 | lloyd | 2008-10-08 | 1 | -1/+1 |
* | New /proc/cpuinfo matching logic suggested by Derek Scherger. Attempt | lloyd | 2008-10-07 | 1 | -10/+14 |
* | Make configuration quieter | lloyd | 2008-10-07 | 1 | -2/+2 |
* | Don't generate the makefile until after we have processed build.h.in | lloyd | 2008-10-01 | 1 | -4/+8 |
* | Search submodels before submodel alises when trying to figure out /proc/cpuinfo | lloyd | 2008-10-01 | 1 | -6/+6 |
* | Make autodetection of CPU type based on /proc/cpuinfo a bit smarter. | lloyd | 2008-10-01 | 1 | -27/+47 |
* | Add back --modules as an alias for --enable-modules (finger memory) | lloyd | 2008-09-30 | 1 | -0/+1 |
* | s/--enable-module-sets/--use-module-set/ - otherwise one has to type all of -... | lloyd | 2008-09-30 | 1 | -1/+1 |
* | Update soname to 1.7.15, also update readme and log | lloyd | 2008-09-30 | 1 | -1/+1 |
* | Improve configure.pl's --help output. s/--module-set/--enable-module-set/ | lloyd | 2008-09-30 | 1 | -26/+22 |
* | Queit | lloyd | 2008-09-30 | 1 | -1/+1 |
* | Silently swallow/save --exec-prefix and most of the autoconf --.*dir= options | lloyd | 2008-09-30 | 1 | -42/+61 |
* | Rename more options for autoconf compatability. | lloyd | 2008-09-30 | 1 | -34/+38 |
* | First step in configure.pl options rename for better autoconf/automake compat. | lloyd | 2008-09-30 | 1 | -9/+9 |
* | Remove dead code from guess_from_from_this | lloyd | 2008-09-30 | 1 | -32/+9 |
* | Guess CPU from /proc/cpuinfo or uname by looking first in the known | lloyd | 2008-09-30 | 1 | -20/+34 |
* | Do not redirect 2> to /dev/null when exec'ing uname. It causes | lloyd | 2008-09-30 | 1 | -3/+3 |
* | Target i686 if uname is i686 | lloyd | 2008-09-30 | 1 | -1/+1 |
* | propagate from branch 'net.randombit.botan' (head fd327b29aa542e0ad5ff6d37d83... | lloyd | 2008-09-30 | 1 | -0/+1 |
|\ |
|
| * | Better support for MinGW/MSYS, sent by Zbigniew Zagorski | lloyd | 2008-09-30 | 1 | -0/+1 |
* | | 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 |