aboutsummaryrefslogtreecommitdiffstats
path: root/configure.pl
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bump to 1.7.11 (pre)lloyd2008-09-071-1/+1
* Include a comment in the generated build.h stating that the file waslloyd2008-09-061-0/+7
* Bump soname to 1.7.10lloyd2008-09-051-1/+1
* Add new build.h macro BOTAN_TARGET_OS_IS_XXXlloyd2008-09-051-0/+7
* Changes for 1.7.91.7.9lloyd2008-08-271-1/+1
* Fix autoconfiguration on Windows (testing on XP, VS 2008)lloyd2008-08-181-8/+16
* Bump version code to 1.7.8lloyd2008-06-301-1/+1
* Ignore files containing # chars (emacs temp files)lloyd2008-06-301-1/+2
* Use croak instead of dielloyd2008-06-221-1/+1
* An unknown module name pass to --module died with a undef hash reference,lloyd2008-06-221-0/+2
* Add ability for one module to require another. Does not take into accountlloyd2008-06-171-0/+11
* Check in initial changelog for 1.7.7. Increase version number in configure.pllloyd2008-05-241-1/+1
* Bump version to 1.7.6 in configure.pllloyd2008-04-291-1/+1
* Put each file in a list in the makefile on a different linelloyd2008-04-131-11/+8
* Change so_obj_flags to shared_flagslloyd2008-04-131-4/+4
* If an unbound variable in a template is found, print the all thelloyd2008-04-131-24/+59
* Don't hard-code the user and group when doing an install: instead uselloyd2008-04-061-7/+1
* Bump version in configure.pl to 1.7.5lloyd2008-03-311-1/+1
* Changes for 1.7.4lloyd2008-03-101-1/+1
* Pass the second argument of works_on as a reference, requires slightlylloyd2008-02-141-5/+6
* Reorder the output of configure.pl --help so the most important and mostlloyd2008-01-221-27/+28
* Document the --no-asm optionlloyd2007-10-241-12/+15
* Switch the order of tests on constraints on modules to CPU, then OS, thenlloyd2007-10-231-9/+9
* Change the syntax from load_on: to load_on (since that way configure.pl canlloyd2007-10-221-133/+133
* Add new options to configure.pl:lloyd2007-10-211-33/+105
* Document changes so far for 1.7.3 in the log. Bump the version in configure.pllloyd2007-10-211-1/+1
* Add an option --quiet which will disable the messages caused whenlloyd2007-10-211-6/+21
* Fix --modules, the value was getting lost.lloyd2007-10-211-4/+5
* Report which modules are not being loaded and why when doing autoconfig.lloyd2007-10-211-12/+30
* Remove the checks that the compiler specified works on the given OS/CPU.lloyd2007-10-211-15/+2
* Avoid a warning if no arguments are passed for moduleslloyd2007-10-211-0/+2
* Don't use -fpermissive on 64-bit systems (arch matching alpha or *64),lloyd2007-10-201-20/+19
* Rename the option in configure.pl named --disable-shared to --no-sharedlloyd2007-10-201-2/+2
* Make the output of --help (perhaps) more helpful by organizing options bylloyd2007-10-201-42/+48
* Drop using cc-os-cpu as a single argument. Instead the user can specifylloyd2007-10-201-21/+28
* Compare the value of $^O to names we know about in the hash, rather thanlloyd2007-10-201-18/+16