181eb0e6fcboost::assertion_failed trapped assertions, and subsequent bad casts were executed anyway. Now it throws exceptions for assert-like behavior.
Mike Maximoff
2016-12-16 10:46:37 +0300
46694fb293Update CI script version
Antony Polukhin
2016-12-04 02:38:30 +0300
4d814efd3fUpdate CI scripts, add appveyor CI
Antony Polukhin
2016-12-04 02:35:42 +0300
1e65265b8fMinor fixes in tests
Antony Polukhin
2014-02-11 12:13:17 +0400
90b4286753Because of the errors in MSVC with fowarding and static_casting arrays it was decided to drop minor optimization and do not perfect forward source types in try_lexical_convert
Antony Polukhin
2014-02-06 11:22:40 +0400
5a757dceceDocs updated and minor fixes for MSVC2013
Antony Polukhin
2014-02-04 13:13:33 +0400
36bc5aea44Attempt to fix access violation during forwarding of arrays on MSVC
Antony Polukhin
2014-02-03 16:22:27 +0400
e3dec04dd5Applied improvements from [boost] [conversion] try_lexical_cast discussion: function is called try_lexical_convert and now uses perfect forwardings when possible.
Antony Polukhin
2013-12-16 18:47:41 +0400
b40bc02f94try_lexical_cast is now implemented in optimal way
Antony Polukhin
2013-12-13 13:52:18 +0400
07082420b3Sketch implementaion of try_lexical_cast
Antony Polukhin
2013-12-12 18:41:51 +0400
57e4e87e3bPut tests to test folder, remove unrequired files, fix permissions
Antony Polukhin
2013-12-04 20:11:33 +0400
e913b7cb1cFix some of the implicit conversion warnings (refs #8991)
Antony Polukhin
2013-11-18 11:06:06 +0000
c0c02e560eAttempt to catch libc++ bug with a modified tests
Antony Polukhin
2013-11-18 08:17:33 +0000
bbd746d2acSlightly modify one of the lexical_cast tests to see what is produced by the to_str method with libc++.
Antony Polukhin
2013-11-16 16:25:26 +0000
bf75439403Merged a big bunch of internal code changes from trunk for lexical_cast: dropped support of antique compilers, code changed to produce a smaller binaries and simplify compiler's work, simplified and shortened the code, common with other libraries code moved to 'detail/basic_pointerbuf.hpp' (fixes#9046, fixes#9070, fixes#9271)
Antony Polukhin
2013-11-12 17:15:12 +0000
39d1abe754Suppress some of the Level 4 MSVC warnings in the basic_pointerbuf.hpp (refs #9271)
Antony Polukhin
2013-10-21 06:46:01 +0000
524232ebabSupressing MSVC2013 warnings and ensuring that lexical cast io classes are not copied (refs #9271)
Antony Polukhin
2013-10-20 17:57:15 +0000
472ebeff30Simplify multi-component ifdefs containing BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
Stephen Kelly
2013-10-11 23:20:59 +0000
13f14db751lexical_cast: Remove obsolete GCC version check.
Stephen Kelly
2013-10-01 08:47:00 +0000
8a49514506cast: Remove obsolete MSVC version check.
Stephen Kelly
2013-09-30 00:18:40 +0000
c8bd860de6Remove obsolete MSVC check from pragma guard
Stephen Kelly
2013-09-26 13:02:51 +0000
a98a74d3ddMerge lexical_casts documentation and tests to release branch (refs #9046)
Antony Polukhin
2013-09-25 13:27:07 +0000
f2e0225b1bFix generic_stringize example compilation on Darvin (refs #9046)
Antony Polukhin
2013-09-24 14:21:53 +0000
701963d3c4lexical_cast.hpp improvements: fix bug with floats conversions and improve docs (refs #9046)
Antony Polukhin
2013-09-23 11:59:06 +0000
ce7a54af7fMinor update of lexical cast before fixing mingw issues (refs #9046)
Antony Polukhin
2013-09-22 16:06:45 +0000
c2c4b884feMake a separate folder for lexical_casts examples, use those examples in documenation and assure that they successfully build and run (refs #9046)
Antony Polukhin
2013-09-22 12:23:26 +0000
6f656adea3Do not treat long long warnings as errors in lexical_cast + containers tests (fixes#9061)
Antony Polukhin
2013-09-15 19:33:17 +0000