summaryrefslogtreecommitdiff
path: root/src/utils/checkutils.h
AgeCommit message (Expand)AuthorFilesLines
2016-05-04Add macroses returnNullptr and returnNullptrVAndrei Karas1-0/+24
2016-05-04Fix returnTrue/returnFalse macroses if asserts disabled.Andrei Karas1-4/+16
2016-05-04Move most checkutils functions into macroses.Andrei Karas1-28/+10
2016-05-04Add macroses returnFalseV, returnTrueV, returnFalse, returnTrue.Andrei Karas1-0/+36
2016-05-03Add functions failFalse and failTrue and tests.Andrei Karas1-0/+20
2016-04-30Extend assert reporting functions with condition text and call stack.Andrei Karas1-11/+17
2016-04-30Add function for report call stack.Andrei Karas1-0/+6
2016-04-30Move report defines from debug.h into checkutils.hAndrei Karas1-0/+14
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-09-15remove unused includes from utils.Andrei Karas1-2/+0
2013-04-14another fixes from cpplint.Andrei Karas1-1/+1
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-09-04Add const to more classes.Andrei Karas1-2/+4
2012-01-23Add false and true condition logging.Andrei Karas1-0/+30