James E. King III
484c28d442
add a .gitignore file to ignore a file that a test creates
2017-12-22 16:22:58 -05:00
Edward Diener
78e7772ad5
Merge pull request #52 from jeking3/appveyor
...
Add Appveyor CI support
2017-12-22 08:28:36 -05:00
James E. King, III
b3b6ddd5ba
trac-13194: fix time input facet processing for %e
2017-12-22 08:02:24 -05:00
James E. King III
2f616517b5
Add Appveyor CI support
2017-12-20 19:48:02 -05:00
Peter Dimov
f6ab5fc0fd
Merge branch 'develop'
2017-12-18 18:36:49 +02:00
Peter Dimov
afa1a44f97
Install libstdc++ 4.9 for clang to avoid ::gets error
2017-11-13 22:56:29 +02:00
Peter Dimov
53da52ee05
Bracket archive use to fix xml serialization test failures
2017-11-13 21:44:04 +02:00
Peter Dimov
2434bc8f4d
Pass input files properly via the run rule
2017-11-13 21:20:41 +02:00
Peter Dimov
f983eef46b
Add .travis.yml
2017-11-13 20:38:26 +02:00
Edward Diener
dcab4d2bfa
Merge branch 'develop'
2017-11-10 10:06:44 -05:00
Edward Diener
3a5f651c30
Merge pull request #50 from Lastique/silence_msvc_warnings
...
Silence MSVC warnings about integer truncation
2017-11-05 02:04:11 -05:00
Edward Diener
26249ccbc0
Merge pull request #49 from Lastique/update_winapi
...
Update Boost.WinAPI usage to the new location and namespace
2017-11-04 20:41:16 -04:00
Andrey Semashev
405e66e7e7
Silence MSVC warnings about integer truncation.
...
Also for day/month/year types use the value_type typedef to accept and
return numeric values of the date component.
2017-10-25 00:14:17 +03:00
Andrey Semashev
5f2d1fad55
Updated Boost.WinAPI usage to the new location and namespace.
2017-10-24 21:45:07 +03:00
Edward Diener
805b89d987
Corrected warning by casting to the correct type.
2017-10-14 10:49:26 -04:00
Marshall Clow
d9b355d2c2
Remove the need for static_cast by using the correct type
2017-09-12 17:24:46 -07:00
Edward Diener
e86cc2c4d5
Merge pull request #46 from Lastique/silence_msvc_conversion_warnings
...
Silence MSVC warnings about possible integer truncation.
2017-09-05 18:06:53 -04:00
Edward Diener
efa45ac4ed
Merge branch 'develop'
2017-09-05 14:09:14 -04:00
Andrey Semashev
da6038df30
Silence MSVC warnings about possible integer truncation.
2017-09-05 21:06:06 +03:00
Edward Diener
313ad06704
Merge pull request #45 from Lastique/port_to_winapi
...
Port to Boost.WinAPI and cleanup warnings
2017-08-28 15:14:24 -04:00
Andrey Semashev
8e2a8fdcb2
Adjust indentation to match the surrounding code.
2017-08-28 20:17:40 +03:00
Andrey Semashev
266e6cc8e1
Silence MSVC warnings about unused exception variables in tests.
2017-08-28 20:06:24 +03:00
Andrey Semashev
b3a1f75376
Silence MSVC warning about possible integer truncation.
2017-08-28 20:05:46 +03:00
Andrey Semashev
e9ddfa6400
Silence MSVC-8 bogus warning about possible integer truncation.
2017-08-28 19:43:08 +03:00
Andrey Semashev
1e844a3143
Ported Windows-specific time functions to Boost.WinAPI.
2017-08-28 19:00:18 +03:00
Marshall Clow
e46fda1c9e
Merge PR 42/43/44 to master
2017-08-27 20:36:21 -07:00
Edward Diener
e67bf74ac6
Merge pull request #44 from Lastique/fix_warnings
...
Fix warnings in tests
2017-08-11 09:25:46 -04:00
Andrey Semashev
6b3452954e
Silenced clang warning about unused variable.
2017-08-11 16:10:00 +03:00
Andrey Semashev
587a677ebc
Limit the warning-related pragmas to MSVC, clang and gcc specifically.
2017-08-11 16:04:16 +03:00
Andrey Semashev
d3986cf902
Silence warnings about signed/unsigned mismatch in comparison operators.
2017-08-10 19:08:58 +03:00
Andrey Semashev
82f61328b2
Fixed "invalid character" warnings from clang.
...
The character was indeed not a valid UTF-8 character. Presumably, it is a
valid character in some national encoding, but Unicode is ubiquitous nowdays
and the compiler is not able to know the encoding anyway. Thus the commit
converts the character to a hex-escaped UTF-8 representation of character
U+00FC ('ü').
2017-08-10 19:01:45 +03:00
Marshall Clow
cbcb9923e7
Merge pull request #43 from Lastique/expand_years_overflow_test_range
...
Expand range of values in years overflow test
2017-08-08 09:34:34 -07: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
Marshall Clow
7cf4f75e74
Merge pull request #42 from Lastique/fix_years_overflow2
...
Fixed integer overflow when subtracting many years to a gregorian date.
2017-08-08 07:47:47 -07: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
Marshall Clow
2f1b24518e
Merge pull request #41 from Lastique/fix_years_overflow
...
Fixed integer overflow when adding many years to a gregorian date.
2017-08-08 07:30:03 -07: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
Edward Diener
24d297ba79
Merge branch 'master' of https://github.com/boostorg/date_time
2017-06-23 22:43:09 -04:00
Edward Diener
8cc821fa9b
Merge branch 'develop'
2017-06-23 22:42:41 -04:00
Marshall Clow
5459990493
Bug fixes for the 1.65.0 release
2017-06-14 18:37:57 -07:00
Edward Diener
786b9eb948
Merge pull request #38 from pgroke-dt/zOS-workaround
...
workaround for z/OS compiler (define BOOST_DATE_TIME_NO_LOCALE)
2017-05-06 20:00:17 -04:00
Paul Groke
5974bdcbb9
workaround for z/OS compiler (define BOOST_DATE_TIME_NO_LOCALE)
2017-05-05 18:11:02 +02:00
Edward Diener
4e31167489
Merge pull request #37 from DanielaE/fix/narrowing-warnings
...
fix narrowing warnings
2017-04-27 19:15:38 -04:00
Daniela Engert
b1dc2b306e
fix narrowing warnings
...
Signed-off-by: Daniela Engert <dani@ngrt.de>
2017-04-26 14:03:45 +02:00
Edward Diener
8c85874006
Merge branch 'develop'
2017-04-24 12:47:42 -04:00
Edward Diener
1388380be8
Merge pull request #35 from jeking3/boost-trac-4543
...
4543: fix ptime 2038 issue
2017-03-28 16:56:48 -04:00
Marshall Clow
8e299776fa
Merge pull request #36 from jurko-gospodnetic/fix-example-folder-path-in-docs
...
correct example folder path in docs from `examples/` to `example/`
2017-03-21 09:13:10 -07:00
Jurko Gospodnetić
f690b29348
correct example folder path in docs from examples/
to example/
2017-03-21 16:51:33 +01:00
James E. King, III
818dea52f3
4543: fix ptime 2038 issue
2017-02-21 16:37:53 -05:00
Edward Diener
9817537a2c
Merge branch 'develop'
2017-01-04 12:41:22 -05:00