1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-30 00:00:11 +01:00
Commit graph

15 commits

Author SHA1 Message Date
4e4b5ca95d make use of tsc_now() instead of rdtsc() and rdtscp() (closes #197) 2018-10-20 16:43:43 +02:00
d35971c26c refactor: update copyright years 2018-08-20 18:40:03 +02:00
fa9e239816 tests: fix memory initialization in unit tests 2018-08-13 14:58:52 +02:00
7c61f19fd2 refactor: memory_type_heap -> memory_heap 2018-08-13 14:57:32 +02:00
Dennis Potter
53e146b0ab Included rdtsc in tests/unit/queue.c
Because rdtsc_init will not be used in queue.c, __attribute__((unused))
has been added to rdtsc.h
2018-08-09 14:23:28 +02:00
b25f4406c5 task: added support for rdtsc 2018-08-09 07:57:32 +02:00
bb70be0b2c memory: refactored memory subsystem 2018-07-02 15:57:56 +02:00
f758792bad tests: fix includes 2018-03-26 12:50:15 +02:00
a1a4e0ea7e tests: fix portability issues for running the tests on OS X/BSD 2018-01-31 09:40:08 +01:00
d7dd7240db tests: adding unit tests for queue_signalled 2017-08-30 12:36:15 +02:00
49054eef9f cleanup: removed trailing whitespaces in code 2017-05-05 19:24:16 +00:00
5be1853649 added GPL license to file headers 2017-04-27 12:56:43 +02:00
5f17ed7786 fix nasty dead-lock in queue unit-test 2017-03-29 04:26:16 +02:00
99a142bb6b added and fixed a bunch of unit tests 2017-03-25 21:23:48 +01:00
1a323d1fcd moved unit tests into sub directory 2017-03-14 10:14:17 -03:00
Renamed from tests/queue.c (Browse further)