summaryrefslogtreecommitdiff
path: root/src/utils/checkutils.h
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-04-02Add some missing brackets in macroses.Andrei Karas1-4/+4
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-06-20Remove useless includes.Andrei Karas1-0/+1
2016-06-19Add asserts for missing colors in palettes.Andrei Karas1-0/+2
2016-05-12Macro reportAlways also show message in log if asserts disabled in compile time.Andrei Karas1-1/+6
2016-05-11Add missing "assert" wors into alwaysReport macro.Andrei Karas1-0/+2
2016-05-11Add reportAlways macroses in xml load errors.Andrei Karas1-13/+15
2016-05-11Fix alwaysReport message.Andrei Karas1-1/+1
2016-05-11Extend checkutils functions.Andrei Karas1-23/+31
2016-05-11Add new assert macro: reportAlways and failAlwaysAndrei Karas1-0/+17
2016-05-11In checkutils with unit tests enabled, any failed assert will throw exception.Andrei Karas1-2/+85
2016-05-11Define check macroses based on other macroses.Andrei Karas1-28/+39
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