Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixup post-merge breakage | lloyd | 2009-10-13 | 1 | -1/+1 |
| | |||||
* | propagate from branch 'net.randombit.botan' (head ↵ | lloyd | 2009-10-13 | 1 | -18/+18 |
|\ | | | | | | | | | | | 139d6957d20f0b1202e0eacc63cb011588faffde) to branch 'net.randombit.botan.c++0x' (head c16676fa6c393bc3f46a044755ce525a013380a6) | ||||
| * | A few experiments with auto keyword type inference. Looks like things will | lloyd | 2009-04-01 | 1 | -18/+18 |
| | | | | | | | | | | be much cleaner, though I am looking forward to the new for syntax which will simplify a lot of these uses further. | ||||
* | | In to_u32bit, ignore space characters in input | lloyd | 2009-10-06 | 1 | -0/+3 |
|/ | |||||
* | Thomas Moschny passed along a request from the Fedora packagers which came | lloyd | 2009-03-30 | 1 | -31/+33 |
| | | | | | | | | | | | | | | | 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). | ||||
* | Move parsing.{h,cpp} to utils module | lloyd | 2008-09-28 | 1 | -0/+286 |