cyclonedds/src/ddsrt/tests
Erik Boasson 77c3545f5e Move all time support to ddsrt
* Move wctime, mtime, etime types to ddsrt

* Add ddsrt_time_wallclock

* Change ddsrt_time_monontic, elapsed to use mtime, etime types

* Remove now, now_mt, now_et

* Rename X_to_sec_usec to ddsrt_X_to_sec_usec

* add_duration_to_X to ddsrt_X_add_duration (to be in line with the
  existing ddsrt_time_add_duration)

* elimination of ddsrt/timeconv.h, it added more in the way of
  complications than it did in making things more elegant

* rename of q_time.[ch] to ddsi_time.[ch]: that now only deals with DDSI
  timestamps and durations on the wire

Signed-off-by: Erik Boasson <eb@ilities.com>
2020-03-18 17:31:20 +01:00
..
atomics.c Rearrange and fixup abstraction layer 2019-03-22 15:19:09 +01:00
CMakeLists.txt Skip irrelevant buckets in hopscotch lookup (#270) 2019-11-04 14:36:28 +01:00
environ.c Address Coverity, Clang static analyzer warnings 2019-09-25 10:46:40 +02:00
heap.c Rearrange and fixup abstraction layer 2019-03-22 15:19:09 +01:00
hopscotch.c Move all time support to ddsrt 2020-03-18 17:31:20 +01:00
ifaddrs.c Address Coverity, Clang static analyzer warnings 2019-09-25 10:46:40 +02:00
log.c Fixed coverity issues 2019-11-25 18:26:15 +01:00
process.c Clean up return code types 2019-06-10 10:42:52 +02:00
process_app.c Address Coverity, Clang static analyzer warnings 2019-09-25 10:46:40 +02:00
process_test.h.in Rudimentary process management. 2019-04-24 14:46:46 +02:00
random.c move MT19937 random generator to ddsrt 2019-04-21 16:05:06 +02:00
retcode.c Fix off-by-one error in dds_strretcode (#270) 2019-10-16 03:08:31 +02:00
select.c Pacification of native compiler on OpenIndiana 2019-08-21 14:16:51 +02:00
socket.c Fixed coverity issues 2019-11-25 18:26:15 +01:00
string.c Use ddsrt_strsep instead of ddsrt_strtok_r 2019-07-25 10:59:09 +02:00
strlcpy.c Rearrange and fixup abstraction layer 2019-03-22 15:19:09 +01:00
strtoll.c Pacification of native compiler on OpenIndiana 2019-08-21 14:16:51 +02:00
sync.c Clean up return code types 2019-06-10 10:42:52 +02:00
tasklist.c Add support for FreeRTOS and lwIP (#166) 2019-05-23 14:27:56 +02:00
thread.c Increase thread test timeout to check if this caused the failing tests on travis win32 2019-10-15 19:29:18 +02:00
thread_cleanup.c Clean up return code types 2019-06-10 10:42:52 +02:00