summaryrefslogtreecommitdiff
path: root/src/utils
AgeCommit message (Expand)AuthorFilesLines
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
2016-04-30Add function for report call stack.Andrei Karas2-0/+40
2016-04-30Move report defines from debug.h into checkutils.hAndrei Karas2-0/+18
2016-04-28Add workaround for fix compilation warnings in SDL2.Andrei Karas2-0/+12
2016-04-08Fix code style.Andrei Karas2-10/+12
2016-03-29Add tests for lang functions.Andrei Karas1-0/+115
2016-03-29Add more tests for files utils.Andrei Karas1-1/+87
2016-03-29Add tests for chatutils.Andrei Karas1-0/+209
2016-03-29Add test for function readXmlStringMap.Andrei Karas1-0/+27
2016-03-29Add tests for timer functions.Andrei Karas1-0/+86
2016-03-28Add test for function escapeString.Andrei Karas1-0/+14
2016-03-26Fix code style.Andrei Karas1-1/+0
2016-03-19Improve incriment counter in mrand.Andrei Karas1-1/+1
2016-03-18Add custom rand function implimentation, based on precreated random sequence.Andrei Karas2-0/+75
2016-03-11Fix code style.Andrei Karas2-2/+2
2016-03-07Add quotes into name in char gm commands.Andrei Karas1-2/+2