arvidn
8daa66e385
merged RC_2_0 into master
2023-03-18 21:48:00 +01:00
Prince Gupta and Arvid Norberg
e656351d00
add tests for time_t conversion
2023-02-27 11:14:07 +01:00
Prince Gupta and Arvid Norberg
3f5c8ac010
fix time_point conversion from/to time_t
...
since high_resolution_clock epoch is implementation dependent
and may not be same as UNIX time, direct conversion to time_t
is not possible
for a clear fix time_point should be changed std::system_clock
but for now to preserve ABI special functions are introduced
to fix conversion of high_resolution_clock to time_t
ref #7196
2023-02-27 11:14:07 +01:00
arvidn and Arvid Norberg
f484a0eff6
rerun update_copyright.py
2021-12-07 21:13:48 +01:00
arvidn and Arvid Norberg
0d3f80bedd
update copyright and license headers (of a few new files merged from RC_2_0)
2021-03-29 19:35:45 +02:00
arvidn and Arvid Norberg
19e8c2f3ea
remove full BSD license from all source files. reference LICENSE file in the root instead
2020-09-02 00:56:54 -07:00
arvidn and Arvid Norberg
d3f7a363c2
update copyright year
2019-08-29 00:13:04 +02:00
Alden Torres and Arvid Norberg
13e54a3da8
fixing warnings in tests code, part1 ( #2700 )
2018-01-19 22:40:39 +01:00
arvidn and Arvid Norberg
d138f02424
introduce lt namespace alias
2017-04-23 23:43:58 -04:00
Arvid Norberg and GitHub
eda956f13a
use standard library for suspending threads ( #855 )
...
use standard library for suspending threads
2016-06-26 09:24:06 -04:00
Arvid Norberg
96999ad67f
replace uses of boost::bind with std::bind and lambdas ( #745 )
2016-05-25 00:31:52 -04:00
Arvid Norberg
20b41ad0b9
Threads ( #671 )
...
use std::thread, std::mutex, std::condition_variable instead of pulling them in from boost.asio internals.
2016-04-30 18:54:23 -04:00
Arvid Norberg
95e348bef7
fix name clash with 'thread' on freebsd ( #664 )
2016-04-29 12:00:39 -04:00
Arvid Norberg
c8443d0c7c
msvc fixes
2015-05-31 12:21:16 +00:00
Arvid Norberg
f9c9d0ad0d
merge small unit tests to make running the tests quicker. expand the test framework a bit. add ax_boost_random.m4 script to link against boost.random correctly from makefile.
2015-05-30 04:31:23 +00:00
Arvid Norberg
bbcfeeab8d
fix test_time unit test build
2015-03-15 23:54:00 +00:00
Arvid Norberg
33ada6a92d
fix test_time build
2015-03-15 20:47:48 +00:00
Arvid Norberg
c1dc982f4f
deprecate the ptime type and related time types. just use boost::chrono / std::chrono
2015-03-12 04:34:54 +00:00
Arvid Norberg
03a6829070
add unit test for timer functions
2013-11-01 16:05:48 +00:00