| Commit message (Expand) | Author | Age | Files | Lines |
* | propagate from branch 'net.randombit.botan.stable' (head fd0242cd1f44b6d9d0e5... | lloyd | 2007-02-28 | 1 | -1/+1 |
|\ |
|
| * | Fix up autodetection on AMD Athlon64 systems. | lloyd | 2007-01-28 | 1 | -2/+3 |
* | | Fix architecture detection for Athlon64 systems running Linux; a missing | lloyd | 2007-02-15 | 1 | -1/+2 |
* | | Bump version to 1.7.0 for Botan head. | lloyd | 2007-01-20 | 1 | -2/+2 |
|/ |
|
* | Update changelog with information on 1.6.11.6.1 | lloyd | 2007-01-20 | 1 | -1/+1 |
* | Only attempt to install files from doc/ that are known to exist. | lloyd | 2007-01-20 | 1 | -1/+6 |
* | Update the version number in configure.pl to 1.6.0, update the readme | lloyd | 2006-12-16 | 1 | -2/+2 |
* | Bump version to 1.5.13 | lloyd | 2006-12-08 | 1 | -1/+1 |
* | The configure script was getting confused if invoked as | lloyd | 2006-11-11 | 1 | -1/+2 |
* | Some small cleanups | lloyd | 2006-10-12 | 1 | -23/+25 |
* | Support out of tree builds. | lloyd | 2006-10-05 | 1 | -35/+63 |
* | Version bump | lloyd | 2006-09-20 | 1 | -1/+1 |
* | Clean up the output produced when a 'note' directive is encountered in a | lloyd | 2006-09-10 | 1 | -5/+2 |
* | Better trace output | lloyd | 2006-09-09 | 1 | -78/+73 |
* | Clean up use of grep and map | lloyd | 2006-09-09 | 1 | -17/+22 |
* | Fix the clean and install targets in the makefiles | lloyd | 2006-09-09 | 1 | -16/+24 |
* | Split main() into several subroutines. | lloyd | 2006-09-09 | 1 | -580/+650 |
* | Be more free with suggesting the user try running with --help in the event | lloyd | 2006-09-09 | 1 | -22/+24 |
* | Merge the various set_if_any functions into a single match_any_of | lloyd | 2006-09-09 | 1 | -40/+32 |
* | Fix a bug when generating nmake-style makefiles. | lloyd | 2006-09-08 | 1 | -3/+2 |
* | Rename error() to croak(), to make it a little more obvious that it doesn't | lloyd | 2006-09-08 | 1 | -146/+155 |
* | Some minor simplifications for installation logic. | lloyd | 2006-09-08 | 1 | -60/+35 |
* | Various small things, nothing of real import. | lloyd | 2006-09-08 | 1 | -24/+20 |
* | The dir_list() function hardcoded '.' and '..' intead of using File::Spec | lloyd | 2006-09-08 | 1 | -6/+11 |
* | Hoist some shared code up to generate_makefile() | lloyd | 2006-09-08 | 1 | -71/+51 |
* | Store the list of docs to install in a list rather than a hash. | lloyd | 2006-09-08 | 1 | -49/+31 |
* | Fix handling for systems that need to run ranlib on static libraries. | lloyd | 2006-09-08 | 1 | -8/+4 |
* | Fix minor spacing issues after the build list | lloyd | 2006-09-08 | 1 | -3/+2 |
* | Fix several embedded pathnames that might cause problems on non-Unix | lloyd | 2006-09-08 | 1 | -56/+32 |
* | Integrated conflict detection into the module loader, which catches many | lloyd | 2006-09-08 | 1 | -40/+28 |
* | Finally get rid of the last set of globals | lloyd | 2006-09-08 | 1 | -50/+48 |
* | Speed up process_template() by running the regular expressions over the | lloyd | 2006-09-08 | 1 | -90/+106 |
* | Pass the config hash to load_module instead of a list of arguments | lloyd | 2006-09-08 | 1 | -66/+66 |
* | Get rid of a few more global variables | lloyd | 2006-09-08 | 1 | -35/+34 |
* | Use %CONFIG to hold much more of the build information. | lloyd | 2006-09-08 | 1 | -160/+136 |
* | Chop out various globals and unused parameters | lloyd | 2006-09-08 | 1 | -94/+127 |
* | Rearrange to place related pieces of code near each other. | lloyd | 2006-09-08 | 1 | -271/+343 |
* | Remove support for building with .s files, which aren't used (versus .S | lloyd | 2006-09-08 | 1 | -5/+4 |
* | Remove some unused parameters to the makefile printers | lloyd | 2006-09-08 | 1 | -27/+26 |
* | Move some of the shared code up to generate_makefile | lloyd | 2006-09-08 | 1 | -172/+109 |
* | Remove the makefile file handle parameter to the generation functions, as | lloyd | 2006-09-08 | 1 | -32/+24 |
* | Fix a failure that occured if the user specified the OS as generic. | lloyd | 2006-09-08 | 1 | -28/+33 |
* | Remove print_header(), no longer used | lloyd | 2006-09-08 | 1 | -7/+0 |
* | Generate the NMAKE version of the makefile with file templates | lloyd | 2006-09-08 | 1 | -123/+52 |
* | Generate the Unix makefiles by processing templates and replacing | lloyd | 2006-09-08 | 1 | -178/+49 |
* | Make some code a bit more concise/Perlish | lloyd | 2006-09-08 | 1 | -16/+14 |
* | Get ride of some variables that were just cluttering up the code. | lloyd | 2006-09-08 | 1 | -14/+5 |
* | Generate the botan-config script through a simple template-based system. | lloyd | 2006-09-08 | 1 | -66/+41 |
* | Just moving things around | lloyd | 2006-09-07 | 1 | -569/+570 |
* | Remove extraneous parenthesis | lloyd | 2006-09-06 | 1 | -3/+3 |