aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils/assert.h
Commit message (Expand)AuthorAgeFilesLines
* Add parens to BOTAN_ASSERT_EQUALS, otherwise low precedence ops couldlloyd2012-10-131-3/+3
* Remove BOTAN_ASSERT_FUNCTION, use __func__ which is now standard in C++11lloyd2012-07-091-38/+32
* Fixlloyd2011-12-281-0/+1
* Cleanerlloyd2011-12-281-2/+1
* Add non-null assertion, don't print msg if empty stringlloyd2011-12-281-0/+10
* Add assert equallloyd2010-11-291-8/+18
* There is a pretty common pattern in the code for testing for internallloyd2010-09-261-0/+49