aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils/assert.h
Commit message (Expand)AuthorAgeFilesLines
* Shuffle things around. Add NIST X.509 test to build.lloyd2014-01-011-83/+0
* Make SIMD_Scalar a templatelloyd2013-12-101-0/+5
* Move assert.h from internal to very public (included in types.h)lloyd2013-03-131-5/+7
* Add BOTAN_ASSERT_IMPLICATION macrolloyd2013-03-011-0/+13
* 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