aboutsummaryrefslogtreecommitdiffstats
path: root/src/cms/cms_dec.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Maintainer mode warning cleanups, mostly for C style casts which Illoyd2011-04-181-1/+3
| | | | added to the flags here.
* Anywhere where we use MemoryRegion::begin to get access to the raw pointerlloyd2010-09-131-1/+1
| | | | | representation (rather than in an interator context), instead use &buf[0], which works for both MemoryRegion and std::vector
* Remove unused UI param to CMS_Decoderlloyd2010-07-091-2/+2
|
* Remove use of old typedefslloyd2010-02-161-2/+2
|
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-301-28/+30
| | | | | | | | | | | | | | | 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).
* Update CMS to at least compile (though in a couple of cases by justlloyd2008-09-301-1/+3
| | | | | #ifdef'ing out code); it still needs a good bit of work and has not been tested at all.
* Move CMS code into main src tree, though it currently doesn't compile (needs ↵lloyd2008-09-281-0/+123
further updating)