Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Delete obsolete asm versions | lloyd | 2010-09-24 | 2 | -429/+0 |
| | |||||
* | Full working amalgamation build, plus internal-only headers concept. | lloyd | 2009-12-16 | 2 | -3/+3 |
| | |||||
* | Instead of having two asm_macr.h files being switched in based on module | lloyd | 2009-11-14 | 1 | -1/+1 |
| | | | | build magic, name them asm_macr_ARCH.h. Change all including files accordingly. | ||||
* | Cleanups - remove emails from source files, they should only live in | lloyd | 2009-11-10 | 1 | -1/+1 |
| | | | | credits.txt and thanks.txt. Remove some various bits of formatting weirdness. | ||||
* | Remove the 'realname' attribute on all modules and cc/cpu/os info files. | lloyd | 2009-10-29 | 1 | -2/+0 |
| | | | | | Pretty much useless and unused, except for listing the module names in build.h and the short versions totally suffice for that. | ||||
* | Add 'Distributed under the terms of the Botan license' notices to the .S | lloyd | 2009-08-11 | 1 | -4/+6 |
| | | | | | files. Were missed by the automated script that added them to the cpp/h files, it appears. | ||||
* | Add support for Dragonfly BSD (a fork of FreeBSD). | lloyd | 2009-07-25 | 1 | -0/+1 |
| | | | | Contributed by Patrick Georgi | ||||
* | Fix various auto generated dependencies that were wrong | lloyd | 2009-07-17 | 1 | -1/+1 |
| | |||||
* | Add a script that reads the output of print_deps.py and rewrites | lloyd | 2009-07-15 | 1 | -4/+4 |
| | | | | | | the info.txt files with the right module dependencies. Apply it across the codebase. | ||||
* | New module load_on directive 'never', to mark known-buggy code | lloyd | 2009-07-15 | 1 | -1/+1 |
| | |||||
* | Rearrange BigInt directories: | lloyd | 2008-09-30 | 2 | -0/+428 |
math/bigint - BigInt implementation math/numbertheory - Math stuff built on top of BigInt Coming soon: math/gfp (parts of pk/ecdsa) Update deps in the pk files |