aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils/assert.h
Commit message (Expand)AuthorAgeFilesLines
* 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