Antony Polukhin
e81d4dfdbb
Fix typo in documentation ( fixes #7129 )
...
[SVN r79479]
2012-07-13 19:20:05 +00:00
Antony Polukhin
675d0bb451
Merge from trunk (now lexical_cast has optimized conversions to and from array<>, fixes #7065 )
...
[SVN r79364]
2012-07-08 18:06:32 +00:00
Antony Polukhin
fe79553bf8
Fix tab in documentation (refs #7065 )
...
[SVN r79363]
2012-07-08 17:59:50 +00:00
Antony Polukhin
093e298c9d
Updated documentaion and performance test (now we have info about conversion speed to and from array<>, refs #7065 )
...
[SVN r79297]
2012-07-05 19:27:35 +00:00
Antony Polukhin
d2361fe05a
Updated documentaion, fixed bug and refactored tests (refs #7065 )
...
[SVN r79266]
2012-07-04 18:50:56 +00:00
Antony Polukhin
b037563bf9
Documentation update: documented optimizations for boost and std arrays (refs #7065 )
...
[SVN r79249]
2012-07-03 17:32:29 +00:00
Antony Polukhin
88244b57d4
Split lexical_cast_test.cpp into two tests and reduce iterations count for integral types tests (now we must not exceed tests timeouts)
...
[SVN r79246]
2012-07-03 17:10:02 +00:00
Antony Polukhin
e3cd0ca7fa
Optimizations for boost and std array (refs #7065 )
...
[SVN r79230]
2012-07-02 18:30:21 +00:00
Antony Polukhin
79d6468aeb
Merge lexical_cast from trunk :
...
* force SunCC compiler to use fallback version of lexical_cast (with fallbak version SunCC can pass at least some tests)
* removed trailing whitespaces
[SVN r78565]
2012-05-24 04:22:04 +00:00
Antony Polukhin
c6318e3819
Do not force PGI compiler to use fallback version of lexical_cast (PGI fails tests even in fallback version)
...
Trialing whitespaces removed
[SVN r78521]
2012-05-20 16:25:21 +00:00
Antony Polukhin
e691b15b77
Force PGI and SunCC compillers to use fallback version of lexical_cast
...
[SVN r78485]
2012-05-15 18:51:35 +00:00
Antony Polukhin
ca9c8d30bd
Merge from trunk:
...
* Fixes ISO C++ does not support the ‘%lg’ gnu_printf format (refs #6852 )
* explicit-failures-markup merge from trunk
* supress warnings in implicit_cast.cpp test
[SVN r78450]
2012-05-13 08:15:51 +00:00
Antony Polukhin
bb46dbc46c
Fixes #6852 for wide characters (ISO C++ does not support the ‘%lg’ gnu_printf format fixed)
...
[SVN r78408]
2012-05-10 17:39:46 +00:00
Antony Polukhin
d30dd9e3c8
Fixes #6852 (ISO C++ does not support the ‘%lg’ gnu_printf format fixed)
...
[SVN r78308]
2012-05-02 19:00:37 +00:00
Antony Polukhin
b1b5305984
Merge from trunk:
...
* fixed #6812 (now converting "." to float type throws bad_lexical_cast)
[SVN r78211]
2012-04-26 17:59:17 +00:00
Antony Polukhin
15ab0d6385
Fixes #6812 (now converting "." to float type throws bad_lexical_cast)
...
[SVN r78111]
2012-04-21 11:08:03 +00:00
Antony Polukhin
eb4ad73caf
Merge lexical_cast library from trunk:
...
* multiple optimizations and bugfixes for boost::iterator_range (refs #6786 , refs #6430 , refs #6663 )
* documentation update
* new Unicode characters support updated
* much more tests, removed incorrect tests
[SVN r78059]
2012-04-18 04:09:49 +00:00
Antony Polukhin
d963842d70
Typo fix in documentation. New line added to the end of lexical_cast.hpp file
...
[SVN r78051]
2012-04-17 18:00:30 +00:00
Antony Polukhin
9ff79f4df9
Update documentation ( more info about stream character type detection + warn about new unicode types support; refs #6786 , refs #6663 )
...
[SVN r78044]
2012-04-17 16:27:50 +00:00
Antony Polukhin
746d466e38
Comment out bad advise in documentation ( refs #6786 , refs #6663 )
...
[SVN r78015]
2012-04-16 17:13:11 +00:00
Antony Polukhin
674e71fb7d
Fix compile time error in lexical_cast, when new unicode characters are being converted (Refs #6504 )
...
[SVN r77936]
2012-04-12 17:15:22 +00:00
Antony Polukhin
35d592fc21
Fix iterator_range test for compilers with new unicode characters but without new unicode locales support
...
[SVN r77921]
2012-04-11 18:34:10 +00:00
Antony Polukhin
7881eb5666
Remove incorrect test
...
[SVN r77854]
2012-04-09 18:07:51 +00:00
Antony Polukhin
8562b480f8
* fixes #6504 (characters widening fixed)
...
* much more tests
* better support for unicode characters and template classes that are instantinated with unicode character types
* meta code refactored (it is now shorter and clearer)
[SVN r77824]
2012-04-07 19:44:07 +00:00
Antony Polukhin
6ff6958204
Removed incorrect test
...
[SVN r77807]
2012-04-07 08:05:16 +00:00
Antony Polukhin
1e58331baf
Merge lexical_cast from trunk:
...
* fixed #6717 (now lexical_cast won`t try to support non confirming swprintf)
* fixed #6670 (now using BOOST_NO_UNICODE_LITERALS macro to detect unicode literals support)
* rewritten Jamfile
[SVN r77804]
2012-04-07 07:52:23 +00:00
Antony Polukhin
2af8c47558
Fix inspection warning (tab removed)
...
[SVN r77773]
2012-04-05 03:59:02 +00:00
Antony Polukhin
deef894ae2
Lexical_cast test's Jamfile has been rewritten (boost license is now explicitly defined, disabled build of typedefed_wchar_runtime for unsupported targets, nicer and more compact jamfile instructions)
...
[SVN r77772]
2012-04-05 03:53:58 +00:00
Antony Polukhin
4a617adce1
More workarounds for fixed #6670 (disable more char16_t and char32_t tests for some compilers)
...
[SVN r77745]
2012-04-03 18:00:30 +00:00
Antony Polukhin
969a913153
More workarounds for fixed #6670 (disable basic char16_t and char32_t tests for some compilers, disable optimizations for them)
...
[SVN r77721]
2012-04-02 16:58:32 +00:00
Antony Polukhin
41a673db61
Fixes #6717 (now also setting precision for float types conversion when using iostreams)
...
[SVN r77716]
2012-04-02 15:33:46 +00:00
Antony Polukhin
acb746274f
Fixes #6670 (now using BOOST_NO_UNICODE_LITERALS macro)
...
[SVN r77691]
2012-04-01 19:08:46 +00:00
Antony Polukhin
dfb518997f
Fixes #6717 (now lexical_cast won`t try to support non confirming swprintf)
...
[SVN r77639]
2012-03-30 03:55:26 +00:00
Antony Polukhin
93ee01ab69
Merge from trunk r77627 (merged lexical_cast optimizations for iterator_range<>, fixed performance regression, docs updated)
...
[SVN r77628]
2012-03-29 16:48:31 +00:00
Antony Polukhin
4265f454e1
Small documentation updates for #6663
...
[SVN r77537]
2012-03-25 05:31:43 +00:00
Antony Polukhin
76b9f29c12
Fixes #6663 (much more optimizations for iterator_range, updated documentation and performance test results)
...
[SVN r77517]
2012-03-24 19:35:19 +00:00
Antony Polukhin
a065884c59
Merge from trunk
...
* Much more tests
* Now numeric_cast (and lexical_cast) can be compiled with disabled exceptions
* Supress warning described in #6645 (implicit conversion shortens 64-bit value into a 32-bit value)
* Fixed compilation of lexical_cast with BOOST_NO_STD_LOCALE defined
* Documentation updates
* Case insensitive "NaN" and "Inf" parsing
* Performance tests commit
[SVN r77288]
2012-03-10 07:31:36 +00:00
Antony Polukhin
676bde6e1f
More strict tests for disabled exceptions (for fixed #5800 )
...
[SVN r77236]
2012-03-05 18:44:31 +00:00
Antony Polukhin
7e7f494dd1
Attempt to supress warning described in #6645 (implicit conversion shortens 64-bit value into a 32-bit value)
...
[SVN r77221]
2012-03-04 17:59:03 +00:00
Antony Polukhin
83639bd9ae
Fixes #6571 (documentation update, added 'why lexical_cast does not understand "-1.#IND"' question and answer to it)
...
[SVN r77118]
2012-02-26 09:19:55 +00:00
Antony Polukhin
0dded6d3a7
Update for fixed #6441 (unable to compile lexical_cast with BOOST_NO_STD_LOCALE defined)
...
Now test must compile under VC, removed some warnings.
[SVN r77117]
2012-02-25 17:32:26 +00:00
Antony Polukhin
25d880f5eb
Updates #5800 (partially fix lexical cast compilation with disabled exceptions)
...
[SVN r77116]
2012-02-25 16:58:46 +00:00
Antony Polukhin
b71fb9aada
Fixes #6441 (compilation error with BOOST_NO_STD_LOCALE defined)
...
[SVN r77077]
2012-02-20 16:20:09 +00:00
Antony Polukhin
d9baa71302
Updated INF/NAN support for char16_t and char32_t
...
[SVN r77058]
2012-02-17 18:51:05 +00:00
Antony Polukhin
80e858b182
More tests for fixed #5689 (issue mentiond in 5th comment)
...
[SVN r77040]
2012-02-16 17:57:52 +00:00
Antony Polukhin
646b958a92
FIx #5689 (issue from 5th comment)
...
[SVN r77039]
2012-02-16 17:56:27 +00:00
Antony Polukhin
04f441e989
Commited sources of performance testing program and Jamfile.v2 to build and run it
...
[SVN r76936]
2012-02-07 17:20:03 +00:00
Antony Polukhin
e51cf081b3
Merge from trunk ( fixed #6251 , fixed #6453 , disabled some optimizations for sunCC #6462 )
...
[SVN r76887]
2012-02-04 18:04:45 +00:00
Antony Polukhin
7a48fea517
Disabling some optimisations for sun cc
...
Bug described in #6462
[SVN r76824]
2012-02-01 17:08:10 +00:00
Antony Polukhin
c9863cd254
FIxes #6453 (compile error due to deduce_char_traits ambiguity)
...
[SVN r76818]
2012-02-01 04:25:21 +00:00