Antony Polukhin
|
87ce721928
|
More tests and comments for fs::path conversions (refs #25)
|
2019-06-23 13:12:00 +03:00 |
|
Antony Polukhin
|
45eef91428
|
Tests for filesystem::path (refs #25)
|
2019-06-23 12:48:19 +03:00 |
|
Antony Polukhin
|
3786d41da0
|
Use lightweight testing in no_exception test
|
2019-06-22 11:30:18 +03:00 |
|
Antony Polukhin
|
8ce82bd55d
|
Fix build
|
2019-06-21 23:46:36 +03:00 |
|
Antony Polukhin
|
55ddce9200
|
Fix the no_exceptions test (refs #28)
|
2019-06-21 23:22:10 +03:00 |
|
Antony Polukhin
|
8f5bcd0f5e
|
Update copyright years
|
2019-01-30 23:26:35 +03:00 |
|
Antony Polukhin
|
251a3972b0
|
fix b2 warnings
|
2018-09-22 22:15:04 +03:00 |
|
Antony Polukhin
|
4b423ae2c6
|
Fixed formatting in README and updated the AppveyorCI script
|
2017-05-20 12:34:20 +03:00 |
|
Antony Polukhin
|
5787c093cc
|
Disable MinGW runs in CI
|
2017-02-24 08:17:32 +03:00 |
|
Antony Polukhin
|
bc77307ea0
|
Run MinGW tests too (thanks to Pavel Filinov for showing that appveyor apability)
|
2017-02-23 21:24:04 +03:00 |
|
Antony Polukhin
|
ac4ab33e2f
|
Remove unsupported on GCC warning suppression
|
2017-02-22 10:24:13 +03:00 |
|
Antony Polukhin
|
c2f055ee5d
|
Suppress more warnings and disable the -Wno-uninitialized suppression
|
2017-02-19 12:32:20 +03:00 |
|
Antony Polukhin
|
c759ce3141
|
Fix more MSVC warnings
|
2017-02-15 17:32:34 +03:00 |
|
Antony Polukhin
|
c8ce236302
|
Added a comment on warning suppression and slightly change one of the suppressions
|
2017-02-14 21:04:52 +03:00 |
|
Daniela Engert
|
804f6c24f0
|
Silence msvc compiler warnings about constant conditional expressions.
Signed-off-by: Daniela Engert <dani@ngrt.de>
(cherry picked from commit 9b7df2d7839240f9496aa6cc323de6bf7e688062)
|
2016-12-30 10:19:00 +01:00 |
|
Antony Polukhin
|
0113689598
|
Disable char16_t and char32_t tests for MSVC
|
2016-11-18 23:49:33 +03:00 |
|
Antony Polukhin
|
eefee8513d
|
Update CI scripts and tests
|
2016-11-18 22:11:41 +03:00 |
|
Antony Polukhin
|
0f2ce4ba7e
|
Juan Alday's fix for track Ticket #11669: lexical_cast crashes on certain conditions for floating point types
|
2015-09-25 20:29:05 +03:00 |
|
Antony Polukhin
|
73e23b9dfc
|
Fix invalid definition of my_allocator (refs https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64913)
|
2015-03-02 14:26:23 +03:00 |
|
Alex Henrie
|
0ddd80e8bf
|
Correct spelling of "suppress"
|
2015-01-30 15:29:15 -07:00 |
|
Antony Polukhin
|
c4fcfc33af
|
Remove naive float converter and use std::streams instead. This resolves issues noted at track: #5660, #6975, #10639
|
2014-10-14 16:05:31 +04:00 |
|
Antony Polukhin
|
cde03e0a1d
|
Refactoring of lexical_cast: splitting into multiple headers #1
|
2014-08-11 19:13:55 +04:00 |
|
Harris Munir
|
699d31ce71
|
Replace numeric_limits epsilon function with boost::math epsilon function
|
2014-07-03 09:26:00 -05:00 |
|
Antony Polukhin
|
d77165c1bd
|
Removed the polymorphic casts and implicit_cast
|
2014-06-09 12:44:31 +04:00 |
|
Antony Polukhin
|
d1a51b897d
|
Fix conversions to bool with leading zeros (refs #9659)
|
2014-03-05 14:48:21 +04:00 |
|
Antony Polukhin
|
1e65265b8f
|
Minor fixes in tests
|
2014-02-11 12:13:17 +04:00 |
|
Antony Polukhin
|
1707131ac3
|
Added some tests for try_lexical_convert and fixed some issues.
|
2014-01-01 21:47:09 +04:00 |
|
Antony Polukhin
|
b40bc02f94
|
try_lexical_cast is now implemented in optimal way
|
2013-12-13 13:52:18 +04:00 |
|
Antony Polukhin
|
57e4e87e3b
|
Put tests to test folder, remove unrequired files, fix permissions
|
2013-12-09 11:27:27 +04:00 |
|
Antony Polukhin
|
c0c02e560e
|
Attempt to catch libc++ bug with a modified tests
[SVN r86747]
|
2013-11-18 08:17:33 +00:00 |
|
Antony Polukhin
|
bbd746d2ac
|
Slightly modify one of the lexical_cast tests to see what is produced by the to_str method with libc++.
[SVN r86721]
|
2013-11-16 16:25:26 +00:00 |
|
Antony Polukhin
|
c2c4b884fe
|
Make a separate folder for lexical_casts examples, use those examples in documenation and assure that they successfully build and run (refs #9046)
[SVN r85828]
|
2013-09-22 12:23:26 +00:00 |
|
Antony Polukhin
|
6f656adea3
|
Do not treat long long warnings as errors in lexical_cast + containers tests (fixes #9061)
[SVN r85684]
|
2013-09-15 19:33:17 +00:00 |
|
Antony Polukhin
|
3ce36a2848
|
Get rid of some macro, improve type traits, fix svn properties, do not supress warnings (refs #9046)
[SVN r85475]
|
2013-08-26 11:18:42 +00:00 |
|
Antony Polukhin
|
d723c18fff
|
Update explicit failures markup and lexical_cast_float_types_test.cpp: do not run some checks when libc++ is used, but do expect other checks to pass well.
[SVN r85322]
|
2013-08-12 16:06:59 +00:00 |
|
Antony Polukhin
|
6bd8edfa02
|
Do not treat critcal errors as bad_lexical_cast exceptions, but if exceptions are on throw correct exception instead (refs #8966)
[SVN r85232]
|
2013-08-07 11:08:01 +00:00 |
|
Antony Polukhin
|
5f44bdcae8
|
Fix warnings in lexical_cast found by Boost Inspection program (copyrights restored according to svn history, license text replaced with license name and link to it)
[SVN r85149]
|
2013-07-24 08:46:08 +00:00 |
|
Antony Polukhin
|
a65fcf571f
|
Get rid of BOOST_LCAST_HAS_INT128 macro and use BOOST_HAS_INT128 instead (refs #8790)
[SVN r85073]
|
2013-07-18 09:13:41 +00:00 |
|
Antony Polukhin
|
13d98f02d0
|
Fixed testing of 128bit integer types and added staic assert that cheks for std::numeric_limits specializations, if they are required for conversion (refs #8790)
[SVN r85072]
|
2013-07-18 08:45:09 +00:00 |
|
Antony Polukhin
|
91aa2ce64d
|
Report more warnings while testing boost::lexical_cast. Some warnings suppressed
[SVN r85007]
|
2013-07-12 11:33:15 +00:00 |
|
Antony Polukhin
|
f7bd5e24c2
|
Fix macro for int128 detection (refs #8790)
[SVN r84965]
|
2013-07-07 09:51:58 +00:00 |
|
Antony Polukhin
|
93a01eba32
|
Comment out two lexical_cast tests, not actual for C++11
[SVN r83894]
|
2013-04-14 07:53:45 +00:00 |
|
Antony Polukhin
|
12fd711cc8
|
Disable UTF16 and UTF32 tests for libc++ (refs #8369)
[SVN r83717]
|
2013-04-02 19:56:49 +00:00 |
|
Antony Polukhin
|
1a0ffcadbf
|
Add tests for filesystem::path conversion (refs #7704)
[SVN r83644]
|
2013-03-30 07:41:23 +00:00 |
|
Antony Polukhin
|
633b852b81
|
Update code that uses string buffers (refs #8267).
Treat cast to pointer as compile time error (refs #8334).
Update documentation
[SVN r83601]
|
2013-03-27 17:00:46 +00:00 |
|
Antony Polukhin
|
694f7b5033
|
Do not use long double type in lexical_cast for internal variables if Boost.Math has no functions for long double (refs #8162)
Do not test lexical_cast on long doubles, if Boost.Math does not support long double
[SVN r83129]
|
2013-02-24 13:34:57 +00:00 |
|
Antony Polukhin
|
5c8c897d30
|
Fixed as many -Wconversion warnings in lexical cast and tests as possible (refs #2558)
[SVN r82695]
|
2013-02-03 09:20:28 +00:00 |
|
Antony Polukhin
|
3e4a1669f1
|
More tests (refs #7814)
[SVN r82694]
|
2013-02-03 07:38:56 +00:00 |
|
Antony Polukhin
|
47bef9517f
|
Attempt to add support for lexical conversions of int128 types (refs #7909)
[SVN r82560]
|
2013-01-20 12:13:31 +00:00 |
|
Antony Polukhin
|
63b680c082
|
More strict tests, less workarounds, bugfixes (refs #7814)
[SVN r82227]
|
2012-12-27 20:17:09 +00:00 |
|