summaryrefslogtreecommitdiffstats
path: root/test/unit/app
Commit message (Collapse)AuthorAgeFilesLines
* Changes in build organizationPiotr Dziwinski2013-06-221-3/+0
| | | | | | | | * targets are now created in top-level build directory * more things are now configured through CMake options * changed debug build detection from NDEBUG to DEV_BUILD * moved po and desktop directories * moved last unit test out of src directory
* 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