Merge: curl: basic Unix domain socket support
[nit.git] / lib / realtime.nit
2018-01-14 Alexis Laferrièrelib/realtime: use our custom clock_gettime when targett...
2017-11-27 Alexis Laferrièrerealtime: avoid unnecessary mallocs
2017-11-27 Alexis Laferrièrerealtime: make native services private
2017-03-04 Alexis Laferrièrerealtime: 32 bits safe
2017-02-02 Alexis Laferrièrerealtime: don't use custom functions on Sierra
2016-05-22 Alexis Laferrièretests & lib/realtime: rewrite test as a nitunit
2016-05-21 Alexis Laferrièrelib/realtime: free attributes of Clock at finalize_once
2016-05-21 Alexis Laferrièrelib/realtime: fix clock to return mostly Float values
2016-05-21 Alexis Laferrièrelib/realtime: fix `Timespec::-`
2016-05-21 Alexis Laferrièrelib/realtime: intro `Clock::peek_lapse`
2015-08-29 Alexis Laferrièrelib: improve synopsis and doc of many libs
2015-07-23 Jean Privatlib/realtime: add a compatibility layer for OSX
2015-07-07 Alexis Laferrièrelib/realtime: intro micro|millisec
2015-05-27 Alexis Laferrièrelib: update more libs to use `self`
2015-01-26 Alexis Laferrièrelib & contrib & tests: update users of `cflags` and...
2014-12-12 Alexandre Terrasalib/realtime: fixes documentation warnings
2014-12-12 Alexandre Terrasalib/realtime: remove useless method Timespec::destroy
2014-08-15 Jean Privatlib: prepare for new constructors
2014-08-05 Jean Privatlib/realtime: Add Timespec::to_f (and to_s) so one...
2014-04-15 Jean Privatffi: update code with last syntax
2014-02-24 Alexis Laferrièrelib/realtime: use c_linker_option in realtime module
2013-05-27 Alexis Laferrièrelib: adds the realtime module to keep time of real...