Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More Doxygen updates/fixes | lloyd | 2010-06-15 | 1 | -4/+19 |
| | |||||
* | Make many more headers internal-only. | lloyd | 2009-12-16 | 1 | -3/+3 |
| | | | | | | | | | | | | | Fixes for the amalgamation generator for internal headers. Remove BOTAN_DLL exporting macros from all internal-only headers; the classes/functions there don't need to be exported, and avoiding the PIC/GOT indirection can be a big win. Add missing BOTAN_DLLs where necessary, mostly gfpmath and cvc For GCC, use -fvisibility=hidden and set BOTAN_DLL to the visibility __attribute__ to export those classes/functions. | ||||
* | Move mutex.h from utils/ to mutex/ dir as more relevant area | lloyd | 2009-07-01 | 1 | -0/+56 |