| Commit message (Expand) | Author | Age | Files | Lines |
* | This is the first checkin to net.randombit.botan.modularized, which | lloyd | 2008-09-28 | 1 | -21/+33 |
* | Uptick version to 1.7.13 | lloyd | 2008-09-27 | 1 | -1/+1 |
* | If a module is not compatible, print also the CPU submodel type | lloyd | 2008-09-18 | 1 | -1/+2 |
* | Display descriptions of modules during autoconfiguation so it is more | lloyd | 2008-09-17 | 1 | -9/+16 |
* | Autoconfig message said to use --arch to set CPU, should be --cpu | lloyd | 2008-09-17 | 1 | -1/+1 |
* | Type fix | lloyd | 2008-09-16 | 1 | -1/+1 |
* | Better autodetection support for the Cell PPU and ppc64 machines generally. | lloyd | 2008-09-16 | 1 | -0/+2 |
* | Update soname in configure | lloyd | 2008-09-14 | 1 | -1/+1 |
* | Comment | lloyd | 2008-09-11 | 1 | -0/+1 |
* | Rewrite guess_cpu | lloyd | 2008-09-11 | 1 | -28/+32 |
* | Guess the CPU based on {'archname'}, which works for at least Windows/x86 and... | lloyd | 2008-09-11 | 1 | -14/+24 |
* | Hijack the <supports_shared> tag in the os configs. It had been for | lloyd | 2008-09-11 | 1 | -1/+5 |
* | Use getlogin before getpwuid for Windows | lloyd | 2008-09-11 | 1 | -1/+1 |
* | Add the username and hostname to build.h | lloyd | 2008-09-07 | 1 | -0/+3 |
* | Bump to 1.7.11 (pre) | lloyd | 2008-09-07 | 1 | -1/+1 |
* | Include a comment in the generated build.h stating that the file was | lloyd | 2008-09-06 | 1 | -0/+7 |
* | Bump soname to 1.7.10 | lloyd | 2008-09-05 | 1 | -1/+1 |
* | Add new build.h macro BOTAN_TARGET_OS_IS_XXX | lloyd | 2008-09-05 | 1 | -0/+7 |
* | Changes for 1.7.91.7.9 | lloyd | 2008-08-27 | 1 | -1/+1 |
* | Fix autoconfiguration on Windows (testing on XP, VS 2008) | lloyd | 2008-08-18 | 1 | -8/+16 |
* | Bump version code to 1.7.8 | lloyd | 2008-06-30 | 1 | -1/+1 |
* | Ignore files containing # chars (emacs temp files) | lloyd | 2008-06-30 | 1 | -1/+2 |
* | Use croak instead of die | lloyd | 2008-06-22 | 1 | -1/+1 |
* | An unknown module name pass to --module died with a undef hash reference, | lloyd | 2008-06-22 | 1 | -0/+2 |
* | Add ability for one module to require another. Does not take into account | lloyd | 2008-06-17 | 1 | -0/+11 |
* | Check in initial changelog for 1.7.7. Increase version number in configure.pl | lloyd | 2008-05-24 | 1 | -1/+1 |
* | Bump version to 1.7.6 in configure.pl | lloyd | 2008-04-29 | 1 | -1/+1 |
* | Put each file in a list in the makefile on a different line | lloyd | 2008-04-13 | 1 | -11/+8 |
* | Change so_obj_flags to shared_flags | lloyd | 2008-04-13 | 1 | -4/+4 |
* | If an unbound variable in a template is found, print the all the | lloyd | 2008-04-13 | 1 | -24/+59 |
* | Don't hard-code the user and group when doing an install: instead use | lloyd | 2008-04-06 | 1 | -7/+1 |
* | Bump version in configure.pl to 1.7.5 | lloyd | 2008-03-31 | 1 | -1/+1 |
* | Changes for 1.7.4 | lloyd | 2008-03-10 | 1 | -1/+1 |
* | Pass the second argument of works_on as a reference, requires slightly | lloyd | 2008-02-14 | 1 | -5/+6 |
* | Reorder the output of configure.pl --help so the most important and most | lloyd | 2008-01-22 | 1 | -27/+28 |
* | Document the --no-asm option | lloyd | 2007-10-24 | 1 | -12/+15 |
* | Switch the order of tests on constraints on modules to CPU, then OS, then | lloyd | 2007-10-23 | 1 | -9/+9 |
* | Change the syntax from load_on: to load_on (since that way configure.pl can | lloyd | 2007-10-22 | 1 | -133/+133 |
* | Add new options to configure.pl: | lloyd | 2007-10-21 | 1 | -33/+105 |
* | Document changes so far for 1.7.3 in the log. Bump the version in configure.pl | lloyd | 2007-10-21 | 1 | -1/+1 |
* | Add an option --quiet which will disable the messages caused when | lloyd | 2007-10-21 | 1 | -6/+21 |
* | Fix --modules, the value was getting lost. | lloyd | 2007-10-21 | 1 | -4/+5 |
* | Report which modules are not being loaded and why when doing autoconfig. | lloyd | 2007-10-21 | 1 | -12/+30 |
* | Remove the checks that the compiler specified works on the given OS/CPU. | lloyd | 2007-10-21 | 1 | -15/+2 |
* | Avoid a warning if no arguments are passed for modules | lloyd | 2007-10-21 | 1 | -0/+2 |
* | Don't use -fpermissive on 64-bit systems (arch matching alpha or *64), | lloyd | 2007-10-20 | 1 | -20/+19 |
* | Rename the option in configure.pl named --disable-shared to --no-shared | lloyd | 2007-10-20 | 1 | -2/+2 |
* | Make the output of --help (perhaps) more helpful by organizing options by | lloyd | 2007-10-20 | 1 | -42/+48 |
* | Drop using cc-os-cpu as a single argument. Instead the user can specify | lloyd | 2007-10-20 | 1 | -21/+28 |
* | Compare the value of $^O to names we know about in the hash, rather than | lloyd | 2007-10-20 | 1 | -18/+16 |