Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add parens to BOTAN_ASSERT_EQUALS, otherwise low precedence ops could | lloyd | 2012-10-13 | 1 | -3/+3 |
* | Remove BOTAN_ASSERT_FUNCTION, use __func__ which is now standard in C++11 | lloyd | 2012-07-09 | 1 | -38/+32 |
* | Fix | lloyd | 2011-12-28 | 1 | -0/+1 |
* | Cleaner | lloyd | 2011-12-28 | 1 | -2/+1 |
* | Add non-null assertion, don't print msg if empty string | lloyd | 2011-12-28 | 1 | -0/+10 |
* | Add assert equal | lloyd | 2010-11-29 | 1 | -8/+18 |
* | There is a pretty common pattern in the code for testing for internal | lloyd | 2010-09-26 | 1 | -0/+49 |