summaryrefslogtreecommitdiff
path: root/src/components/utils
Commit message (Expand)AuthorAgeFilesLines
* Correct project structure in Policy componentKozoriz2016-05-172-2/+2
* Improve AutoTrace_WriteToFile_ReadCorrectStringAlexander2016-05-051-18/+49
* Disabe and enable logger before aututrace testAlexander2016-05-051-0/+2
* Add space according coding style in auto trace testVeronica Veremjova2016-04-291-1/+1
* Fix autotrace testvveremeva2016-04-281-14/+9
* Extend timer testsArtem Nosach2016-04-271-164/+232
* Refactor timer to avoid deadlockArtem Nosach2016-04-272-67/+135
* Format all code in projectKozoriz2016-04-2666-1285/+1297
* Code style format with clang-formatKozoriz2016-04-252-73/+78
* Utils, Resumption, Security correctives after singletons removingKozoriz2016-04-252-5/+3
* Fix sql tests and disable some timer testsKozoriz2016-04-151-16/+24
* Merge pull request #473 from anosach-luxoft/fix/Add-lock-to-timerArtem Nosach2016-04-142-17/+27
|\
| * Add lock to protect thread and delegateArtem Nosach2016-04-112-17/+27
* | Added tests for check generation correct version from xmlVeronica Veremjova2016-04-084-0/+5143
|/
* Update timer testsArtem Nosach2016-04-061-30/+30
* Rework Timer class to avoid POSIX timer usageArtem Nosach2016-04-052-201/+196
* Add possibility to check current thread in thread classArtem Nosach2016-04-052-2/+6
* Use uint32_t instead of int32_t for millisecondsArtem Nosach2016-04-051-8/+8
* Security and Utils tests correctivesKozoriz2016-03-311-1/+1
* Changes after reviewKozoriz2016-03-173-1/+5
* Remove singleton from LoggerKozoriz2016-03-105-56/+37
* Briefs correctivesKozoriz2016-02-183-5/+4
* Styling correctivesKozoriz2016-02-171-6/+7
* Small correctives.Andriy Kozoriz2016-02-173-20/+26
* Update files dependent to TimerAndriy Kozoriz2016-02-175-18/+19
* Delete TimerThread class and tests for itAndriy Kozoriz2016-02-171-153/+0
* Implement Tests for TimerAndriy Kozoriz2016-02-172-0/+301
* Implementation of Tasks for TimerAndriy Kozoriz2016-02-172-0/+132
* Implementation of Timer classAndriy Kozoriz2016-02-162-0/+345
* Delete break after abort(), replace unsibcribing from terminationAnton Hrytsevich2016-02-021-3/+1
* Unblock SIGSEGV averywhere in SDLAnton Hrytsevich2016-02-021-2/+2
* Unblock SIGSEGV signal to all threads and handle itAnton Hrytsevich2016-02-021-13/+6
* Delete spaces, set capital letter to methodAnton Hrytsevich2016-02-011-1/+1
* Delete uninformative commentsAnton Hrytsevich2016-02-011-4/+0
* Fix style issues and add more commentsAnton Hrytsevich2016-02-011-11/+15
* Upgrade test after signal refactoringAnton Hrytsevich2016-02-012-56/+0
* Make refactoring signal catchingAnton Hrytsevich2016-02-013-39/+46
* Make speed log dump on native MessageQueueAnton Hrytsevich2016-02-011-1/+1
* Add illustrating comment after reviewAnton Hrytsevich2016-02-011-0/+1
* Remove ifdef from life_cycle. Fix style issuesAnton Hrytsevich2016-02-012-4/+9
* Change scheme disabling signals in slave threadsAnton Hrytsevich2016-02-011-4/+7
* Flush logs when SDL crashAnton Hrytsevich2016-02-011-0/+8
* Integrate CustomStringdtrunov2016-01-206-507/+376
* Implement tests for CustomStringdtrunov2016-01-202-231/+153
* Implement CustomStringdtrunov2016-01-203-71/+308
* Move cast number in another type to utilsvveremeva2016-01-181-0/+14
* Add cast from int64 to int32 in number schemaVeronica Veremjova2016-01-151-0/+4
* Add consts for convert_utils methodsVeronica Veremjova2016-01-152-9/+23
* Add DCHECK_OR_RETURN in conversion int64 to long long and backVeronica Veremjova2016-01-151-12/+13
* Fix converting upperbound valuesVeronica Veremjova2016-01-153-0/+116