| Commit message (Expand) | Author | Age | Files | Lines |
* | If we fail to load any CC/OS/CPU info files, print a warning; this | lloyd | 2010-07-09 | 1 | -3/+10 |
* | Better --help output | lloyd | 2010-07-09 | 1 | -5/+9 |
* | Add --verbose and --quiet options | lloyd | 2010-07-09 | 1 | -3/+18 |
* | Tick to 1.8.10-dev | lloyd | 2010-06-23 | 1 | -3/+3 |
* | Tick readme, log, configure for 1.8.9 release1.8.9 | lloyd | 2010-06-16 | 1 | -2/+2 |
* | Respect --disable-shared | lloyd | 2010-06-10 | 1 | -2/+7 |
* | Fix export/import flags for VC DLLs | lloyd | 2010-06-10 | 1 | -2/+2 |
* | Add support for the InnoSetup installer. This will not work right now | lloyd | 2009-11-25 | 1 | -9/+19 |
* | Update docs for 1.8.8 release 2009-11-031.8.8 | lloyd | 2009-11-03 | 1 | -2/+2 |
* | Rename all of the build-data files with a .txt extension, and filter for | lloyd | 2009-10-13 | 1 | -6/+11 |
* | Fix macro generation + checks in configure.py and bswap.h. Had the effect | lloyd | 2009-09-17 | 1 | -2/+2 |
* | Bump version to 1.8.8-dev | lloyd | 2009-09-15 | 1 | -3/+3 |
* | Update configures, readme, logfile for 1.8.7 release 2009-09-091.8.7 | lloyd | 2009-09-10 | 1 | -3/+3 |
* | Add a new option --no-autoload to configure.py. This will produce a minimal | lloyd | 2009-09-04 | 1 | -2/+18 |
* | Move 1.8 releases to a branch. Flip version numbers to 1.8.7-pre | lloyd | 2009-08-13 | 1 | -3/+3 |
* | Update version #s, logfile, readme for 1.8.6 release 2009-08-131.8.6 | lloyd | 2009-08-13 | 1 | -2/+2 |
* | I typo'ed s390x in the check for 64-bit vs other arch | lloyd | 2009-08-12 | 1 | -1/+1 |
* | Warn if an unknown file is given as a source in portable_symlink - catches | lloyd | 2009-08-12 | 1 | -0/+5 |
* | Add the levelname to the log output of configure.py | lloyd | 2009-08-10 | 1 | -1/+4 |
* | Wrap long lines | lloyd | 2009-08-05 | 1 | -2/+4 |
* | is_64bit_arch: s390x is also 64 bit | lloyd | 2009-08-05 | 1 | -1/+1 |
* | If GCC was not installed configure.py would attempt to execute it on | lloyd | 2009-07-31 | 1 | -8/+13 |
* | Change version to 1.8.6-pre, document changes since 1.8.5 release | lloyd | 2009-07-25 | 1 | -3/+3 |
* | Update log, readme, version #s in configure for 1.8.5 release 2009-07-231.8.5 | lloyd | 2009-07-23 | 1 | -2/+2 |
* | In both configures, strip out periods in submodel names for generating the | lloyd | 2009-07-23 | 1 | -1/+5 |
* | Fix install target with configure.py | lloyd | 2009-07-21 | 1 | -2/+4 |
* | Set version fields for 1.8.5 rc1 | lloyd | 2009-07-21 | 1 | -1/+1 |
* | Respect --enable-module / --with-blah options | lloyd | 2009-07-17 | 1 | -0/+4 |
* | The previous dependency resolution logic would go into an infinite loop | lloyd | 2009-07-17 | 1 | -66/+87 |
* | New module load_on directive 'never', to mark known-buggy code | lloyd | 2009-07-15 | 1 | -0/+2 |
* | Report modules which are not loaded, grouped by the reason why. | lloyd | 2009-07-15 | 1 | -17/+29 |
* | --with-build-dir fixes | lloyd | 2009-07-14 | 1 | -7/+7 |
* | merge of 'cd3b49c6cd609a1c81c7200e127063448f2254b7' | lloyd | 2009-07-14 | 1 | -1/+2 |
|\ |
|
| * | Generate the botan.doxy file in configure.py | lloyd | 2009-07-13 | 1 | -1/+2 |
* | | Add support for a version suffix, so that botan reports its current version | lloyd | 2009-07-14 | 1 | -29/+32 |
* | | Canonicalize os names (from either uname or --os) against osinfo.aliases; | lloyd | 2009-07-14 | 1 | -2/+12 |
* | | Bump version numbers to 1.8.5-pre | lloyd | 2009-07-14 | 1 | -2/+2 |
* | | Avoid using optparse's append_const action, as it was only added in the | lloyd | 2009-07-14 | 1 | -7/+21 |
|/ |
|
* | Do a 1.8.4 release to fix MR nonce gen bug | lloyd | 2009-07-12 | 1 | -1/+1 |
* | Fix some installation problems: the pkg-config and botan-config files | lloyd | 2009-07-10 | 1 | -12/+15 |
* | Various small code cleanups and slightly better error checking for info files | lloyd | 2009-07-09 | 1 | -16/+22 |
* | Fix symlink generation when combined with --with-build-dir | lloyd | 2009-07-09 | 1 | -42/+48 |
* | Deal with the case where platform.processor() returns the empty string, | lloyd | 2009-07-09 | 1 | -15/+12 |
* | Various small code cleanups | lloyd | 2009-07-08 | 1 | -13/+14 |
* | Use a single regexp combined with | instead of three distinct searches | lloyd | 2009-07-08 | 1 | -3/+3 |
* | In configure.py, check against the gcc version and toggle -fpermissive | lloyd | 2009-07-08 | 1 | -1/+29 |
* | Make default logging INFO rather than DEBUG | lloyd | 2009-07-07 | 1 | -1/+1 |
* | Cosmetic makefile generation stuff | lloyd | 2009-07-07 | 1 | -31/+57 |
* | More logging in configure.py | lloyd | 2009-07-07 | 1 | -15/+24 |
* | Fix out of tree builds | lloyd | 2009-07-07 | 1 | -21/+20 |