Commit Graph

356 Commits

Author SHA1 Message Date
Vicente J. Botet Escriba
0cae28efb6 Chrono: Apply patch to set BOOST_CHRONO_INTERNAL_TIMEGM on Solaris/gcc #8696.
[SVN r84790]
2013-06-15 09:35:37 +00:00
Vicente J. Botet Escriba
d5208057ef Chrono: Apply patch for #8691.
[SVN r84768]
2013-06-14 05:35:23 +00:00
Vicente J. Botet Escriba
4d047e5279 Chrono: fix #8690.
[SVN r84767]
2013-06-14 05:14:48 +00:00
Vicente J. Botet Escriba
2b17fa8c40 Chrono: apply patch for #8690
[SVN r84751]
2013-06-12 21:05:21 +00:00
Vicente J. Botet Escriba
51bc283156 Chrono: merge [84411] to fix #8604.
[SVN r84621]
2013-06-03 16:48:42 +00:00
Marshall Clow
072c2c3d9a Marked four constexpr methods as const in preparation for C++1y; Refs #8604
[SVN r84411]
2013-05-21 23:08:34 +00:00
Vicente J. Botet Escriba
ff6834a194 Chrono: merge to fix #8435.
[SVN r83905]
2013-04-14 21:32:51 +00:00
Vicente J. Botet Escriba
6b9251196f Chrono: apply patch for #8435.
[SVN r83899]
2013-04-14 15:11:47 +00:00
Vicente J. Botet Escriba
5baa9ab601 Chrono: Apply patch for #8435.
[SVN r83896]
2013-04-14 13:17:33 +00:00
Vicente J. Botet Escriba
8106e1df3f Chrono: merge to fix #8367.
[SVN r83866]
2013-04-13 12:56:31 +00:00
Vicente J. Botet Escriba
01cc4729ff Chrono: cleanup.
[SVN r83843]
2013-04-11 06:01:06 +00:00
Vicente J. Botet Escriba
21e71360b3 Chrono: use libc++ constexpr if _LIBCPP_CONSTEXPR is defined #8367.
[SVN r83842]
2013-04-11 05:59:06 +00:00
Vicente J. Botet Escriba
ded6577da6 Chrono: merge from trunk 1.54.
[SVN r83624]
2013-03-28 23:45:26 +00:00
Vicente J. Botet Escriba
7741513eb8 Chrono: avoid memory leak.
[SVN r83510]
2013-03-20 22:11:02 +00:00
Vicente J. Botet Escriba
2d592beaac Chrono: Added BOOST_FORCEINLINE on duration,time_point constructors for TI compiler.
[SVN r83509]
2013-03-20 22:01:54 +00:00
Vicente J. Botet Escriba
b8983062a4 Chrono: fix #7940
[SVN r82663]
2013-01-29 06:15:08 +00:00
Vicente J. Botet Escriba
bda46edb60 Chrono: apply patch for #7940
[SVN r82659]
2013-01-28 17:28:35 +00:00
Vicente J. Botet Escriba
4d3cab4b70 Chrono: merge [82562][82663].
[SVN r82612]
2013-01-25 19:38:49 +00:00
Vicente J. Botet Escriba
b8b247aaef Chrono: make use of internal_gmtime on windows and make system_clock count relative to 01/01/1970 UTC.
[SVN r82563]
2013-01-20 15:02:04 +00:00
Vicente J. Botet Escriba
889feb4b7d Chrono: Added internal_gmtime
[SVN r82562]
2013-01-20 12:59:16 +00:00
Vicente J. Botet Escriba
5db198c75c Chrono: fixed 7868 + some warnings
[SVN r82541]
2013-01-18 21:59:08 +00:00
Vicente J. Botet Escriba
b2fbee5ef3 Chrono: Apply patch for #7726
[SVN r82528]
2013-01-17 18:39:45 +00:00
Vicente J. Botet Escriba
c3998899a5 Chrono: Don't use constexpr with libc++ < 1002
[SVN r82391]
2013-01-07 23:11:12 +00:00
Vicente J. Botet Escriba
7779a3907b Merge from trunk
[SVN r81651]
2012-12-01 15:22:34 +00:00
Marshall Clow
a032cd507b Remove usage of deprecated macros
[SVN r81444]
2012-11-20 21:18:02 +00:00
Vicente J. Botet Escriba
11dfaea02c Chrono: remove some warnoings
[SVN r81095]
2012-10-29 12:09:07 +00:00
Vicente J. Botet Escriba
597154f84e Chrono: remove some warnoings
[SVN r81094]
2012-10-29 12:08:12 +00:00
Vicente J. Botet Escriba
1fa95517b9 Chrono: merge 81040-81041,81044-81045
[SVN r81056]
2012-10-25 00:07:52 +00:00
Vicente J. Botet Escriba
8dc8a9bfa7 Chrono: disable the time_point<system_clock> i/o specialization
[SVN r81045]
2012-10-22 17:07:52 +00:00
Vicente J. Botet Escriba
654c53afff Chrono: Added internal time_get::get() + fixed some issues in test time_point_input
[SVN r81044]
2012-10-22 01:06:57 +00:00
Vicente J. Botet Escriba
8820b567bf Chrono: ref #7546
[SVN r81040]
2012-10-21 17:23:23 +00:00
Vicente J. Botet Escriba
d171ce9749 Chrono: remove trace
[SVN r81039]
2012-10-21 16:18:53 +00:00
Vicente J. Botet Escriba
6d6a0f352c Chrono: Merge 80949,80950,80956
[SVN r80964]
2012-10-11 22:50:34 +00:00
Vicente J. Botet Escriba
c1b0b40a83 Chrono: added forgotten fix for explicit bool conversion issue
[SVN r80950]
2012-10-10 23:24:24 +00:00
Vicente J. Botet Escriba
ea5285d7fd Chrono: Added some warning removal on intel and fix explicit bool conversion issue
[SVN r80949]
2012-10-10 23:05:02 +00:00
Vicente J. Botet Escriba
bd19b46c63 Chrono: merge 80897
[SVN r80921]
2012-10-09 23:12:25 +00:00
Vicente J. Botet Escriba
b6116ba579 Chrono: try to fix 7479
[SVN r80897]
2012-10-07 14:10:59 +00:00
Vicente J. Botet Escriba
8ef694cce2 Chrono: merge from trunk fix for #7381
[SVN r80714]
2012-09-26 19:37:16 +00:00
Vicente J. Botet Escriba
48a9e70123 Chrono: Make use of BOOST_TRY family macros
[SVN r80542]
2012-09-16 16:45:04 +00:00
Vicente J. Botet Escriba
8d9a66196f Chrono: remove duration copy constructor so default applies: issue #7381
[SVN r80536]
2012-09-16 08:23:42 +00:00
Vicente J. Botet Escriba
9d2394180e Chrono: Merged from trunk 1.52
[SVN r80471]
2012-09-09 18:40:14 +00:00
Vicente J. Botet Escriba
295c993946 Chrono: Added BOOST_CHRONO_PROVIDES_DEPRECATED_IO_SINCE_V2_0_0 macro
[SVN r80443]
2012-09-08 12:13:09 +00:00
Vicente J. Botet Escriba
fb62c4e959 Chrono: Added missing files
[SVN r80430]
2012-09-07 06:37:00 +00:00
Vicente J. Botet Escriba
ad195c5dbd Chrono: merged from trunk chrono io V2
[SVN r80424]
2012-09-06 20:12:53 +00:00
Vicente J. Botet Escriba
b2657c0ea8 Chrono: fixes for inspection report
[SVN r79986]
2012-08-12 18:37:39 +00:00
Vicente J. Botet Escriba
ede2552732 Chrono: Added some constexpr test + fix for duration
[SVN r79491]
2012-07-14 10:58:30 +00:00
Vicente J. Botet Escriba
546bdabdc2 Chrono: Remove Boost.System dependency
[SVN r79382]
2012-07-09 16:42:01 +00:00
Vicente J. Botet Escriba
5f99c541b1 Chrono: Remove Boost.System dependency
[SVN r79381]
2012-07-09 16:23:18 +00:00
Vicente J. Botet Escriba
85f64e4ea4 Chrono: merge from trunk
[SVN r79371]
2012-07-08 20:47:12 +00:00
Vicente J. Botet Escriba
7d89a69f80 Chrono/Stopwatches: modify some noexcept
[SVN r79326]
2012-07-07 10:18:00 +00:00
Vicente J. Botet Escriba
a03716605a Chrono: Added some constexpr tests
[SVN r79325]
2012-07-07 10:16:31 +00:00
Vicente J. Botet Escriba
43a82d016e Chrono: apply patch 6918
[SVN r79324]
2012-07-07 10:13:42 +00:00
Vicente J. Botet Escriba
85c8cba6c4 Chrono: fix 7069
[SVN r79298]
2012-07-05 20:02:37 +00:00
Vicente J. Botet Escriba
def1b434a1 Chrono: fix some minor warnings
[SVN r79172]
2012-06-29 18:22:10 +00:00
Vicente J. Botet Escriba
1bf3960514 Chrono: try to fix issues 7041 and 7042
[SVN r79162]
2012-06-28 20:56:08 +00:00
Vicente J. Botet Escriba
721caf07f1 Chrono: Replace throw by throw_exception
[SVN r79161]
2012-06-28 19:47:09 +00:00
Vicente J. Botet Escriba
1f4ec5e7a2 Chrono/Stopwatches: Rename main stopwatches classes+ io exceptions
[SVN r79064]
2012-06-24 15:20:54 +00:00
Vicente J. Botet Escriba
d48ff8a202 Chrono: Updated chrono io utilities
[SVN r78719]
2012-05-28 13:54:22 +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
7ddbf68fd0 Chrono: Added ABI clash protection for duration and timepoint classes
[SVN r78435]
2012-05-12 12:55:46 +00:00
Vicente J. Botet Escriba
572d0cac9c Chrono: remove warning
[SVN r78332]
2012-05-05 08:42:25 +00:00
Vicente J. Botet Escriba
1a29e21104 Chrono: Fix a warning
[SVN r77837]
2012-04-08 19:08:54 +00:00
Vicente J. Botet Escriba
b89a71ea94 Chrono: Remove traces + try __typeof__ trink on sun + update history
[SVN r77797]
2012-04-07 00:19:39 +00:00
Vicente J. Botet Escriba
b9fbbb5072 Chrono Fix #6361,#6628,#6666
[SVN r77694]
2012-04-01 19:28:17 +00:00
Vicente J. Botet Escriba
63aaa8b5cc Chrono: Apply patch 6361: integer overflow in boost::chrono::process_real_cpu_clock::now() under Windows 32bits
[SVN r77545]
2012-03-25 19:43:19 +00:00
Vicente J. Botet Escriba
3535517e12 Thread: Apply patch for #6628
[SVN r77445]
2012-03-21 00:49:14 +00:00
Vicente J. Botet Escriba
dc30693188 Chrono: apply path for #6666
[SVN r77444]
2012-03-21 00:44:09 +00:00
Vicente J. Botet Escriba
105031b858 Chrono: process_cpu_clock::now() on linux gives time_points 1/1000 times
[SVN r75920]
2011-12-12 18:00:24 +00:00
Vicente J. Botet Escriba
c56326a21f Chrono: #6241-boost::chrono compilation problems without std::wstring support
[SVN r75866]
2011-12-08 22:58:49 +00:00
Vicente J. Botet Escriba
57cb11084d Chrono: throx exception instead of returning empty string
[SVN r75701]
2011-11-28 00:53:10 +00:00
Vicente J. Botet Escriba
d6f31f8131 Chrono: minor naming/comments changes
[SVN r75695]
2011-11-27 17:53:18 +00:00
Vicente J. Botet Escriba
9f18499c42 Chrono: Make the duration_units storage static
[SVN r75669]
2011-11-26 16:24:00 +00:00
Vicente J. Botet Escriba
0f6add0f08 Chrono/Ratio merge trunk version v1
[SVN r75666]
2011-11-26 00:49:13 +00:00
Vicente J. Botet Escriba
76a587a73c Chrono: Fix #6092,#6093,#6113
[SVN r75665]
2011-11-26 00:11:12 +00:00
Vicente J. Botet Escriba
130147b4e6 Chrono: move chrono_io v1 to a specific directory
[SVN r75664]
2011-11-25 23:44:31 +00:00
Vicente J. Botet Escriba
5a9cf29823 Chrono: added traces to try to catch sun/pathscale issue in time_point input/output
[SVN r75663]
2011-11-25 23:38:23 +00:00
Vicente J. Botet Escriba
2209b5551d Chrono: added traces to try to catch sun issue in time_point input
[SVN r75651]
2011-11-24 23:10:15 +00:00
Vicente J. Botet Escriba
073987a6ab Chrono: added traces to try to catch sun issue in time_point input
[SVN r75649]
2011-11-24 21:56:33 +00:00
Vicente J. Botet Escriba
773374a694 Chrono: comment line to try to catch pathscale issue in time_point output
[SVN r75648]
2011-11-24 21:32:05 +00:00
Vicente J. Botet Escriba
16212bd983 Chrono: simplify interface by don't using NVI idiom.
[SVN r75647]
2011-11-24 21:27:35 +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
07c343ebd5 Chrono: Added more traces to debug pathscale issue
[SVN r75580]
2011-11-20 22:19:55 +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
216df65bd7 Chrono: minor refactoring from duration_get to duration_units
[SVN r75562]
2011-11-20 00:37:33 +00:00
Vicente J. Botet Escriba
acda06d2c8 Chrono: change put by put_epoch/put_unit so that both facets could be merged lately.
[SVN r75559]
2011-11-19 20:53:58 +00:00
Vicente J. Botet Escriba
fe818119f1 Chrono: removed global() support as seen as a bad design. Added some comments
[SVN r75558]
2011-11-19 20:24:57 +00:00
Vicente J. Botet Escriba
8dd9ef0102 Chrono: Added traces to catch issue with system_clock::time_point inserter with pathscale compiler
[SVN r75557]
2011-11-19 18:34:02 +00:00
Vicente J. Botet Escriba
7934c97e92 Chrono: remove traces
[SVN r75517]
2011-11-16 22:37:42 +00:00
Vicente J. Botet Escriba
244eec6b6d Chrono: Change some comments and remove UTF8 characters
[SVN r75515]
2011-11-16 22:26:09 +00:00
Vicente J. Botet Escriba
2f4f61967e Chrono: fic missing template
[SVN r75498]
2011-11-15 20:02:20 +00:00
Vicente J. Botet Escriba
281bd1fd8c Chrono: minor renaming changes
[SVN r75492]
2011-11-15 00:21:48 +00:00
Vicente J. Botet Escriba
2ced6cf005 Chrono: Added to_string utility
[SVN r75465]
2011-11-12 18:48:36 +00:00
Vicente J. Botet Escriba
1d31e46d48 Chrono: Ensure that the ios index are intermodule and thread safe.
[SVN r75463]
2011-11-12 17:46:03 +00:00
Vicente J. Botet Escriba
42849ba7e7 Chrono: Fixed issue with plural forms other than 3 when [N/D] is used.
[SVN r75462]
2011-11-12 17:01:11 +00:00
Vicente J. Botet Escriba
7e431459f7 Chrono: Added fill parameter.
[SVN r75461]
2011-11-12 15:41:22 +00:00
Vicente J. Botet Escriba
564bf889f9 Chrono: Added missing file stopwatches/reporters/laps_stopwatch_default_formatter.hpp
[SVN r75459]
2011-11-12 14:52:04 +00:00
Vicente J. Botet Escriba
749aea309a Chrono: Don't imbue facets if not present on the ios. Use a default instead
[SVN r75455]
2011-11-12 14:01:38 +00:00
Vicente J. Botet Escriba
e9d3571585 Chrono: renamed basic_stopwatch by laps_stopwatc + Added laps_stopclock
[SVN r75449]
2011-11-12 08:43:00 +00:00
Vicente J. Botet Escriba
670f134fea Chrono: #6113 Fixed duplicate symbol when BOOST_CHRONO_HEADER_ONLY is defined
[SVN r75436]
2011-11-10 17:44:37 +00:00
Vicente J. Botet Escriba
9d61c8b3b5 Chrono: FIxed issue with commented BOOST_CHRONO_HAS_PROCESS_CLOCKS in io/time_point_units.hpp
[SVN r75435]
2011-11-10 17:10:31 +00:00
Vicente J. Botet Escriba
da60d623ba Chrono: Added traces totry to catch duration_get issue on intel 11.
[SVN r75428]
2011-11-09 21:53:50 +00:00
Vicente J. Botet Escriba
07ffa9143c Chrono: warning removal
[SVN r75427]
2011-11-09 17:54:17 +00:00
Vicente J. Botet Escriba
e08235d038 Chrono: extract do_get_prefix_unit function so that the facet can be specialized to take in account more periods like days, weeks needed for dates
[SVN r75420]
2011-11-08 23:23:36 +00:00
Vicente J. Botet Escriba
15ac7d0741 Chrono: Removed unused files io/duration_unit_string.hpp and io/translate.hpp
[SVN r75419]
2011-11-08 22:58:16 +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
3c8e6def84 Chrono: refactor duration_get to allow more than 2 plural forms
[SVN r75346]
2011-11-06 20:54:21 +00:00
Vicente J. Botet Escriba
2e72cd0f15 Chrono: Make duration_units use ratio_io
[SVN r75345]
2011-11-06 13:58:24 +00:00
Vicente J. Botet Escriba
4f755ded61 Chrono: Fix some bad setting of err
[SVN r75335]
2011-11-06 03:54:39 +00:00
Vicente J. Botet Escriba
3a82672df5 Chrono: Added time_point units, get and put facets and adapt time_point I/O
[SVN r75334]
2011-11-06 03:07:43 +00:00
Vicente J. Botet Escriba
a14852f0f7 Chrono: cleanup io v2 version removing v1 parts.
[SVN r75332]
2011-11-05 23:19:09 +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
d80da9c037 Chrono: fix some error in duration_get err parameter
[SVN r75330]
2011-11-05 22:08:43 +00:00
Vicente J. Botet Escriba
70d12d3bb4 Chrono: Fix error in time ios state savers
[SVN r75329]
2011-11-05 22:07:04 +00:00
Vicente J. Botet Escriba
167639c4e6 Chrono: Cleanup
[SVN r75328]
2011-11-05 22:05:23 +00:00
Vicente J. Botet Escriba
23a1693923 Chrono: Cleanup
[SVN r75327]
2011-11-05 22:03:22 +00:00
Vicente J. Botet Escriba
d594ebe0c5 Chrono: Cleanup
[SVN r75326]
2011-11-05 22:01:27 +00:00
Vicente J. Botet Escriba
f46ed6e3a0 Chrono: Added duration_units::global() and some refactoring so that the client code is simpler: imbue_if_has_not
[SVN r75292]
2011-11-03 22:39:07 +00:00
Vicente J. Botet Escriba
db8f56a576 Chrono: Added ios_base flasgs and state interal utilities and adapt the ios_base_state.hpp to them.
[SVN r75291]
2011-11-03 19:40:26 +00:00
Vicente J. Botet Escriba
6e65157355 Chrono: Added internal manip utility + adaptation, rename internam time_info by ios_base_data
[SVN r75281]
2011-11-02 21:46:47 +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
28c4558e88 Chrono: fix 2 new tests [N/D]second and duration input from float or double
[SVN r75239]
2011-11-01 20:33:32 +00:00
Vicente J. Botet Escriba
14e5946f5c Chrono: fix 2 new tests [N/D]second and duration input from float or double
[SVN r75237]
2011-11-01 20:23:03 +00:00
Vicente J. Botet Escriba
1f7cb34ed6 Chrono: simplify the switch
[SVN r75206]
2011-10-31 23:53:27 +00:00
Vicente J. Botet Escriba
b9e65a8e24 Chrono: complete plural forms
[SVN r75203]
2011-10-31 22:41:49 +00:00
Vicente J. Botet Escriba
7d742c31a9 Chrono: Added duration_get facade + some needed adaptations
[SVN r75202]
2011-10-31 19:04:46 +00:00
Vicente J. Botet Escriba
d0198e2541 Chrono: rename unit_strings.hpp to duration_units.hpp
[SVN r75191]
2011-10-31 13:34:34 +00:00
Vicente J. Botet Escriba
112967323a Chrono: refactor the ios_base state+Add duration_put facet+refactor duration_units
[SVN r75186]
2011-10-31 11:43:23 +00:00
Vicente J. Botet Escriba
3dc1109b13 Chrono: refactor the virtual functions to avois possible conversions
[SVN r75178]
2011-10-30 14:02:21 +00:00
Vicente J. Botet Escriba
5710f9a8e2 Ratio/Chrono Fix issue with overflow while seen if is_evenly_divisible_by
[SVN r75177]
2011-10-30 13:59:22 +00:00
Vicente J. Botet Escriba
78445a90c5 Chrono: refactor time fmt xalloc/pword
[SVN r75173]
2011-10-29 22:04:55 +00:00
Vicente J. Botet Escriba
4688e15b00 Chrono: Replaced symbol m by min to conform with standards + Added unit_strings facet that would replace the duration_punct facet + extract duratio_style.hpp + try to fix strdup bug on sunstudio + Ratio: Added prefix and symbol functions
[SVN r75171]
2011-10-29 20:36:47 +00:00
Vicente J. Botet Escriba
66de0fd5aa Chrono: Towards the replacement of facet by xalloc
[SVN r75155]
2011-10-28 14:48:30 +00:00
Vicente J. Botet Escriba
baf41adc4d Chrono: fix [1/1]seconds
[SVN r75147]
2011-10-27 21:50:04 +00:00
Vicente J. Botet Escriba
c8fd694c8d Chrono: fix missin '-' in Y-m-d
[SVN r75146]
2011-10-27 21:48:28 +00:00
Vicente J. Botet Escriba
2642763895 Chrono: Fix bug when using translation (missing returnsvn diff! and typo)
[SVN r74941]
2011-10-13 22:32:29 +00:00
Vicente J. Botet Escriba
14c585046e Chrono: use config macros CONSTEXPR and NOEXCEPT
[SVN r74901]
2011-10-10 19:27:40 +00:00
Vicente J. Botet Escriba
091a7ef251 Chrono:Fix bad merge
[SVN r74835]
2011-10-09 01:10:03 +00:00
Vicente J. Botet Escriba
6db7aba17e Chrono: Fix protecting include file
[SVN r74834]
2011-10-09 00:57:37 +00:00
Vicente J. Botet Escriba
4a8f7ae96e Chrono: Fix missing include config.hpp
[SVN r74829]
2011-10-09 00:35:42 +00:00
Vicente J. Botet Escriba
fe8aa040ee Chrono: Fix missing include config.hpp
[SVN r74828]
2011-10-09 00:35:17 +00:00
Vicente J. Botet Escriba
3e4e7c540d Chrono: Updated include.hpp and doc
[SVN r74806]
2011-10-08 14:47:39 +00:00
Vicente J. Botet Escriba
3e9dd476a0 Chrono: update global include.hpp file
[SVN r74805]
2011-10-08 14:26:27 +00:00
Vicente J. Botet Escriba
c088bf7abe Chrono: Merge #5998
[SVN r74801]
2011-10-08 12:28:38 +00:00
Vicente J. Botet Escriba
b7293257e9 Chrono: Merge #5977
[SVN r74798]
2011-10-08 12:11:57 +00:00
Vicente J. Botet Escriba
41f973ebf1 Chrono: Move clock_string.hpp from chono/io to chrono directory
[SVN r74793]
2011-10-08 09:59:23 +00:00
Vicente J. Botet Escriba
6061e9bfdc Chrono: Merged #5976,5979,5978,5906,5907,5909,5946,5974
[SVN r74785]
2011-10-07 22:04:11 +00:00
Vicente J. Botet Escriba
dfbb07c890 Chrono: Added BOOST_CHRONO_DONT_PROVIDE_HYBRID_ERROR_HANDLING to avoid system::error_code
[SVN r74777]
2011-10-07 13:43:47 +00:00
Vicente J. Botet Escriba
9f5cac68c5 Chrono: elapsed takes in account the elapsed time stored on the LapsCollector + added time_point time_fmt and io_savers.
[SVN r74749]
2011-10-06 03:47:24 +00:00
Vicente J. Botet Escriba
2a9bf0ddf7 Chrono: Move clock_string specializations to the respective clock files.
[SVN r74741]
2011-10-05 14:51:33 +00:00