aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/test_os_utils.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove tab charactersJack Lloyd2019-04-101-7/+7
* Using available cores rather than total for the pools.David Carlier2019-04-071-0/+13
* Make cpu cycle test a little more laxJack Lloyd2019-01-041-5/+10
* Rename OS::get_processor_timestamp to OS::get_cpu_cycle_counterJack Lloyd2018-12-231-7/+7
* Add an explicit OS target for EmscriptenJack Lloyd2018-10-121-5/+5
* Fixes for building for LLVM bitcode/EmscriptenJack Lloyd2018-10-071-1/+1
* Prevent test loop from being potentially unbounded [ci skip]Jack Lloyd2018-03-281-1/+1
* Improve test of cycle counter to avoid bogus failuresJack Lloyd2018-03-281-15/+8
* Test OS features by the feature vs the OS nameJack Lloyd2017-12-301-2/+2
* Avoid <thread>Jack Lloyd2017-10-111-2/+6
* Add final annotations as appropriate in the test codeJack Lloyd2017-09-221-1/+1
* Reformat code with astyle + fix code styleTomasz Frydrych2017-05-011-2/+6
* Merge GH #915 Fix OS::get_processor_timestamp()Jack Lloyd2017-03-191-1/+2
|\
| * Fix OS::get_processor_timestamp() testsDaniel Neus2017-03-141-1/+2
* | No C++ exceptions from cpu probe functions. See GH #920Jack Lloyd2017-03-191-4/+0
|/
* Fix test for 32-bit buildsJack Lloyd2017-01-281-2/+2
* Change meaning of get_processor_timestampJack Lloyd2017-01-271-12/+52
* Fix various SunCC and Solaris warnings and build problems.Jack Lloyd2017-01-241-5/+5
* Skip instruction probe test where fn not implementedJack Lloyd2017-01-231-0/+5
* Add basic test for OS utilsJack Lloyd2017-01-221-0/+147