Commit Graph

188 Commits

Author SHA1 Message Date
Andrey Semashev
5fd1761c83 Removed linking with Boost.System.
Since Boost.System is now header-only, no need to link with the library.
2019-01-14 20:34:14 +03:00
Vicente J. Botet Escriba
ce6286ae6e Remove stopwatches, which was never officialy delivered. 2018-09-07 05:48:34 +02:00
Andrey Semashev
730a03396f Updated Boost.WinAPI usage to the new location and namespace. 2017-10-24 21:37:49 +03:00
Vicente J. Botet Escriba
11b1e144ef remove BOOST_CHRONO_ macros in boost/chrono/detail/system.hpp. 2017-10-23 02:26:46 +02:00
Vicente J. Botet Escriba
54024419cc remove BOOST_SYSTEM_NO_DEPRECATED in Jamfiles. 2017-10-23 01:55:58 +02:00
Peter Dimov
5f07427df5 Add missing import testing ; to test/Jamfile 2017-10-21 19:31:05 +03:00
Vicente J. Botet Escriba
803fe006ef check duration constexpr after change. 2017-05-01 03:36:32 +02:00
Vicente J. Botet Escriba
61ac7de69d avoid warnings. 2017-05-01 03:35:25 +02:00
Vicente J. Botet Escriba
3d8ea1d1e1 avoid warnings. 2017-05-01 03:34:52 +02:00
Vicente J. Botet Escriba
97ffab2d9d warning removal. 2017-04-29 18:25:41 +02:00
Vicente J. Botet Escriba
ae55b3eea3 fix int32_t. 2017-04-29 17:28:44 +02:00
Vicente J. Botet Escriba
9d72428bee Make chrono::duration trivial in C++11. 2017-04-24 23:41:07 +02:00
Vicente J. Botet Escriba
b5712029bf Avoid warning 2017-02-18 23:37:50 +01:00
jzmaddock
e60cbaf79d Fix duration default constructor to be constexpr-safe.
Also add tests for the issue.
2016-07-03 18:47:54 +01:00
Vicente J. Botet Escriba
7a2b17b6d7 Merge branch 'develop' of github.com:boostorg/chrono into develop 2016-05-04 23:58:40 +02:00
Vicente J. Botet Escriba
6f34fae179 Add test for Ref #12176. 2016-05-04 23:51:03 +02:00
Eugene Sukhodolin
8fd848304b Remove executable file attribute from source code files 2016-02-04 22:39:33 -08:00
Vicente J. Botet Escriba
533851116f add support for custom clocks #10631. 2015-09-10 19:42:18 +02:00
Vicente J. Botet Escriba
ad03bc31f4 Merge branch 'develop' 2015-02-18 19:27:43 +01:00
Vicente J. Botet Escriba
83b881fad4 manage representation that are not supported by num_put but defines operator<<. Related to #11012. 2015-02-18 19:09:02 +01:00
Vicente J. Botet Escriba
d08ef2352a fix io savers. 2015-02-17 01:27:18 +01:00
Vicente J. Botet Escriba
300c0c6963 Try to improve the situation respect to IO V2 with non integral representations, even if this doesn't take care of Rep=rational<int>. 2015-02-16 16:01:05 +01:00
Vicente J. Botet Escriba
8cd5da0dda Merge branch 'develop' 2014-12-10 23:11:02 +01:00
Vicente J. Botet Escriba
9adab29010 Add std:: to puts. 2014-12-05 19:34:43 +01:00
Vicente J. Botet Escriba
6faac3febb try to take care of #10778. 2014-11-11 02:06:53 +01:00
Vicente J. Botet Escriba
7f1769140f Merge branch 'develop' 2014-09-20 16:08:27 +02:00
Vicente J. Botet Escriba
6210bc4619 Avoid pedantic clang warnings. 2014-08-21 19:18:09 +02:00
Vicente J. Botet Escriba
7c013803cb Merge winrt. 2014-06-13 18:56:41 +02:00
Vicente J. Botet Escriba
9d4bfb30d5 fix ! BOOST_OS_WINDOWS || BOOST_PLAT_WINDOWS_DESKTOP. 2014-06-12 19:22:53 +02:00
Steve Gates
e8f16aef89 Merge branch 'develop' of https://github.com/boostorg/chrono into winrt 2014-06-10 19:50:50 -07:00
Steve Gates
4809dd9de1 Reverting some whitespace changes that were unnecessary. 2014-06-10 19:42:10 -07:00
Steve Gates
98de7ecf1d Updating checks for the Windows Runtime to use the correct Boost Predefs. 2014-06-10 17:27:53 -07:00
Vicente J. Botet Escriba
32dcafec6f Make Stopwatches a sub-module of Chrono. 2014-06-09 17:55:19 +02:00
Vicente J. Botet Escriba
b2b4636d92 Make Stopwatches a sub-module of Chrono. 2014-06-09 17:48:53 +02:00
Steve Gates
25da6e01a8 Updating macro for detecting WinRT to BOOST_WINDOWS_RUNTIME based on code review feedback. 2014-05-13 17:26:42 -07:00
Steve Gates
81179a9391 Removing default building of Windows store, makes easier for contributing libraries individually. 2014-04-29 12:42:39 -07:00
Steve Gates
e93a85718c Adding support for Windows Runtime (WinRT) to chrono.
Changes largely consist of updating Win32 APIs or disabling features which aren't possible.
2014-04-28 15:27:49 -07:00
Vicente J. Botet Escriba
f66235d6b8 Merge branch 'develop' 2014-04-27 15:17:15 +02:00
Vicente J. Botet Escriba
21de308c23 Apply patch for #9859. 2014-04-19 08:56:24 +02:00
Vicente J. Botet Escriba
5143770c44 comment stopwatches tests. 2014-02-13 03:55:32 +01:00
Vicente J. Botet Escriba
05786b6f48 Merge from develop for 1.56. 2014-02-11 21:47:06 +01:00
Vicente J. Botet Escriba
28bec5dfe0 Merge from develop for 1.56. 2014-02-11 21:46:28 +01:00
Vicente J. Botet Escriba
a60274c77a take care of process_cpu_clock on io v2. Input is not working yet. 2014-01-19 23:45:28 +01:00
Vicente J. Botet Escriba
824a12e758 Try to fix undefined int32_t with msvc 2013-12-07 00:29:03 +01:00
Vicente J. Botet Escriba
dde3b3528c Chrono: fix floor/round issues on negative numbers.
[SVN r86798]
2013-11-23 14:50:58 +00:00
Vicente J. Botet Escriba
6072e4fd1a Chrono: merge fixe for #9337.
[SVN r86655]
2013-11-12 18:30:20 +00:00
Vicente J. Botet Escriba
e4ba68c309 Chrono: use * instead of / when testing floats.
[SVN r86587]
2013-11-08 20:23:22 +00:00
Vicente J. Botet Escriba
d5582c61df Chrono: apply patch for #9337.
[SVN r86547]
2013-11-03 15:49:48 +00:00
Vicente J. Botet Escriba
9407921f4d Chrono: merge timepoint io improvements.
[SVN r86492]
2013-10-27 23:55:01 +00:00
Vicente J. Botet Escriba
516d90ea07 Chrono: merge timepoint io improvements.
[SVN r86491]
2013-10-27 23:29:52 +00:00