Vicente J. Botet Escriba
b5712029bf
Avoid warning
2017-02-18 23:37:50 +01:00
Vicente J. Botet Escriba
29162278fd
fix doc.
2017-02-18 23:09:46 +01:00
Vicente J. Botet Escriba
7cab03be52
Merge pull request #22 from jhunold/extra_semi
...
remove trailing ";"
2017-01-06 20:59:19 +01:00
Jürgen Hunold
183e2fb3d5
remove trailing ";"
...
clang warning: extra ';' after member function definition [-Wextra-semi]
2017-01-06 09:54:11 +01:00
Vicente J. Botet Escriba
518c091cb6
Merge pull request #21 from danieljames/hide-stopwatch
...
Hide Chrono.Stopwatch in library list
2016-11-20 23:20:19 +01:00
Daniel
b4b22b1014
Mark Chrono.Stopwatch as unreleased
...
It's already hidden in the list, but I used a bit of a hack to do so,
better to do it properly so I can remove that, and its visibility can be
controlled in the repo.
2016-11-14 22:30:58 +00:00
Rene Rivera
959601c347
Add, and update, documentation build targets.
2016-10-10 11:39:47 -05:00
Rene Rivera
f1d318efa2
Add, and update, documentation build targets.
2016-10-07 23:07:32 -05:00
Vicente J. Botet Escriba
6289891c68
Merge branch 'develop' - 1.62
2016-08-19 19:56:55 +02:00
Vicente J. Botet Escriba
ace49e1745
Update hoistory 1.62.
2016-08-19 19:56:14 +02:00
Vicente J. Botet Escriba
561ba1b4ec
Merge branch 'develop'
2016-08-15 10:36:07 +02:00
Vicente J. Botet Escriba
b62c46e340
Merge branch 'develop' of github.com:boostorg/chrono into develop
2016-08-09 00:54:53 +02:00
Vicente J. Botet Escriba
62b3c81f5f
Take care of 12260 Bug: time_fmt does not support for wchar_t on windows.
2016-08-09 00:54:05 +02:00
Vicente J. Botet Escriba
4001d9cbee
Merge pull request #20 from jzmaddock/constexpr_duration_fix
...
Fix duration default constructor to be constexpr-safe.
2016-07-03 20:39:43 +02: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
a3239a18f2
Merge pull request #19 from rick68/patch-7
...
fix a mistake in time_point_get<>::get_epoch<>()
2016-07-02 01:26:59 +02:00
Wei-Ming Yang
061fa7b381
fix a mistake in time_point_get<>::get_epoch<>()
...
It invokes member function `get_epoch<Clock>()` without the template argument `Clock`.
2016-06-29 11:57:45 +08:00
Vicente J. Botet Escriba
eed6d27a33
Merge pull request #18 from rick68/patch-6
...
fix a bug in time_get<>::get_month()
2016-06-28 14:16:30 +02:00
Vicente J. Botet Escriba
eeb3e524e3
Merge pull request #14 from rick68/patch-2
...
fix bugs in relational operators of process_times
2016-06-28 14:12:22 +02:00
Vicente J. Botet Escriba
925e54f259
Merge pull request #16 from rick68/patch-4
...
fix a bug in ios_state_ptr<>::release()
2016-06-28 14:07:46 +02:00
Vicente J. Botet Escriba
ff74cc2c93
Merge pull request #13 from rick68/patch-1
...
fix a mistake in process_times<Rep>::read()
2016-06-28 14:00:30 +02:00
Vicente J. Botet Escriba
c99e3afaac
Merge pull request #15 from rick68/patch-3
...
remove a redundant character
2016-06-28 13:58:45 +02:00
Vicente J. Botet Escriba
68c655fa37
Merge pull request #17 from rick68/patch-5
...
fix a bug in time_get<>::get_day_year_num()
2016-06-28 01:23:24 +02:00
Wei-Ming Yang
a8e772474d
fix a bug in time_get<>::get_month()
...
According to `boost::chrono::detail::time_get<>::get()` with format command `%m`, the valid range is from `01` to `12`, it should not allow passing `00` and assign `-1` into m.
2016-06-27 06:53:55 +08:00
Wei-Ming Yang
d1a0b6dd94
fix a bug in time_get<>::get_day_year_num()
...
`boost::chrono::detail::time_get<>::get()` with format command `%j` is ranged from 000 to 365, but the definition in `std::strftime()` is from 001 to 366
2016-06-27 06:26:03 +08:00
Wei-Ming Yang
cf8bc94ec7
fix a bug in ios_state_ptr<>::release()
...
It returns the deleted pointer.
2016-06-21 01:44:41 +08:00
Wei-Ming Yang
0c51bf4014
remove a redundant character
...
`boost::chrono::clock_string<boost::chrono::process_system_cpu_clock, char>::name()` returns `"process_systtem_clock"` that have a redundant character 't'.
2016-06-20 04:07:28 +08:00
Wei-Ming Yang
f056190f2f
fix bugs in relational operators of process_times
...
`operator==` and `operator<` can't compare difference duration types very well.
2016-06-20 02:50:33 +08:00
Wei-Ming Yang
44264cac19
fix a mistake in process_times<Rep>::read()
...
In L202, the input stream will be used to retrieve values, but it does not ignore first character '{'
2016-06-19 17:29:28 +08: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
Vicente J. Botet Escriba
30e3a2b9d9
Merge pull request #12 from sukhodolin/remove-exec-attr
...
Remove the execution bit from source code files
2016-02-05 08:27:24 +01:00
Eugene Sukhodolin
8fd848304b
Remove executable file attribute from source code files
2016-02-04 22:39:33 -08:00
Vicente J. Botet Escriba
7d9c30d007
Merge pull request #11 from Lastique/update_winapi_headers
...
Update includes from Boost.WinAPI to avoid using deprecated headers
2016-01-31 23:29:19 +01:00
Andrey Semashev
09502b1bd5
Updated included headers from Boost.WinAPI to avoid using deprecated headers.
2016-01-31 22:06:31 +03:00
Vicente J. Botet Escriba
621b6faaf1
Merge branch 'develop'
2015-10-20 14:38:06 +02:00
Vicente J. Botet Escriba
49d9ee8b0f
merge PR.
2015-10-20 14:37:07 +02:00
Vicente J. Botet Escriba
2971d147c7
fix no-variadic-macros.
2015-10-20 14:34:59 +02:00
Vicente J. Botet Escriba
0791ec181d
Merge pull request #10 from igaztanaga/patch-2
...
fix incorrect pach of pull#9
2015-10-18 20:05:53 +02:00
Ion Gaztañaga
07fa84630a
fix incorrect pach of pull#9
...
"Fix chrono to support GCC 3.x #9 " contained a wrong patch. It deleted the clang line instead of the gcc one.
2015-10-18 19:40:28 +02:00
Vicente J. Botet Escriba
d6b816a213
Merge pull request #9 from igaztanaga/patch-1
...
Fix chrono to support GCC 3.x
2015-10-18 14:50:56 +02:00
Ion Gaztañaga
ab7e0a7674
Fix chrono to support GCC 3.x
...
According to the latest compiler deprecation GCC 3.3 is still (in theory) supported. I'm trying to put a regression runner with mingw-3.4 and it seems that "-Wno-variadic-macros" was introduced with GCC 4.0 and compilation fails because of this. With this patch the library compiles fine.
2015-10-14 22:00:54 +02:00
Vicente J. Botet Escriba
c18077c111
Merge branch 'develop' of github.com:boostorg/chrono into develop
2015-09-11 19:28:40 +02:00
Vicente J. Botet Escriba
14df787a9b
add get_epoch_custom customization point.
2015-09-11 19:27:12 +02:00
Vicente J. Botet Escriba
c15be78b7c
Merge pull request #8 from mclow/develop
...
Remove mentions of deprecated macros in documentation
2015-09-11 02:03:56 +02:00
Marshall Clow
a9c9ece12f
Remove mentions of deprecated macros in documentation
2015-09-10 16:16:58 -07:00
Vicente J. Botet Escriba
29f0410145
Merge branch 'master' into develop
2015-09-10 19:56:33 +02:00
Vicente J. Botet Escriba
533851116f
add support for custom clocks #10631 .
2015-09-10 19:42:18 +02:00
Vicente J. Botet Escriba
0a5e5af265
Merge branch 'develop'
2015-09-04 00:27:52 +02:00
Vicente J. Botet Escriba
9929572fe3
Fix filename ios_base_state.
2015-09-04 00:27:03 +02:00