summaryrefslogtreecommitdiff
path: root/src/platform/posix/posix_clock.c
Commit message (Expand)AuthorAge
* 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