aboutsummaryrefslogtreecommitdiffstats
path: root/configure.pl
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Made a warn into print for testing, but it should stay a warnlloyd2008-09-281-1/+1
* | This is the first checkin to net.randombit.botan.modularized, whichlloyd2008-09-281-21/+33
|/
* Uptick version to 1.7.13lloyd2008-09-271-1/+1
* If a module is not compatible, print also the CPU submodel typelloyd2008-09-181-1/+2
* Display descriptions of modules during autoconfiguation so it is morelloyd2008-09-171-9/+16
* Autoconfig message said to use --arch to set CPU, should be --cpulloyd2008-09-171-1/+1
* Type fixlloyd2008-09-161-1/+1
* Better autodetection support for the Cell PPU and ppc64 machines generally.lloyd2008-09-161-0/+2
* Update soname in configurelloyd2008-09-141-1/+1
* Commentlloyd2008-09-111-0/+1
* Rewrite guess_cpulloyd2008-09-111-28/+32
* Guess the CPU based on {'archname'}, which works for at least Windows/x86 and...lloyd2008-09-111-14/+24
* Hijack the <supports_shared> tag in the os configs. It had been forlloyd2008-09-111-1/+5
* Use getlogin before getpwuid for Windowslloyd2008-09-111-1/+1
* Add the username and hostname to build.hlloyd2008-09-071-0/+3