aboutsummaryrefslogtreecommitdiffstats
path: root/src/engine/ia32_eng/info.txt
Commit message (Collapse)AuthorAgeFilesLines
* Add missing BOTAN_DLL exports.lloyd2009-12-161-0/+8
| | | | Move most of the engine headers to internal
* Full working amalgamation build, plus internal-only headers concept.lloyd2009-12-161-5/+0
|
* Remove the 'realname' attribute on all modules and cc/cpu/os info files.lloyd2009-10-291-2/+0
| | | | | Pretty much useless and unused, except for listing the module names in build.h and the short versions totally suffice for that.
* CPU-specific engines are now only loaded if something depends on them,lloyd2009-07-071-5/+1
| | | | | | | | | | | | and all CPU-specific implementations now depend on the appropriate engine module. The most common problem before with this was that the SSE2 module was built, but the sole SSE2 code (SHA-1) was not (for instance, on an i686). This would cause a compile warning about the unused request object. Preventing unused engines from being built will also (very slightly) speed up the lookup process on most system.
* Move most of the remaining libstate code to pk_engine.cpp, move engineslloyd2008-11-111-0/+14
back to the toplevel since most othe dependencies have been removed now (except get_cipher which still needs changes)