aboutsummaryrefslogtreecommitdiff
path: root/src/platform/posix/posix_clock.c
Commit message (Expand)AuthorAge
* Added realtime clock support, and better timestamping.Garrett D'Amore2024-04-14
* fixes #1576 Fallback not used when clock_gettime is unavailable (crash on OSX...Garrett D'Amore2022-04-18
* Remove extra wrapper for platform clock support.Garrett D'Amore2021-07-22
* And another compile time regression.Garrett D'Amore2017-10-19
* POSIX fixups for certain platforms.Garrett D'Amore2017-10-19
* fixes #84 Consider using msec for durationsGarrett D'Amore2017-10-19
* Conditional platform inclusion cleanups.Garrett D'Amore2017-08-21
* Give up on uncrustify; switch to clang-format.Garrett D'Amore2017-07-10
* Compile static *and* shared libraries.Garrett D'Amore2017-01-15
* Pull out the posix clock stuff for plat_clock.Garrett D'Amore2017-01-12
* Fix for incorrect nni_usleep(), found with newly created platform tests.Garrett D'Amore2016-12-23
* Inline locks (fewer allocs), simpler absolute times for wakeups. nn_sock_recv.Garrett D'Amore2016-12-22
* Synchronization enhancements - inproc & msgqueue. Absolute waits...Garrett D'Amore2016-12-22
* Use C99 structure initializers FTW. Various other changes.Garrett D'Amore2016-12-22
* Older Darwin lacks clock_gettime(); we need poll.h to use poll().Garrett D'Amore2016-12-21
* Uncrustify configuration, and shorter copyright banners, plus reformatGarrett D'Amore2016-12-21
* More robust platform definition support.Garrett D'Amore2016-12-14