| Commit message (Expand) | Author | Age | Files | Lines |
* | Ignore files that begin with '.', even if they end in .cpp, .h, or .S. | lloyd | 2009-11-14 | 1 | -2/+3 |
* | Respect --with-isa when choosing what to enable | lloyd | 2009-11-06 | 1 | -3/+4 |
* | Add a new need_isa marker for info.txt that lets a module depend | lloyd | 2009-11-06 | 1 | -5/+20 |
* | The default_submodel option was used by configure.pl but configure.py | lloyd | 2009-11-06 | 1 | -2/+1 |
* | The code for handling SIMD ISA extensions actually works fine for general | lloyd | 2009-11-06 | 1 | -20/+23 |
* | Make it possible to explicitly enable SIMD extensions. | lloyd | 2009-11-06 | 1 | -19/+28 |
* | Tick to 1.9.3-dev | lloyd | 2009-11-06 | 1 | -8/+8 |
* | Generate SIMD macro flags for build.h from data in build-data/arch for | lloyd | 2009-11-06 | 1 | -6/+43 |
* | Set BOTAN_TARGET_CPU_HAS_SSE2 macro if amd64. Not set at all for any 32-bit | lloyd | 2009-11-04 | 1 | -0/+3 |
* | Update for 1.9.2 release 2009-11-03 | lloyd | 2009-11-03 | 1 | -1/+1 |
* | Remove the 'realname' attribute on all modules and cc/cpu/os info files. | lloyd | 2009-10-29 | 1 | -10/+5 |
* | Tick version to 1.9.2-dev | lloyd | 2009-10-26 | 1 | -3/+3 |
* | Update docs for 1.9.1 release 2009-10-231.9.1 | lloyd | 2009-10-23 | 1 | -1/+1 |
* | Reset version as 1.9.1-dev instead of -rc1 | lloyd | 2009-10-21 | 1 | -1/+1 |
* | Disable traceback | lloyd | 2009-10-21 | 1 | -2/+2 |
* | Be more forgiving of names passed with --cpu | lloyd | 2009-10-19 | 1 | -6/+9 |
* | propagate from branch 'net.randombit.botan.1_8' (head c5ae189464f6ef16e3ce73e... | lloyd | 2009-10-13 | 1 | -22/+92 |
|\ |
|
| * | Bump version to 1.9.1-rc1 | lloyd | 2009-10-09 | 1 | -1/+1 |
| * | Add more or less functional integration with Boost.Python. Use | lloyd | 2009-10-09 | 1 | -4/+38 |
| * | Fix --enable-debug | lloyd | 2009-10-09 | 1 | -3/+11 |
| * | Add .S files automatically as well | lloyd | 2009-09-29 | 1 | -1/+2 |
| * | New logic for reading info.txt files - if no <add> block was given, then | lloyd | 2009-09-29 | 1 | -1/+8 |
| * | Add a new macro BOTAN_BUILD_COMPILER_IS_XXX to build.h | lloyd | 2009-09-29 | 1 | -7/+12 |
| * | propagate from branch 'net.randombit.botan.1_8' (head 1f4729658b70a340064bc9a... | lloyd | 2009-09-17 | 1 | -6/+21 |
| |\ |
|
| | * | propagate from branch 'net.randombit.botan.1_8' (head ef51dd2869ed38dae3aeb1c... | lloyd | 2009-09-15 | 1 | -6/+21 |
| | |\ |
|
| | | * | Update version #s to 1.9.1-pre | lloyd | 2009-09-13 | 1 | -3/+3 |
| | | * | Update for 1.9.0 release 2009-09-091.9.0 | lloyd | 2009-09-10 | 1 | -1/+1 |
| | | * | Add a log line telling the user that we are assuming unaligned memory | lloyd | 2009-09-08 | 1 | -4/+19 |
| | | * | propagate from branch 'net.randombit.botan.1_8' (head 75371777750b63ef9469360... | lloyd | 2009-09-04 | 1 | -2/+18 |
| | | |\ |
|
| | | * | | Move version #s to 1.9.0-pre | lloyd | 2009-08-13 | 1 | -4/+4 |
* | | | | | 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 |