Commit Graph

  • 1a0ffcadbf Add tests for filesystem::path conversion (refs #7704) Antony Polukhin 2013-03-30 07:41:23 +00:00
  • ab0727fdac Fix streams and buffers usage (refs #8267 and refs #7704). Now conversions the use STL streams shall work faster Antony Polukhin 2013-03-30 07:20:22 +00:00
  • 633b852b81 Update code that uses string buffers (refs #8267). Treat cast to pointer as compile time error (refs #8334). Update documentation Antony Polukhin 2013-03-27 17:00:46 +00:00
  • 9fc1a66d27 Reimplement STL string buffer unlocker (refs #8267 and refs #7704) Antony Polukhin 2013-03-24 15:26:45 +00:00
  • a4bd056b8e Merge from trunk: * Fixed incorrect usage of Boost.Math when it does not support long double (fixes #8162) * Fixed ambiguity of boost::lexical_cast functions (fixes #7421) Antony Polukhin 2013-03-24 14:37:56 +00:00
  • 61938bc8d3 Fix ambiguity while using lexical_cast with std::transform or other functions that may take a pointer to lexical_cast (refs #7421) Antony Polukhin 2013-03-16 09:24:08 +00:00
  • 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 Antony Polukhin 2013-02-24 13:34:57 +00:00
  • 335c868e9b Merge from trunk: * Silence some buggy VS warnings (fixes #7949) * Fix -Wconversion warnings (fixes #2558) * Added support for int128 conversions (fixes #7909) Antony Polukhin 2013-02-24 08:31:17 +00:00
  • a15dbed640 Silence some buggy VS warnings (refs #7949) Antony Polukhin 2013-02-10 13:59:45 +00:00
  • 2ad90f47db Release 1.53.0 boost-1.53.0 Marshall Clow 2013-02-04 18:11:49 +00:00
  • 5c8c897d30 Fixed as many -Wconversion warnings in lexical cast and tests as possible (refs #2558) Antony Polukhin 2013-02-03 09:20:28 +00:00
  • 3e4a1669f1 More tests (refs #7814) Antony Polukhin 2013-02-03 07:38:56 +00:00
  • cb9de2c55f Update performance results for VC in docs. Looks like bug #6523 now is fixed (fixes #6523) Antony Polukhin 2013-02-02 07:44:09 +00:00
  • 89556c8a0f Documentation update (refs #7909) Antony Polukhin 2013-01-20 12:20:43 +00:00
  • 47bef9517f Attempt to add support for lexical conversions of int128 types (refs #7909) Antony Polukhin 2013-01-20 12:13:31 +00:00
  • 518203671c Merge from trunk: fixes #7814 (fixed some numeric to numeric conversions bugs, workaround warnings, -ftrapv now does not triggers coredump) Antony Polukhin 2012-12-29 14:41:23 +00:00
  • 63b680c082 More strict tests, less workarounds, bugfixes (refs #7814) Antony Polukhin 2012-12-27 20:17:09 +00:00
  • 16890bf041 Merge from trunk * Fixes #7799 (optimizations with std::array were not used) * Fixes #7831 (documentation update) Antony Polukhin 2012-12-27 18:54:28 +00:00
  • 565e2882d3 Add missing signature to doc (refs #7831) Antony Polukhin 2012-12-27 18:47:15 +00:00
  • 24bc6ca6f2 Fix bug in array conversion test (refs #7799) Antony Polukhin 2012-12-23 15:16:01 +00:00
  • 4ad6f1bd4b FIx bug in conversion of some std::array implementations (refs #7799) Antony Polukhin 2012-12-22 18:42:04 +00:00
  • 5a6309db7a Fix incorrect macro usage (refs #7799) Antony Polukhin 2012-12-16 09:01:18 +00:00
  • 2333ee53f8 Minor fix in lexical_cast_stream_traits_test.cpp Antony Polukhin 2012-12-06 17:20:28 +00:00
  • dbda7689e0 Merge lexical_cast from trunk: * Deduce stream character type for user defined classes (fixes #6786) * Deprecated macros replaced with new ones (thanks to Marshall Clow) * Updated documentation (refs #6786, fixes #7582) * More tests and minor bugfixes Antony Polukhin 2012-12-02 09:33:42 +00:00
  • e15f179bfc Removed usage of deprecated macros Marshall Clow 2012-11-26 17:27:53 +00:00
  • 82969ebb20 Remove usage of deprecated macros Marshall Clow 2012-11-26 14:14:10 +00:00
  • 17f4b6fd4c Comment out some minor unrequired tests Antony Polukhin 2012-11-22 16:33:54 +00:00
  • 2ea7487806 Move all the stream specific metafunctions to lexical_cast_stream_traits<Source, Target> Test stream traits for correctness and correct optimization detection Antony Polukhin 2012-11-15 07:26:23 +00:00
  • cd5a55aab5 Documentation update for lexical_cast (refs #6786) Antony Polukhin 2012-11-15 06:45:23 +00:00
  • f682bff3a7 Simplify test_getting_pointer_to_function to don't deal with compilers bugs and just test that getting pointer to lexical_cast<T1, T2> is not ambiguous Antony Polukhin 2012-11-11 08:59:36 +00:00
  • 1c37887f2b Stream type detection metafunctions were rewritten so that now they can detect stream type for user defined types (refs #6786) Removed unrequired :: Antony Polukhin 2012-11-10 07:42:04 +00:00
  • 8f1957c887 Release 1.52.0 boost-1.52.0 Marshall Clow 2012-11-05 15:31:58 +00:00
  • 5c3159cd1c Attempt to workaround VACPP, CRAY and ancient GCC bugs in lexical_cast tests Antony Polukhin 2012-11-03 16:20:43 +00:00
  • c484325310 Fix FAQ section of lexical_cast documentation (refs #7582) Antony Polukhin 2012-10-27 16:30:41 +00:00
  • 0920c53e23 Merege fix for #7421 from trunk Antony Polukhin 2012-09-30 16:07:32 +00:00
  • 42e7585dd4 Tiny documentation update (refs #7421) Antony Polukhin 2012-09-28 18:31:53 +00:00
  • 7b6c4eed7d Remove bad test (refs #7421) Antony Polukhin 2012-09-28 04:55:37 +00:00
  • 824fbd9b06 Do not overload lexical_cast<To, From>(const From&), instead add lexical_cast<To>(character_type,size_type) templates (refs #7421). Added tests for getting &boost::lexical_cast<To,from> functions pointers Antony Polukhin 2012-09-26 19:57:31 +00:00
  • 8d373a0c99 Merge updated tests from trunk (now float types tests are less strict, workaround MSVC2012 bug) Antony Polukhin 2012-09-23 17:19:05 +00:00
  • 77eff6b47d Workaround MSVC2012 error in lexical_cast_test.cpp Antony Polukhin 2012-09-18 20:11:05 +00:00
  • 8705038cd2 Workaround MSVC2012 error in lexical_cast_test.cpp Antony Polukhin 2012-09-12 03:58:26 +00:00
  • bb224866a7 Fix float types tests, make them less strict (so that MSVC2012 could pass it) Antony Polukhin 2012-09-08 01:44:18 +00:00
  • 733438e072 Merge from trunk: 1) #warning replaced with #error (refs #7228) 2) Pavel Korzh added to thanks list (refs #7157) 3) BOOST_NOEXCEPT modifiers added where possible 4) better support for c++11 Unicode characters 5) fixed compilation with MSVC+STLPort 6) more agressive usage of Traits template parameter 7) Added lexical_cast(const CharType* chars, std::size_t count) function overload (refs #6430 and refs #6663) 8) Fixed GCC warning in numeric_cast_test.cpp 9) Fix compilation of lexical cast with MSVC 2003 (refs #7255) Antony Polukhin 2012-09-05 18:23:41 +00:00
  • c43b86d7f1 Replace .c_str() with .data() in documentation (refs #6663) Antony Polukhin 2012-09-03 17:23:16 +00:00
  • c290a26625 Added missing const modifier Antony Polukhin 2012-09-03 17:06:40 +00:00
  • d08477900d Added lexical_cast(const CharType* chars, std::size_t count) function overload (refs #6430 and refs #6663) Fixed GCC warning in numeric_cast_test.cpp Antony Polukhin 2012-08-28 20:31:16 +00:00
  • 63acf4f174 Fix compilation of lexical cast with MSVC 2003 (refs #7255) Antony Polukhin 2012-08-25 19:07:46 +00:00
  • ce95319f03 Multiple small changes: 1) #warning replaced with #error (refs 7228) 2) Pavel Korzh added to thanks list (refs 7157) 3) BOOST_NOEXCEPT modifiers added where possible 4) better support for c++11 Unicode characters 5) fixed compilation with MSVC+STLPort 6) more agressive usage of Traits template parameter Antony Polukhin 2012-08-21 04:44:00 +00:00
  • 3d2464aecc Release 1.51.0 boost-1.51.0 Marshall Clow 2012-08-20 22:07:05 +00:00
  • f67347e308 Merge bugfix for volatile types (refs #7157) Antony Polukhin 2012-08-05 09:46:43 +00:00
  • d6a72e9ea5 Fix bug with volatile types (refs #7157) Antony Polukhin 2012-07-29 18:54:24 +00:00
  • 46c6cc911b Merge fix of VC warning (fixes #7116) Antony Polukhin 2012-07-19 18:42:34 +00:00
  • 3c94791b1e Workaround VC warning (refs #7116) Antony Polukhin 2012-07-16 17:17:00 +00:00
  • 80d480ca0b Fix typo in documentation (fixes #7129) Antony Polukhin 2012-07-13 19:22:49 +00:00
  • e81d4dfdbb Fix typo in documentation (fixes #7129) Antony Polukhin 2012-07-13 19:20:05 +00:00
  • 88afdea9d8 Create a maintenance branch for 1.50. Daniel James 2012-07-12 10:15:53 +00:00
  • 675d0bb451 Merge from trunk (now lexical_cast has optimized conversions to and from array<>, fixes #7065) Antony Polukhin 2012-07-08 18:06:32 +00:00
  • fe79553bf8 Fix tab in documentation (refs #7065) Antony Polukhin 2012-07-08 17:59:50 +00:00
  • 093e298c9d Updated documentaion and performance test (now we have info about conversion speed to and from array<>, refs #7065) Antony Polukhin 2012-07-05 19:27:35 +00:00
  • d2361fe05a Updated documentaion, fixed bug and refactored tests (refs #7065) Antony Polukhin 2012-07-04 18:50:56 +00:00
  • b037563bf9 Documentation update: documented optimizations for boost and std arrays (refs #7065) Antony Polukhin 2012-07-03 17:32:29 +00:00
  • 88244b57d4 Split lexical_cast_test.cpp into two tests and reduce iterations count for integral types tests (now we must not exceed tests timeouts) Antony Polukhin 2012-07-03 17:10:02 +00:00
  • e3cd0ca7fa Optimizations for boost and std array (refs #7065) Antony Polukhin 2012-07-02 18:30:21 +00:00
  • 3271717a5d Release 1.50.0 boost-1.50.0 Beman Dawes 2012-06-28 12:37:29 +00:00
  • 660dd85096 Release 1.50.0 beta 1 boost-1.50.0-beta1 Beman Dawes 2012-06-06 15:23:40 +00:00
  • 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 Antony Polukhin 2012-05-24 04:22:04 +00:00
  • c6318e3819 Do not force PGI compiler to use fallback version of lexical_cast (PGI fails tests even in fallback version) Trialing whitespaces removed Antony Polukhin 2012-05-20 16:25:21 +00:00
  • e691b15b77 Force PGI and SunCC compillers to use fallback version of lexical_cast Antony Polukhin 2012-05-15 18:51:35 +00:00
  • 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 Antony Polukhin 2012-05-13 08:15:51 +00:00
  • bb46dbc46c Fixes #6852 for wide characters (ISO C++ does not support the ‘%lg’ gnu_printf format fixed) Antony Polukhin 2012-05-10 17:39:46 +00:00
  • d30dd9e3c8 Fixes #6852 (ISO C++ does not support the ‘%lg’ gnu_printf format fixed) Antony Polukhin 2012-05-02 19:00:37 +00:00
  • b1b5305984 Merge from trunk: * fixed #6812 (now converting "." to float type throws bad_lexical_cast) Antony Polukhin 2012-04-26 17:59:17 +00:00
  • 15ab0d6385 Fixes #6812 (now converting "." to float type throws bad_lexical_cast) Antony Polukhin 2012-04-21 11:08:03 +00:00
  • 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 Antony Polukhin 2012-04-18 04:09:49 +00:00
  • d963842d70 Typo fix in documentation. New line added to the end of lexical_cast.hpp file Antony Polukhin 2012-04-17 18:00:30 +00:00
  • 9ff79f4df9 Update documentation ( more info about stream character type detection + warn about new unicode types support; refs #6786, refs #6663) Antony Polukhin 2012-04-17 16:27:50 +00:00
  • 746d466e38 Comment out bad advise in documentation ( refs #6786, refs #6663) Antony Polukhin 2012-04-16 17:13:11 +00:00
  • 674e71fb7d Fix compile time error in lexical_cast, when new unicode characters are being converted (Refs #6504 ) Antony Polukhin 2012-04-12 17:15:22 +00:00
  • 35d592fc21 Fix iterator_range test for compilers with new unicode characters but without new unicode locales support Antony Polukhin 2012-04-11 18:34:10 +00:00
  • 7881eb5666 Remove incorrect test Antony Polukhin 2012-04-09 18:07:51 +00:00
  • 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) Antony Polukhin 2012-04-07 19:44:07 +00:00
  • 6ff6958204 Removed incorrect test Antony Polukhin 2012-04-07 08:05:16 +00:00
  • 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 Antony Polukhin 2012-04-07 07:52:23 +00:00
  • 2af8c47558 Fix inspection warning (tab removed) Antony Polukhin 2012-04-05 03:59:02 +00:00
  • 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) Antony Polukhin 2012-04-05 03:53:58 +00:00
  • 4a617adce1 More workarounds for fixed #6670 (disable more char16_t and char32_t tests for some compilers) Antony Polukhin 2012-04-03 18:00:30 +00:00
  • 969a913153 More workarounds for fixed #6670 (disable basic char16_t and char32_t tests for some compilers, disable optimizations for them) Antony Polukhin 2012-04-02 16:58:32 +00:00
  • 41a673db61 Fixes #6717 (now also setting precision for float types conversion when using iostreams) Antony Polukhin 2012-04-02 15:33:46 +00:00
  • acb746274f Fixes #6670 (now using BOOST_NO_UNICODE_LITERALS macro) Antony Polukhin 2012-04-01 19:08:46 +00:00
  • dfb518997f Fixes #6717 (now lexical_cast won`t try to support non confirming swprintf) Antony Polukhin 2012-03-30 03:55:26 +00:00
  • 93ee01ab69 Merge from trunk r77627 (merged lexical_cast optimizations for iterator_range<>, fixed performance regression, docs updated) Antony Polukhin 2012-03-29 16:48:31 +00:00
  • 4265f454e1 Small documentation updates for #6663 Antony Polukhin 2012-03-25 05:31:43 +00:00
  • 76b9f29c12 Fixes #6663 (much more optimizations for iterator_range, updated documentation and performance test results) Antony Polukhin 2012-03-24 19:35:19 +00:00
  • 2b82fa52cd Branch for 2nd try at V2 removal Beman Dawes 2012-03-23 12:04:44 +00:00
  • ae8ff308b8 Created branch to extend PropertyMap: add a readable functor map that calls a given functor or function upon lookup. Ideas from: http://comments.gmane.org/gmane.comp.lib.boost.user/54397 and: http://comments.gmane.org/gmane.comp.lib.boost.user/73358 Frank Birbacher 2012-03-20 20:11:17 +00:00
  • a7df10e078 Create branches/filesystem-v3 for v2 removal Beman Dawes 2012-03-18 20:54:17 +00:00
  • 77728aada4 Quickbook: Merge from trunk. Daniel James 2012-03-16 08:48:10 +00:00
  • 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 Antony Polukhin 2012-03-10 07:31:36 +00:00
  • 676bde6e1f More strict tests for disabled exceptions (for fixed #5800) Antony Polukhin 2012-03-05 18:44:31 +00:00
  • 7e7f494dd1 Attempt to supress warning described in #6645 (implicit conversion shortens 64-bit value into a 32-bit value) Antony Polukhin 2012-03-04 17:59:03 +00:00