| Commit message (Expand) | Author | Age | Files | Lines |
* | Bump to 1.8.2-pre | lloyd | 2009-01-21 | 1 | -1/+1 |
* | Bump version in configure and readme to 1.8.1-pre | lloyd | 2009-01-03 | 1 | -1/+1 |
* | Rickard Bondesson reported on botan-devel about some problems building | lloyd | 2008-12-02 | 1 | -2/+2 |
* | Consolidate the useful stuff from doc/info.txt into readme.txt | lloyd | 2008-11-30 | 1 | -1/+1 |
* | Document changes since 1.7.23. Bump version number to 1.7.24-pre; I'll | lloyd | 2008-11-24 | 1 | -1/+1 |
* | If configure.pl guesses the CPU using /proc/cpuinfo or uname, it reminds | lloyd | 2008-11-24 | 1 | -2/+3 |
* | Add handy aliases to configure for controlling the modules using OpenSSL, | lloyd | 2008-11-23 | 1 | -0/+9 |
* | Make it optional to provide an argument to --enable-modules or | lloyd | 2008-11-21 | 1 | -2/+2 |
* | Wrap long lines in configure.pl output | lloyd | 2008-11-19 | 1 | -10/+46 |
* | Wrap line for readability | lloyd | 2008-11-17 | 1 | -1/+2 |
* | Use TR1 by default with GNU C++ and Intel C++, since all recent versions of | lloyd | 2008-11-17 | 1 | -9/+20 |
* | Bump version to 1.7.23-pre | lloyd | 2008-11-17 | 1 | -1/+1 |
* | Don't namespace botan-config by major/minor versions (use pkg-config for this... | lloyd | 2008-11-13 | 1 | -2/+1 |
* | Remove support for provider identifiers from SCAN_Name - it turns out this | lloyd | 2008-11-12 | 1 | -1/+1 |
* | Tick version to 1.7.21-pre | lloyd | 2008-11-09 | 1 | -1/+1 |
* | For pkg-config, name as botan-$major.$minor.pc, eg botan-1.7, rather than | lloyd | 2008-11-07 | 1 | -4/+4 |
* | Fix syntax problems introduced in 80 column wrap | lloyd | 2008-11-07 | 1 | -5/+2 |
* | Wrap to 80 columns | lloyd | 2008-11-07 | 1 | -17/+31 |
* | Print a message that a makefile was created, so it's clear what to do | lloyd | 2008-11-07 | 1 | -1/+1 |
* | Put automatically generated botan-config and pkgconfig files into build/ | lloyd | 2008-11-07 | 1 | -2/+6 |
* | Fix the --with-build-dir option, so that it is actually possible to do | lloyd | 2008-11-06 | 1 | -7/+7 |
* | Reset version as 1.7.20-pre | lloyd | 2008-11-06 | 1 | -1/+1 |
* | Provide pkg-config file as botan-$major$minor.pc, so it can be used like: | lloyd | 2008-11-06 | 1 | -15/+19 |
* | Bump version to 1.7.19-pre | lloyd | 2008-10-26 | 1 | -1/+1 |
* | If we match /proc/cpuinfo or uname against a submodel alias, instead print | lloyd | 2008-10-23 | 1 | -1/+6 |
* | Allow setting an environmental variable CPUINFO to override the name | lloyd | 2008-10-23 | 1 | -0/+11 |
* | Add pkg-config support (requested/suggested by Zack Weinberg on monotone-dev) | lloyd | 2008-10-15 | 1 | -0/+10 |
* | Warn if an unknown value is passed to configure.pl's --with-tr1-implementation, | lloyd | 2008-10-14 | 1 | -0/+3 |
* | Add basic support for Doxygen, including a make target | lloyd | 2008-10-13 | 1 | -0/+6 |
* | Add a new switch to configure.pl --with-tr1-implementation which | lloyd | 2008-10-12 | 1 | -51/+84 |
* | Reenable /proc/cpuinfo CPU detection | lloyd | 2008-10-11 | 1 | -1/+1 |
* | Comment out or remove some of the louder/less useful trace messages | lloyd | 2008-10-11 | 1 | -6/+3 |
* | Only run uname if Perl's -f operator returns true for | lloyd | 2008-10-11 | 1 | -34/+52 |
* | Set solib version, readme, log for 1.7.17 sometime in the mysterious future. | lloyd | 2008-10-09 | 1 | -1/+1 |
* | Fix infinite loop if no close tag found in info.txt file | lloyd | 2008-10-08 | 1 | -0/+2 |
* | Bump soname to 1.7.16 | lloyd | 2008-10-08 | 1 | -1/+1 |
* | New /proc/cpuinfo matching logic suggested by Derek Scherger. Attempt | lloyd | 2008-10-07 | 1 | -10/+14 |
* | Make configuration quieter | lloyd | 2008-10-07 | 1 | -2/+2 |
* | Don't generate the makefile until after we have processed build.h.in | lloyd | 2008-10-01 | 1 | -4/+8 |
* | Search submodels before submodel alises when trying to figure out /proc/cpuinfo | lloyd | 2008-10-01 | 1 | -6/+6 |
* | Make autodetection of CPU type based on /proc/cpuinfo a bit smarter. | lloyd | 2008-10-01 | 1 | -27/+47 |
* | Add back --modules as an alias for --enable-modules (finger memory) | lloyd | 2008-09-30 | 1 | -0/+1 |
* | s/--enable-module-sets/--use-module-set/ - otherwise one has to type all of -... | lloyd | 2008-09-30 | 1 | -1/+1 |
* | Update soname to 1.7.15, also update readme and log | lloyd | 2008-09-30 | 1 | -1/+1 |
* | Improve configure.pl's --help output. s/--module-set/--enable-module-set/ | lloyd | 2008-09-30 | 1 | -26/+22 |
* | Queit | lloyd | 2008-09-30 | 1 | -1/+1 |
* | Silently swallow/save --exec-prefix and most of the autoconf --.*dir= options | lloyd | 2008-09-30 | 1 | -42/+61 |
* | Rename more options for autoconf compatability. | lloyd | 2008-09-30 | 1 | -34/+38 |
* | First step in configure.pl options rename for better autoconf/automake compat. | lloyd | 2008-09-30 | 1 | -9/+9 |
* | Remove dead code from guess_from_from_this | lloyd | 2008-09-30 | 1 | -32/+9 |