aboutsummaryrefslogtreecommitdiffstats
path: root/configure.pl
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert the last change since 'cc' was already used as a key for the compilerlloyd2007-10-201-111/+105
* Use 'cc' instead of 'compiler' as the key for the compiler name in the configlloyd2007-10-201-6/+6
* Add a new build-time macro BOTAN_TARGET_UNALIGNED_LOADSTOR_OK which islloyd2007-10-191-2/+13
* Bump the version numbers in configure.pl and readme.txtlloyd2007-10-081-1/+1
* Bump the version to 1.7.1 in configure; there has been enough that it shouldn'tlloyd2007-05-311-1/+1
* Add a new preprocessor macro defining the endian-ness of the target CPU.lloyd2007-05-171-0/+10
* Provide a more flexible mechanism for specifying which modules are loaded.lloyd2007-03-121-4/+6
* Add support for plain C files (mostly interesting for use in modules)lloyd2007-03-111-2/+3
* Add a new option to turn on tracing.lloyd2007-03-091-6/+6
* Put a newline between the target info macros and the extension macros (if any)lloyd2007-03-081-0/+3
* Handle out of tree builds a little better.lloyd2007-03-041-5/+20
* propagate from branch 'net.randombit.botan.stable' (head fd0242cd1f44b6d9d0e5...lloyd2007-02-281-1/+1
|\
| * Fix up autodetection on AMD Athlon64 systems.lloyd2007-01-281-2/+3
* | Fix architecture detection for Athlon64 systems running Linux; a missinglloyd2007-02-151-1/+2
* | Bump version to 1.7.0 for Botan head.lloyd2007-01-201-2/+2
|/
* Update changelog with information on 1.6.11.6.1lloyd2007-01-201-1/+1
* Only attempt to install files from doc/ that are known to exist.lloyd2007-01-201-1/+6
* Update the version number in configure.pl to 1.6.0, update the readmelloyd2006-12-161-2/+2
* Bump version to 1.5.13lloyd2006-12-081-1/+1
* The configure script was getting confused if invoked aslloyd2006-11-111-1/+2
* Some small cleanupslloyd2006-10-121-23/+25
* Support out of tree builds.lloyd2006-10-051-35/+63
* Version bumplloyd2006-09-201-1/+1
* Clean up the output produced when a 'note' directive is encountered in alloyd2006-09-101-5/+2
* Better trace outputlloyd2006-09-091-78/+73