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
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
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
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
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
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
646b958a92
FIx #5689 (issue from 5th comment)
...
[SVN r77039]
2012-02-16 17:56:27 +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
Antony Polukhin
5ed7bfd280
Attempt to fix #6251
...
[SVN r76599]
2012-01-20 19:33:04 +00:00
Antony Polukhin
9a6d983ee5
Fixes #6193
...
[SVN r76318]
2012-01-05 12:09:15 +00:00
Antony Polukhin
d754143308
Fixes #6132
...
Fixes #6182
[SVN r76305]
2012-01-04 16:06:37 +00:00
Antony Polukhin
085bd6f93c
Fixes #6290
...
Tiny documentation update
Updated char16_t and char32_t support (still some work required)
lexical_cast_empty_input_test.cpp refactored
[SVN r76154]
2011-12-25 18:55:33 +00:00
Antony Polukhin
5d288580ee
Fixes #6298
...
Fixes #6264
[SVN r76096]
2011-12-21 17:03:52 +00:00
Antony Polukhin
8627f8bb8a
Fixes #6186 (treat conversions to/from single wchar_t character as conversions to/from unsigned short. Test added, documentation updated)
...
[SVN r75937]
2011-12-14 16:36:34 +00:00
Antony Polukhin
a9697b88fd
Fixes #6186 (lexical_cast compliation error fixed, when wchar_t is a typedef for unsigned short. Test added)
...
[SVN r75864]
2011-12-08 15:29:44 +00:00
Antony Polukhin
2312691bde
Fixes #6127 (wchar_t usage outside of #ifndef BOOST_LCAST_NO_WCHAR_T )
...
[SVN r75813]
2011-12-05 16:29:45 +00:00
Antony Polukhin
7dd63d08d6
Fixes #6159 (compilation on platforms without cwchar)
...
[SVN r75812]
2011-12-05 16:17:09 +00:00
Antony Polukhin
4ddb0bfb95
Fix for error noticed by Olaf van der Spek (ticket #6083 )
...
Added test case for that error
[SVN r75283]
2011-11-03 04:33:58 +00:00
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
7b37688ca8
avoid C style casts
...
[SVN r53670]
2009-06-06 09:41:03 +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
Eric Niebler
340f9b9e45
fix warning in gcc-4.3
...
[SVN r41258]
2007-11-20 16:52:43 +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
Alexander Nasonov
9c1f3650f2
Added BOOST_LEXICAL_CAST_ASSUME_C_LOCALE.
...
[SVN r37950]
2007-06-08 19:59:40 +00:00
Alexander Nasonov
f986e8e588
Get rid of Tru64 cxx warnings
...
[SVN r37116]
2007-02-28 21:44:10 +00:00
Hartmut Kaiser
959b7ab0b4
Fixed a warning, when lexical cast is used to convert a boost::ulong_long_type to a string.
...
[SVN r37082]
2007-02-26 17:27:26 +00:00
Alexander Nasonov
209644c177
Better fix for SF:1358600
...
[SVN r36762]
2007-01-20 13:16:40 +00:00
Alexander Nasonov
986ec16ecc
Fix [ 1358600 ] lexical_cast & pure virtual functions & VC 8 STL
...
[SVN r36739]
2007-01-16 21:53:27 +00:00
Alexander Nasonov
2c41ed0473
Fix for [ 1358600 ] lexical_cast & pure virtual functions & VC 8 STL
...
[SVN r36738]
2007-01-16 21:03:47 +00:00
Alexander Nasonov
fcc28133c5
Presumably fix Boost.Test failures on Sun CC 5.3 (reported by Gennadiy Rozental)
...
[SVN r36464]
2006-12-20 08:01:48 +00:00
Alexander Nasonov
c004fb5fc6
Fix the test built with <native-wchar_t>off on vc-7_1 and vc-8_0
...
[SVN r35760]
2006-10-28 14:37:37 +00:00
Alexander Nasonov
ef439017ca
Fixed: std::basic_streambuf<char, std::char_traits<char> > is an inaccessible base of boost::detail::lexical_streambuf<char>
...
[SVN r35759]
2006-10-28 10:22:30 +00:00
Alexander Nasonov
0f46451c1d
One more VC6 workaround.
...
[SVN r35747]
2006-10-25 21:08:50 +00:00
Alexander Nasonov
663635d124
Optimization for floating types (1.25 faster on gcc / FreeBSD 6.2). VC6 test is still broken.
...
[SVN r35739]
2006-10-25 06:43:44 +00:00
Alexander Nasonov
4d69e9f2af
VC6 workaround
...
[SVN r35738]
2006-10-25 06:41:21 +00:00
Alexander Nasonov
d23f722228
Corrected a typo in comments.
...
[SVN r35611]
2006-10-14 17:58:33 +00:00
Alexander Nasonov
36db66bd12
Use metafunction (at compile-time), if possible; use run-time function only for broken libraries.
...
[SVN r35596]
2006-10-13 20:43:14 +00:00
Alexander Nasonov
0a605d1bb3
Use qualified name to fix graph tests
...
[SVN r35592]
2006-10-13 17:34:56 +00:00
Dave Abrahams
04de824ead
vc6 workaround: help the compiler to distinguish overloads
...
[SVN r35566]
2006-10-12 06:39:14 +00:00
Alexander Nasonov
115ad05af5
Set precision correctly for builtin and UDT floating types.
...
[SVN r35562]
2006-10-11 19:43:54 +00:00
Alexander Nasonov
ee7ea0011c
Calculate/set stream precision for lexical_cast. May be useful for other libraries as well.
...
[SVN r35561]
2006-10-11 19:19:07 +00:00
Alexander Nasonov
a7436ebacb
setbuf renamed to lcast_setbuf to get rid of virtual function override warning
...
[SVN r34984]
2006-08-28 17:00:44 +00:00
Alexander Nasonov
e797b09590
tabs replaced with 4 spaces
...
[SVN r34965]
2006-08-26 17:22:33 +00:00
Alexander Nasonov
2fca4d02a1
Optimization for many combinations of types
...
[SVN r34950]
2006-08-25 20:34:57 +00:00
Gennaro Prota
425e7cb367
removed BOOST_IMPLICIT_CAST; it was committed by mistake, has no unit tests, and is not released by the author under the Boost Software License
...
[SVN r34857]
2006-08-09 20:18:06 +00:00
Gennaro Prota
0743b5982c
added slash to boost url
...
fixed silly error in #if/#endif logic of the previous edit
improved comment about code never reached
removed "All rights reserved"
[SVN r34822]
2006-08-06 12:31:44 +00:00
Gennaro Prota
795b7e1809
there seems to be no reasonable form which avoids warnings with all compilers; so let's use a clear style and filter explicitly the VC warning
...
[SVN r34820]
2006-08-05 22:45:53 +00:00
Gennaro Prota
c5bc634015
some "rewording" to avoid spurious level 4 warnings with VC7.1 and VC8
...
[SVN r34801]
2006-08-01 22:37:38 +00:00
Gennaro Prota
e6c83d0665
with apologies to Terje, changed 'ø' in 'o', to stick to the basic source
...
character set (non-basic chars should be handled in phase 1, but some users report compile failures due to them)
[SVN r34800]
2006-08-01 20:36:14 +00:00
Gennaro Prota
aac8fcb4b6
boost guidelines (mainly from inspect tool: tabs, license reference text, etc.)
...
[SVN r34752]
2006-07-27 10:27:37 +00:00
Alexander Nasonov
d436099477
Code size optimization
...
[SVN r33694]
2006-04-13 20:52:28 +00:00
Dave Abrahams
80e9edcb29
Stop using assert() in tests
...
[SVN r33181]
2006-02-28 22:56:33 +00:00
John Maddock
cb2bd8076d
Reconfigure lexical_cast to work wide character strings and VC++ when not using /Zc:wchar_t.
...
[SVN r30724]
2005-08-29 12:44:09 +00:00
John Maddock
1637edf8ca
Large patch from Ulrich Eckhardt to fix support for EVC++ 4.
...
[SVN r30670]
2005-08-25 16:27:28 +00:00
Fernando Cacciola
1470210523
fixed: "bcc5.6.4 added to the old cast redirection list"
...
[SVN r29814]
2005-06-27 15:05:13 +00:00
Dave Abrahams
3ab685475c
Move #include outside namespace.
...
[SVN r29772]
2005-06-24 14:20:41 +00:00
Fernando Cacciola
e66d58e6de
Old numeric_cast<> completely replaced by new code (except that the old code is retained as a fallback mechanism for old broken compilers that can't deal with the new code)
...
[SVN r29761]
2005-06-23 23:33:01 +00:00
Joaquín M. López Muñoz
e331fc2a21
workaround for GCC 2.9x lacking std::char_traits<>::eof()
...
[SVN r29703]
2005-06-20 10:54:07 +00:00
Joaquín M. López Muñoz
2a65633517
fixed trivial bug
...
[SVN r29654]
2005-06-17 12:34:38 +00:00
Terje Slettebø
461dce3851
Fixed so it doesn't trim any whitespace when converting, fixed reversed bad_lexical_cast constructor parameters, changed to pass-by-const reference
...
[SVN r29629]
2005-06-16 18:27:22 +00:00
John Maddock
f11967a2c8
BSL update
...
[SVN r25146]
2004-09-16 11:23:30 +00:00
John Maddock
c1c338990c
Added new types boost::long_long_type and boost::ulong_long_type in boost/config.hpp and applied these types in place of "long long" throughout. As a result, almost all of boost now compiles cleanly with -ansi -pedantic with gcc. Changes tested with gcc 3.3, 2.95, VC7.1 and Intel 8.
...
[SVN r24899]
2004-09-04 10:34:49 +00:00
John Maddock
ec35f00bc3
Removed boost.org copyright assignments, and reverted to orginal author (as based on cvs history).
...
[SVN r24402]
2004-08-11 10:59:33 +00:00
Douglas Gregor
abf8ee0eb9
Converted to Boost Software License, Version 1.0
...
[SVN r24055]
2004-07-26 00:32:12 +00:00
Eric Niebler
463284f46f
remove minmax hack from win32.hpp and fix all places that could be affected by the minmax macros
...
[SVN r22394]
2004-02-26 18:27:02 +00:00
Dave Abrahams
80a6db56c1
Warning suppression for GCC from Pierre Barbier de Reuille
...
<pierre.barbier-at-cirad.fr>
[SVN r19437]
2003-08-04 15:52:51 +00:00
Dave Abrahams
386d7a67d6
initial commit
...
[SVN r18350]
2003-05-07 22:42:35 +00:00
Terje Slettebø
498c84dd4f
no message
...
[SVN r18238]
2003-04-12 08:02:14 +00:00
John Maddock
3ecac311fd
Added no exception handling patch
...
[SVN r18235]
2003-04-11 10:49:52 +00:00
Terje Slettebø
8828af5f5b
no message
...
[SVN r18142]
2003-03-31 23:02:27 +00:00
Terje Slettebø
9c63f9fbd0
Removed test for MSVC, restored test for BOOST_NO_INTRINSIC_WCHAR_T. Changed bad_lexical_cast to provide the types used, using source()/target() members
...
[SVN r18139]
2003-03-30 23:19:28 +00:00
Beman Dawes
51395d7b26
BOOST_MSVC<=1200 fix from Terje
...
[SVN r18002]
2003-03-19 12:14:32 +00:00
Dave Abrahams
52de514faf
Commit Terje's changes
...
[SVN r17979]
2003-03-18 22:34:32 +00:00
Terje Slettebø
eb9d2c02ea
no message
...
[SVN r17921]
2003-03-14 20:17:47 +00:00
Beman Dawes
e2825ab729
overloading fix + less permissive wide character support
...
[SVN r17893]
2003-03-13 17:27:06 +00:00
Beman Dawes
4978f3a79f
BOOST_NO_STD_WSTRING
...
[SVN r17872]
2003-03-13 00:36:13 +00:00
Beman Dawes
42639f120a
update from Kevlin and Terje
...
[SVN r17861]
2003-03-12 21:33:16 +00:00
Beman Dawes
95e0465334
add or update See www.boost.org comments
...
[SVN r16708]
2002-12-27 16:51:53 +00:00
Beman Dawes
0fba1d9f7d
Add /libs/lib-name to comment
...
[SVN r16685]
2002-12-23 02:43:12 +00:00
Dave Abrahams
3597b25802
patches for HP aCC
...
[SVN r16508]
2002-12-04 15:50:04 +00:00
Dave Abrahams
ccf7efe620
Patch from Gennadiy Rozental
...
[SVN r14621]
2002-07-26 18:06:25 +00:00
Dave Abrahams
7d3864be03
tru64cxx6.5 fixes
...
[SVN r14421]
2002-07-12 14:32:20 +00:00
Dave Abrahams
cb5b83ef53
Handle unsigned __int64 for MSVC6
...
[SVN r14408]
2002-07-11 20:29:50 +00:00
Dave Abrahams
0a560dd543
Suppress warnings for MinGW
...
[SVN r12588]
2002-01-30 20:02:11 +00:00
Beman Dawes
8cbbd7c551
Fix sstream config issue plus update license
...
[SVN r12378]
2002-01-20 20:08:46 +00:00
Beman Dawes
805d5df9cb
remove tabs
...
[SVN r12357]
2002-01-19 15:49:53 +00:00
Jeremy Siek
bd16c171e6
fixed lexical cast g++ sstream problem
...
[SVN r11592]
2001-11-05 16:43:43 +00:00
John Maddock
6a9f713309
Fixed <limits> problem
...
[SVN r9693]
2001-04-02 11:52:42 +00:00
Dave Abrahams
bc9129719e
Undid a bug I introduced yesterday. numeric_cast<> never
...
worked with stock GCC; trying to get it to do that broke
vc-stlport.
[SVN r8703]
2001-01-22 04:27:00 +00:00
Dave Abrahams
e923c638b4
BOOST_NO_LIMITS_COMPILE_TIME_CONSTANTS to config.hpp.
...
Removed unused BOOST_EXPLICIT_TARGET macro.
Moved boost::detail::type to boost/type.hpp.
Made it compile with stock gcc again
[SVN r8663]
2001-01-21 05:07:11 +00:00
Beman Dawes
6c4d9b550b
Initial commit after public review (note change in library name per review)
...
[SVN r8515]
2001-01-06 16:39:40 +00:00
Beman Dawes
beb912a139
Remove nested namespace cast in preparaton for formal review, fix spacing.
...
[SVN r8370]
2000-11-30 19:10:30 +00:00
Dave Abrahams
4728acd652
GCC 2.95.2 bug workaround courtesy Jens Maurer
...
[SVN r8346]
2000-11-28 05:04:54 +00:00
John Maddock
e3ecdf7a27
fixes for Borland C++ Builder
...
[SVN r8135]
2000-11-04 12:39:28 +00:00
Dave Abrahams
02436dd1c6
Added a fix for compilers sensitive to the presence of "template" on template
...
members of templates (e.g. EDG-based compilers like CXX on the Alpha)
[SVN r8129]
2000-11-04 09:00:02 +00:00
Dave Abrahams
d08d2cb415
Fix for fixed_numeric_limits<>::min() in the BOOST_NO_LIMITS_COMPILE_TIME_CONSTANTS case.
...
[SVN r8036]
2000-10-27 13:43:33 +00:00
Dave Abrahams
7470535162
Fix numeric_cast<> bugs with floating types.
...
[SVN r8008]
2000-10-19 19:14:03 +00:00