summaryrefslogtreecommitdiff
path: root/src/utils
AgeCommit message (Expand)AuthorFilesLines
2016-08-22Add some cppcheck fixes.Andrei Karas1-6/+8
2016-08-18Fix some style issues.Andrei Karas1-8/+10
2016-07-29Fix code style.Andrei Karas2-0/+2
2016-07-24Add xml loader. For now unused.Andrei Karas2-2/+6
2016-06-21Remove extra include from utils/xml/libxml.cppAndrei Karas1-2/+0
2016-06-20Remove useless includes.Andrei Karas3-4/+1
2016-06-19Add asserts for missing colors in palettes.Andrei Karas1-0/+2
2016-06-18Fix compilation on debian lenny.Andrei Karas1-0/+2
2016-06-16Fix some more wrong includes.Andrei Karas2-2/+4
2016-06-15Fix other include issues.Andrei Karas4-4/+5
2016-06-15Fix tests compilation without SDL2.Andrei Karas2-0/+8
2016-06-14Remove some useless includes.Andrei Karas4-6/+0
2016-06-13Fix unit tests compilation.Andrei Karas1-0/+2
2016-06-13Fix includes and update deheader ci script.Andrei Karas11-11/+17
2016-06-04Remove extra include from unit tests.Andrei Karas1-4/+0
2016-06-04Fix unused wariable in unit tests.Andrei Karas1-1/+2
2016-06-03Fix code style.Andrei Karas1-0/+2
2016-06-02Fix unit tests after last updates.Andrei Karas1-12/+18
2016-05-31Fix comments formatting in copynpaste.cppAndrei Karas1-2/+2
2016-05-31Fix different include issues.Andrei Karas2-14/+20
2016-05-24Move resourcemanager into subdirectory.Andrei Karas7-7/+8
2016-05-14Try fix time_t cast again.Andrei Karas1-2/+1
2016-05-14Fix type cast in stringutils.Andrei Karas1-2/+3
2016-05-12Macro reportAlways also show message in log if asserts disabled in compile time.Andrei Karas3-10/+10
2016-05-12Fix compilation error in xml unit tests.Andrei Karas1-2/+4
2016-05-12Add skipError parameter into xmlutils.Andrei Karas2-11/+27
2016-05-11Add missing "assert" wors into alwaysReport macro.Andrei Karas1-0/+2
2016-05-11Fix issues in tests after adding some asserts.Andrei Karas1-0/+29
2016-05-11Add reportAlways macroses in xml load errors.Andrei Karas4-20/+29
2016-05-11Fix alwaysReport message.Andrei Karas1-1/+1
2016-05-11Extend checkutils functions.Andrei Karas2-36/+65
2016-05-11Add new assert macro: reportAlways and failAlwaysAndrei Karas2-0/+44
2016-05-11In checkutils with unit tests enabled, any failed assert will throw exception.Andrei Karas2-12/+95
2016-05-11Define check macroses based on other macroses.Andrei Karas1-28/+39
2016-05-06Fix code style.Andrei Karas1-2/+2
2016-05-06Fix compilation under Android.Andrei Karas1-0/+6
2016-05-04Add word assert into report functions.Andrei Karas1-1/+1
2016-05-04Add macroses returnNullptr and returnNullptrVAndrei Karas2-0/+51
2016-05-04Fix returnTrue/returnFalse macroses if asserts disabled.Andrei Karas1-4/+16
2016-05-04Move most checkutils functions into macroses.Andrei Karas2-78/+10
2016-05-04Add macroses returnFalseV, returnTrueV, returnFalse, returnTrue.Andrei Karas2-0/+95
2016-05-03Add functions failFalse and failTrue and tests.Andrei Karas3-0/+60
2016-05-02Add test for checkutils.Andrei Karas1-0/+47
2016-04-30Add copy constructor into MutexLocker.Andrei Karas1-0/+5
2016-04-30Fix some macro definition for some compiler versions.Andrei Karas1-0/+3
2016-04-30Rename Logger::assert into Logger::assertLog for this issue with some systems.Andrei Karas1-1/+1
2016-04-30Add macro with pragma for clang with some versions.Andrei Karas1-3/+3
2016-04-30Fix some clang issues.Andrei Karas3-2/+5
2016-04-30Remove empty line from checkutils.cppAndrei Karas1-1/+0
2016-04-30Extend assert reporting functions with condition text and call stack.Andrei Karas2-18/+30