Jeff Garland
d8c7a59ed9
pull request to make date-time all inline ( #135 )
...
* remove legacy to_simple_string and prefer streaming in test code
* driveby fix to clean up self-assign compiler warnings in test code
* driveby fix to clean up unused variable compiler warnings in test code
* another update for issue #123 (constexpr) to allow time_duration constexpr to work
* final updates to make date_time free of library - issue #134
2020-03-15 04:27:39 -07:00
James E. King III
3f092da750
trac-13159, trac-12630: fix maximum year to 9999
2018-01-24 09:44:04 -05:00
James E. King III
f35bbbe906
trac-3606: fix remaining msvc /W4 complaints (msvc-10.0 and up)
2018-01-17 09:22:22 -05:00
Andrey Semashev
d972d0cd69
Expand range of values in years overflow test to ensure the whole documented range is allowed.
2017-08-08 19:32:08 +03:00
Andrey Semashev
6af6215e9e
Fixed integer overflow when subtracting many years to a gregorian date.
...
Also added a testcase to detect the overflow.
2017-08-08 17:42:51 +03:00
Andrey Semashev
729af79cc5
Fixed integer overflow when adding many years to a gregorian date.
...
Also added a testcase to detect the overflow.
2017-08-08 17:23:46 +03:00
Andrey Semashev
4a238482e8
testfrmwk.hpp moved to the tests directory. It was not a part of the library public interface and should not be seen by users.
...
[SVN r49932]
2008-11-25 20:36:52 +00:00
Daniel James
9b5d99078e
Fix broken copyright urls. Fixes #1573 .
...
[SVN r43422]
2008-02-27 18:51:14 +00:00
Jeff Garland
e8ba437845
Add tests to fix negative durations wrapping problem (wrapping int fix)
...
[SVN r30822]
2005-09-05 22:07:05 +00:00
Jeff Garland
b9f4a17d6b
add tests for experimental duration types
...
[SVN r23274]
2004-06-30 00:38:12 +00:00