summaryrefslogtreecommitdiffstats
path: root/test/unit/app
Commit message (Collapse)AuthorAgeFilesLines
* Fixed timer functions on win32Piotr Dziwinski2013-03-244-8/+451
| | | | | | | * changed win32 implementation to QueryPerformaceTimer system function * refactored system utils code * proper tests for time utils and update event creation in application * should fix issue #134
* Refactored platform-specific codePiotr Dziwinski2013-03-191-0/+51
Moved functions from .h to .cpp files