Commit Graph

63 Commits

Author SHA1 Message Date
Vicente J. Botet Escriba
ce6286ae6e Remove stopwatches, which was never officialy delivered. 2018-09-07 05:48:34 +02:00
Vicente J. Botet Escriba
b8fd421fc4 fix minor ambiguity issue. 2018-04-16 08:40:47 +02: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
97ffab2d9d warning removal. 2017-04-29 18:25:41 +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
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
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
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
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
f3266360b2 Chrono: try to avoid the crash with msvc 11 on chrono_io.
[SVN r86384]
2013-10-21 22:01:40 +00:00
Vicente J. Botet Escriba
d51caef600 Chrono: remove warning
[SVN r81653]
2012-12-01 16:03:11 +00:00
Marshall Clow
42628c00d3 Removed usage of deprecated macros
[SVN r81560]
2012-11-26 17:30:42 +00:00
Vicente J. Botet Escriba
3c3407611f Chrono: fix inspection + warnings
[SVN r80046]
2012-08-15 10:42:29 +00:00
Vicente J. Botet Escriba
b26039a485 Chrono: no-exceptions cleanup
[SVN r79360]
2012-07-08 17:36:36 +00:00
Vicente J. Botet Escriba
db5ec2bb30 Chrono/Stopwathes: Rename main stopwatches classes
[SVN r79029]
2012-06-21 21:11:08 +00:00
Vicente J. Botet Escriba
bb6d626c83 Chrono: make use of scoped enum emulation fro duration_style and timezone
[SVN r78436]
2012-05-12 17:27:59 +00:00
Vicente J. Botet Escriba
4fcedd3b5a Chrono: fix bad copy/paste
[SVN r78190]
2012-04-25 11:05:59 +00:00
Vicente J. Botet Escriba
4733d61223 Chrono #6243-Sandia-pgi-11.9: moren than one instance of overloaded function min matches
[SVN r75867]
2011-12-08 23:29:26 +00:00
Vicente J. Botet Escriba
1df5d6ab2b Chrono: Added BOOST_CHRONO_VERSION
[SVN r75667]
2011-11-26 09:42:14 +00:00
Vicente J. Botet Escriba
eb75bfe513 Chrono: Yet another renaming in duration_units
[SVN r75598]
2011-11-21 22:24:41 +00:00
Vicente J. Botet Escriba
a7af8eb423 Chrono: renamed some functions in duration_units
[SVN r75584]
2011-11-21 07:07:27 +00:00
Vicente J. Botet Escriba
e9c83d9fb5 Chrono: removed put functions in duration_units/time_point_units facets and the OutputIterator parameters
[SVN r75577]
2011-11-20 18:32:48 +00:00
Vicente J. Botet Escriba
24321eeab2 Chrono: refactor stopwatch_reporter
[SVN r75408]
2011-11-08 16:52:56 +00:00
Vicente J. Botet Escriba
48b7a3f675 Chrono: fix bad use of duration_style::prefix in IO V1
[SVN r75344]
2011-11-06 12:26:44 +00:00
Vicente J. Botet Escriba
ec165883bd Chrono: restore io v1 and fix some error in it.
[SVN r75331]
2011-11-05 22:12:23 +00:00
Vicente J. Botet Escriba
4d159756c5 Chrono: Update french show the customization for '0 seconde'.
[SVN r75242]
2011-11-01 22:48:51 +00:00
Vicente J. Botet Escriba
b138e35634 Chrono: Update french example to use the new facet.
[SVN r75241]
2011-11-01 22:40:12 +00:00
Vicente J. Botet Escriba
f9e356bcaa Chrono: use time_fmt with a format
[SVN r75154]
2011-10-28 14:47:07 +00:00
Vicente J. Botet Escriba
4a956d4cef Chrono: French test works only with old implementation
[SVN r75150]
2011-10-27 22:58:19 +00:00
Vicente J. Botet Escriba
bfc23bc577 Chrono: include explicitly clock files
[SVN r74740]
2011-10-05 14:49:40 +00:00
Vicente J. Botet Escriba
375920583b Chrono: replace deprecated duration_short/duration_long. undef BOOST_CHRONO_IO_V1_DONT_PROVIDE_DEPRECATED is this will when deprecated
[SVN r74693]
2011-10-04 12:31:15 +00:00
Vicente J. Botet Escriba
03cf67d5b7 Chrono: update accuracy test to checl also for process_cpu_clock
[SVN r74690]
2011-10-04 10:23:17 +00:00
Vicente J. Botet Escriba
548f6f67bd Chrono: Add BOOST_CHRONO_HAS_PROCESS_CLOCKS protection for CE
[SVN r74679]
2011-10-03 21:12:09 +00:00
Vicente J. Botet Escriba
80271eccb0 Chrono: endure simple_stopwatch.hpp in included
[SVN r74637]
2011-10-02 08:07:04 +00:00
Vicente J. Botet Escriba
f9b36150ed Chrono: remove not useful lightweight_stopwatch_reporter
[SVN r74633]
2011-10-01 21:27:09 +00:00
Vicente J. Botet Escriba
2f5384b35d Chrono: added traces to try to catch some errors on Solaris
[SVN r74526]
2011-09-22 21:53:25 +00:00
Vicente J. Botet Escriba
9e22344e26 Added lightweight_stopwatch_reporter_example.cpp
[SVN r74494]
2011-09-21 17:13:01 +00:00
Vicente J. Botet Escriba
43b88f477b Chrono: Added basic Stopwatch reporter basic example
[SVN r74456]
2011-09-18 20:22:47 +00:00
Vicente J. Botet Escriba
c3fa56b8da Adapt test to definition of BOOST_CHRONO_HAS_THREAD_CLOCK
[SVN r74452]
2011-09-18 14:13:30 +00:00
Vicente J. Botet Escriba
d42e56ef8e Chrono: Inspect cleanup
[SVN r74437]
2011-09-17 11:31:27 +00:00
Vicente J. Botet Escriba
09bf4706d0 Chrono: replace ./timer.hpp by simple_stopwatch.hpp
[SVN r74423]
2011-09-16 21:16:38 +00:00
Vicente J. Botet Escriba
933149e3ae Chrono: Added some i/o facilities + a simple stopwatch
[SVN r74420]
2011-09-16 16:55:35 +00:00
Vicente J. Botet Escriba
fbd88dcb10 Chrono: Move timer.hpp to the example directory
[SVN r74210]
2011-09-03 16:12:27 +00:00
Vicente J. Botet Escriba
85bb879878 Chrono: Added rounding utilities
[SVN r74207]
2011-09-03 15:44:33 +00:00
David Deakins
c5e71b2234 Changes to complete Boost.Chrono support for Windows CE. Closes ticket 5218.
[SVN r69240]
2011-02-24 18:21:52 +00:00
Vicente J. Botet Escriba
a2f6f86db9 Chrono
[SVN r69018]
2011-02-19 01:08:00 +00:00
Vicente J. Botet Escriba
cd5bed7a71 Chrono: update original file from Bemman port to boost, so the runtime_resolution namespace is used.
[SVN r68733]
2011-02-08 20:46:12 +00:00
Vicente J. Botet Escriba
dc3f4f0825 Chrono: Remove error: ambiguous reference to std ratio or chrono interface
[SVN r68667]
2011-02-06 12:29:03 +00:00
Steven Watanabe
090a13592d Revert [67111] (addition of boost/detail/iomanip.hpp) and all the commits that depend on it. ([68137], [68140], [68141], [68154], and [68165]).
[SVN r68168]
2011-01-15 08:11:51 +00:00