aboutsummaryrefslogtreecommitdiffstats
path: root/src/cert/cvc/freestore.h
Commit message (Collapse)AuthorAgeFilesLines
* Cleanups - remove emails from source files, they should only live inlloyd2009-11-101-5/+4
| | | | credits.txt and thanks.txt. Remove some various bits of formatting weirdness.
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-301-4/+6
| | | | | | | | | | | | | | | up during the Fedora submission review, that each source file include some text about the license. One handy Perl script later and each file now has the line Distributed under the terms of the Botan license after the copyright notices. While I was in there modifying every file anyway, I also stripped out the remainder of the block comments (lots of astericks before and after the text); this is stylistic thing I picked up when I was first learning C++ but in retrospect it is not a good style as the structure makes it harder to modify comments (with the result that comments become fewer, shorter and are less likely to be updated, which are not good things).
* Add InSiTo Doxygen comments for freestore.hlloyd2008-10-131-4/+40
|
* Rename the TR1 choice macros to BOTAN_USE_STD_TR1 and BOTAN_USE_BOOST_TR1.lloyd2008-10-121-3/+5
| | | | | | | | If neither is defined when build.h is included, choose Boost. Reorganize build.h so it is easier to find things, in particular move all of the interesting toggles to the top of the file and all of the long lists of modules and feature test macros to the end.
* Missing tr1 inclusion in freestore.hlloyd2008-10-111-0/+8
|
* Remove last use of freestore.h from gfpmath, move it to CVC code which stilllloyd2008-10-111-0/+37
uses it. Include tr1 header directly in gfp_element.h