aboutsummaryrefslogtreecommitdiffstats
path: root/configure.pl
Commit message (Expand)AuthorAgeFilesLines
* Fix infinite loop if no close tag found in info.txt filelloyd2008-10-081-0/+2
* Bump soname to 1.7.16lloyd2008-10-081-1/+1
* New /proc/cpuinfo matching logic suggested by Derek Scherger. Attemptlloyd2008-10-071-10/+14
* Make configuration quieterlloyd2008-10-071-2/+2
* Don't generate the makefile until after we have processed build.h.inlloyd2008-10-011-4/+8
* Search submodels before submodel alises when trying to figure out /proc/cpuinfolloyd2008-10-011-6/+6
* Make autodetection of CPU type based on /proc/cpuinfo a bit smarter.lloyd2008-10-011-27/+47
* Add back --modules as an alias for --enable-modules (finger memory)lloyd2008-09-301-0/+1
* s/--enable-module-sets/--use-module-set/ - otherwise one has to type all of -...lloyd2008-09-301-1/+1
* Update soname to 1.7.15, also update readme and loglloyd2008-09-301-1/+1
* Improve configure.pl's --help output. s/--module-set/--enable-module-set/lloyd2008-09-301-26/+22
* Queitlloyd2008-09-301-1/+1
* Silently swallow/save --exec-prefix and most of the autoconf --.*dir= optionslloyd2008-09-301-42/+61
* Rename more options for autoconf compatability.lloyd2008-09-301-34/+38
* First step in configure.pl options rename for better autoconf/automake compat.lloyd2008-09-301-9/+9
* Remove dead code from guess_from_from_thislloyd2008-09-301-32/+9
* Guess CPU from /proc/cpuinfo or uname by looking first in the knownlloyd2008-09-301-20/+34
* Do not redirect 2> to /dev/null when exec'ing uname. It causeslloyd2008-09-301-3/+3
* Target i686 if uname is i686lloyd2008-09-301-1/+1
* propagate from branch 'net.randombit.botan' (head fd327b29aa542e0ad5ff6d37d83...lloyd2008-09-301-0/+1
|\
| * Better support for MinGW/MSYS, sent by Zbigniew Zagorskilloyd2008-09-301-0/+1
* | Remove needless optionslloyd2008-09-301-8/+2
* | Remove noisy print statementlloyd2008-09-301-1/+0
* | If a module specifies <module_name>:<file> in its <add> block, includelloyd2008-09-301-4/+18
* | Also display non-enabled modules in configure outputlloyd2008-09-301-8/+20
* | Rewrite part of the module loading code in configure.pl, now dependencieslloyd2008-09-301-137/+119
* | Start trying to get asm BigInt working. Currently does not. Just checkinglloyd2008-09-291-33/+68
* | Cleanuplloyd2008-09-291-2/+1
* | Merge the 3 mlocks (ml_unix, ml_win32, stub mlock.cpp) into a single mlock.cpplloyd2008-09-291-19/+29
* | Fix build.h modules listlloyd2008-09-291-1/+1
* | Remove the misc dir:lloyd2008-09-291-1/+3
* | In build_cmds, push onto a list and join the strings at the endlloyd2008-09-291-6/+5
* | Better dependency handlinglloyd2008-09-291-22/+34
* | Fix display of loaded moduleslloyd2008-09-291-5/+9
* | Quieterlloyd2008-09-291-1/+1
* | Don't load deps of a module that we won't loadlloyd2008-09-291-6/+6
* | Version bump to 1.7.14lloyd2008-09-291-1/+1
* | Make asm implementations distinctly named objects, for instance MD5_IA32,lloyd2008-09-291-23/+37
* | propagate from branch 'net.randombit.botan' (head ca7d7fc1ae6b55c5328c9cf1ec1...lloyd2008-09-291-0/+2
|\|
| * Oops, continue to look in /proc/cpuinfo rather than my home dirlloyd2008-09-281-1/+1
| * Add support for Pentium-M autodetection and GCC builds. Bug report bylloyd2008-09-281-1/+3
* | Rename all modinfo.txt files to info.txt, since they are all (none) oflloyd2008-09-291-1/+1
* | Move what is left of the uncategorized library to 'core'. There is stilllloyd2008-09-291-14/+7
* | More tracing. Print enabled modules in a block at the endlloyd2008-09-281-2/+8
* | Make mdx_hash also a module, which most of the hash functions depend on.lloyd2008-09-281-12/+18
* | Move all modules into src/ directorylloyd2008-09-281-9/+7
* | Add convenience aliases for --disable-moduleslloyd2008-09-281-0/+4
* | Use File::Find instead of a glob, to find modinfo.txt in any directorylloyd2008-09-281-1/+17
* | Fix undef warninglloyd2008-09-281-1/+3
* | Modularize the Adler32 checksum in checksums/adler32lloyd2008-09-281-7/+35