Antony Polukhin
c07cbcee5c
Performance optimizations and testsfor conversions to/from boost::container::basic_string
...
[SVN r74940]
2011-10-13 18:36:39 +00:00
Antony Polukhin
d2ae7fdbd7
char16_t and char32_t conversions now work on gcc for C locale
...
Optimizations for C locale
Performance section of documentation updated
[SVN r74432]
2011-09-17 09:09:27 +00:00
Antony Polukhin
2acef7aa44
Basic support for char16_t and char32_t
...
[SVN r74243]
2011-09-05 19:00:29 +00:00
Antony Polukhin
2f5d0c847b
Fixes #5783
...
Fixes ambiguities with operators >> and <<. Adds tests for such cases.
[SVN r73818]
2011-08-16 17:09:25 +00:00
Antony Polukhin
eb66b40e67
FIxes #5631
...
Workaround for nvcc bug
[SVN r73707]
2011-08-12 17:35:56 +00:00
Antony Polukhin
9955dcce51
Fixes #5732 .
...
* suppress compilation warnings, if the compiler requires a return, even when it can never be reached
[SVN r73640]
2011-08-10 18:58:06 +00:00
Antony Polukhin
e8108e5066
Fixes #5732 .
...
* some fixes for WinCE
* updated explicit failures markup
[SVN r73601]
2011-08-07 17:38:33 +00:00
Antony Polukhin
a9778ad460
Fixes #5732 .
...
* at least compiles on pgi
[SVN r73446]
2011-07-30 16:47:30 +00:00
Antony Polukhin
aba423d425
Fixes #5732 .
...
* one more try to fix compilation errors on pgi compiler
[SVN r73435]
2011-07-29 19:33:18 +00:00
Antony Polukhin
30e4efd062
Fixes #5732 .
...
* one more try to fix compilation errors on pgi compiler
[SVN r73401]
2011-07-27 15:56:49 +00:00
Antony Polukhin
19f316f768
Fixes #5732 .
...
* fixes compilation errors pgi compiler
* fixes some bugs for MinGW compiler
[SVN r73384]
2011-07-26 18:51:39 +00:00
Antony Polukhin
9ac4e2bef1
Fixes #5732 .
...
* fixes compilation errors for nonconst char arrays
[SVN r73357]
2011-07-25 15:13:36 +00:00
Antony Polukhin
2b76f558c1
#5732 . Adds workaround for MinGW bugs
...
[SVN r73347]
2011-07-25 05:02:07 +00:00
Antony Polukhin
0ee6400d5e
Fixes #5732 .
...
* fixes some warnings and bugs for VC
[SVN r73328]
2011-07-24 10:56:54 +00:00
Antony Polukhin
fd264b0583
Fixes #5732 .
...
* fixes performance regression, that was added by previous commit
* fixes float types preformance regression for old compilers
[SVN r73323]
2011-07-24 09:42:06 +00:00
Antony Polukhin
8a756eae7b
Fixes #5732 .
...
* reduces templates count
* leaves only one lexical converting class (at least for modern compilers)
* fixes small TODOs and XXXs from source code
* makes lexical_stream_limited_src more readable
* updates status/explicit-failures-markup.xml
* makes lexical_cast_inf_nan_test.cpp pass on Itanium pltform
* makes lexical_cast able to convert signed and unsigned chars to wchar_t
and updates lexical_cast_wchars_test
[SVN r73313]
2011-07-23 15:55:54 +00:00
Antony Polukhin
c6c501c769
Fixes #5689 . Added code to work -NaN on any platform. Removed some warnings
...
[SVN r73155]
2011-07-16 21:02:32 +00:00
Antony Polukhin
de3df54f80
Fixes #5689 . Added code to work with Inf and NaN on any platform
...
[SVN r73118]
2011-07-15 11:20:11 +00:00
Antony Polukhin
27a7fac22e
Updates #5660 .
...
Removed duplicate tests.
Unified behaviour for float conversions on different compillers
[SVN r72972]
2011-07-08 17:23:31 +00:00
Antony Polukhin
0e2235dc75
Fixes #5675 . Adds tests on #5675 .
...
Updates #5660 . Updates performance section of documentation
[SVN r72954]
2011-07-07 11:31:25 +00:00
Antony Polukhin
6a8c22d5c3
Partial fix for #5660 . Better performance and less memory usage for conversions to float type (and to double type, if sizeof(double) < sizeof(long double)). New test suits. Documentation update.
...
[SVN r72925]
2011-07-06 15:43:04 +00:00
Antony Polukhin
cd0167d6b8
Fixes #5585 and adds test on it
...
[SVN r72315]
2011-05-31 20:46:37 +00:00
Antony Polukhin
b0b1ce9453
Fixes #5576 , adds performance section to the lexical_cast documentation, fixes misprint in tests/
...
[SVN r72224]
2011-05-27 18:19:38 +00:00
Antony Polukhin
98d24e04f4
Fixes #5564 . Adds tests on #5564 and more tests on #5557
...
[SVN r72203]
2011-05-27 04:22:18 +00:00
Antony Polukhin
920e36f6ba
Fixes #5557 . Adds tests on #5557
...
[SVN r72071]
2011-05-22 11:35:00 +00:00
Antony Polukhin
dc9b364d6f
Fixes #5417 . Much better performance on casts to integral types.
...
Adds more tests for overflow detection.
Workaround for bugs of vc8 (lexical_cast_vc8_bug_test.cpp now passes)
Fixes some inspection errors.
[SVN r72056]
2011-05-20 17:11:53 +00:00
Antony Polukhin
95360b5df6
Fixes #5417 . Fixes #4397
...
More tests (for conversions to float types, for conversions of negative values to unsigned integers)
[SVN r71958]
2011-05-15 15:31:01 +00:00
Alexander Nasonov
c28efea0b3
Fix an access to grouping[grouping.size()].
...
AFAIK, this is valid for const strings but STLport (when _STLP_DEBUG
is defined) doesn't like it.
The problem reported by Bogdan Dragu.
[SVN r65279]
2010-09-05 00:02:25 +00:00
Steven Watanabe
00b609b498
Supress MSVC /Wp64 warnings. Fixes #4184
...
[SVN r62806]
2010-06-11 16:12:39 +00:00
Alexander Nasonov
2cfa78ab40
Apply the patch from #4119 . Fixes #4119 .
...
[SVN r62529]
2010-06-07 22:58:42 +00:00
Alexander Nasonov
5c1dc5388c
Use BOOST_LCAST_THROW_BAD_CAST consistently.
...
[SVN r59664]
2010-02-13 01:24:34 +00:00
Alexander Nasonov
c22d671409
Fix #1847 (Can't compile without <locale> header, boost::lexical_cast problem).
...
[SVN r56160]
2009-09-12 22:22:28 +00:00
Alexander Nasonov
8582e25571
Fix #1791 (fix warning on MSVC warning level 4) and undo r34801 (some "rewording" to avoid spurious level 4 warnings with VC7.1 and VC8).
...
[SVN r56158]
2009-09-12 21:47:27 +00:00
Gennadiy Rozental
fa4a95c1dd
avoid C style casts
...
[SVN r53668]
2009-06-06 09:38:47 +00:00
Alexander Nasonov
5fa1edeee0
Fixes #1220 : lexical_cast requires RTTI
...
[SVN r50123]
2008-12-04 22:59:27 +00:00
Alexander Nasonov
6c5fd3e86d
Fix #2184 (Macro without BOOST_ prefix)
...
[SVN r49262]
2008-10-10 23:16:10 +00:00
Alexander Nasonov
2296357eaf
Fix #2299 (Patch to fix warnings in lexical_cast)
...
[SVN r49261]
2008-10-10 22:56:08 +00:00
Nicola Musatti
33981b9400
Patch from Ticket #2370
...
[SVN r49154]
2008-10-06 20:22:10 +00:00
Peter Dimov
0d258ff7b1
Largely pointless Borland 5.5.1 changes. :-)
...
[SVN r45627]
2008-05-21 21:13:22 +00:00
Alexander Nasonov
ae5cbbbec8
Fixes #1847 Can't compile without <locale> header, boost::lexical_cast problem
...
[SVN r45201]
2008-05-07 19:43:55 +00:00
Alexander Nasonov
e1dbc6ef04
Use make_unsigned and get rid of gcc warnings when -DBOOST_LEXICAL_CAST_ASSUME_C_LOCALE
...
[SVN r44474]
2008-04-16 21:13:25 +00:00
Beman Dawes
408cbf0dcb
Correct misspelling of library name
...
[SVN r42069]
2007-12-15 14:26:16 +00:00
Alexander Nasonov
69cf3b2766
Remove redundant BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION.
...
[SVN r41406]
2007-11-26 21:29:04 +00:00
Joaquín M López Muñoz
ec8665d114
added missing traits template arg to a lexical_stream instantiation
...
[SVN r41394]
2007-11-26 11:52:03 +00:00
Alexander Nasonov
05036d3ae1
Support for string with non-default char_traits and allocator.
...
[SVN r41387]
2007-11-25 23:08:50 +00:00
Alexander Nasonov
159b045ad7
Pass unsigned type to lcast_put_unsigned.
...
[SVN r41385]
2007-11-25 22:28:16 +00:00
Alexander Nasonov
2cc7aedd28
minor changes
...
[SVN r41331]
2007-11-24 15:22:52 +00:00
Beman Dawes
726f188aa4
// Add or correct comment identifying Boost library this header is associated with.
...
[SVN r41173]
2007-11-17 20:13:16 +00:00
Alexander Nasonov
e70cf014ad
#839 fixed: local variable shadow patch
...
[SVN r40816]
2007-11-05 22:22:48 +00:00
Joaquín M López Muñoz
0d6a924f94
applied workaround for MSVC++ 6.5/7.0 problem with static constants inside templates, see http://lists.boost.org/Archives/boost/2007/10/128392.php
...
[SVN r40146]
2007-10-18 06:57:25 +00:00