| Commit message (Expand) | Author | Age | Files | Lines |
* | rm cmake from the release branch before it goes out broken. Policy dictates ... | Troy D. Straszheim | 2009-10-17 | 1 | -0/+0 |
* | Decrease indent of #if and #endif lines and test string<->integral conversons... | Alexander Nasonov | 2009-09-15 | 1 | -0/+0 |
* | Add new test libs/conversion/test/lexical_cast_vc8_bug_test.cpp. | Alexander Nasonov | 2009-09-15 | 1 | -0/+0 |
* | DISABLE_WIDE_CHAR_SUPPORT -> BOOST_LCAST_NO_WCHAR_T. | Alexander Nasonov | 2009-09-15 | 1 | -0/+0 |
* | [lexical_cast] Merge from trunk r56170 (#2295 Inconsistent behavior when usin... | Alexander Nasonov | 2009-09-13 | 1 | -0/+0 |
* | Merge from trunk r56160 (Can't compile without <locale> header, boost::lexica... | Alexander Nasonov | 2009-09-12 | 1 | -0/+0 |
* | [lexical_cast] Merge from trunk: r56158 (fix warning on MSVC warning level 4)... | Alexander Nasonov | 2009-09-12 | 1 | -0/+0 |
* | Add basic copyright/license to keep cmake out of the inspection report | Troy D. Straszheim | 2009-07-22 | 1 | -0/+0 |
* | merge of cmake build files from trunk per beman | Troy D. Straszheim | 2009-01-24 | 1 | -0/+0 |
* | Fixes #1220: lexical_cast requires RTTI | Alexander Nasonov | 2008-12-04 | 1 | -0/+0 |
* | Merge lexical_cast from trunk r49262 | Alexander Nasonov | 2008-10-13 | 1 | -0/+0 |
* | Merge quickbook workaround and fix some links. | Daniel James | 2008-10-10 | 1 | -0/+0 |
* | Fix link to numeric conversion library | Daniel James | 2008-08-07 | 1 | -0/+0 |
* | Merged revisions 43206,43208-43213 via svnmerge from | Daniel James | 2008-02-10 | 1 | -0/+0 |
* | Merge conversion library at rev 41517 | Beman Dawes | 2007-12-15 | 1 | -0/+0 |
* | Full merge from trunk at revision 41356 of entire boost-root tree. | Beman Dawes | 2007-11-25 | 1 | -0/+0 |
* | Full merge from trunk at revision 41356 of entire boost-root tree. | Beman Dawes | 2007-11-25 | 1 | -0/+0 |
* | config, detail, filesystem, system, tools, at 41278. | Beman Dawes | 2007-11-23 | 1 | -0/+0 |
* | Starting point for releases | Beman Dawes | 2007-10-05 | 1 | -0/+0 |
* | This commit was manufactured by cvs2svn to create tag | nobody | 2007-07-24 | 1 | -0/+0 |
* | Fix | Vladimir Prus | 2006-11-10 | 1 | -0/+0 |
* | Merge from HEAD. | Vladimir Prus | 2006-11-10 | 1 | -0/+0 |
* | Remove obsolete Boost.Build v1 files. | Rene Rivera | 2006-11-06 | 1 | -0/+0 |
* | removed erroneous macro version | Gennaro Prota | 2006-07-17 | 1 | -0/+0 |
* | fixed library name, copyright notice, removed a tab char and a space-only lin... | Gennaro Prota | 2006-07-17 | 1 | -0/+0 |
* | This commit was manufactured by cvs2svn to create branch 'RC_1_34_0'. | nobody | 2006-03-21 | 1 | -0/+0 |
* | Stop using assert() in tests | Dave Abrahams | 2006-02-28 | 1 | -0/+0 |
* | show arg as pased by const ref | Beman Dawes | 2006-02-12 | 1 | -0/+0 |
* | Revert (supposedly mistaken) removal of 'numeric_cast_test.cpp' from the | Vladimir Prus | 2006-02-07 | 1 | -0/+0 |
* | Update Jamfile.v2 | Vladimir Prus | 2006-02-07 | 1 | -0/+0 |
* | Small fix for new init_unit_test_suite signature | Stefan Slapeta | 2006-01-12 | 1 | -0/+0 |
* | Fixed lexical_cast_test which was no longer working after the last test | Markus Schöpflin | 2005-12-28 | 1 | -0/+0 |
* | Reconfigure lexical_cast to work wide character strings and VC++ when not usi... | John Maddock | 2005-08-29 | 1 | -0/+0 |
* | Large patch from Ulrich Eckhardt to fix support for EVC++ 4. | John Maddock | 2005-08-25 | 1 | -0/+0 |
* | Merged from 1.33.0 release | Douglas Gregor | 2005-08-12 | 1 | -0/+0 |
* | fixed: "bcc5.6.4 added to the old cast redirection list" | Fernando Cacciola | 2005-06-27 | 1 | -0/+0 |
* | Fix line endings | Douglas Gregor | 2005-06-24 | 1 | -0/+0 |
* | Move #include outside namespace. | Dave Abrahams | 2005-06-24 | 1 | -0/+0 |
* | Old numeric_cast<> completely replaced by new code (except that the old code ... | Fernando Cacciola | 2005-06-23 | 1 | -0/+0 |
* | workaround for GCC 2.9x lacking std::char_traits<>::eof() | Joaquín M. López Muñoz | 2005-06-20 | 1 | -0/+0 |
* | fixed trivial bug | Joaquín M. López Muñoz | 2005-06-17 | 1 | -0/+0 |
* | Fixed so it doesn't trim any whitespace when converting, fixed reversed bad_l... | Terje Slettebø | 2005-06-16 | 1 | -0/+0 |
* | Fixed so it doesn't trim any whitespace when converting, fixed reversed bad_l... | Terje Slettebø | 2005-06-16 | 1 | -0/+0 |
* | Fixed so it doesn't trim any whitespace when converting, fixed reversed bad_l... | Terje Slettebø | 2005-06-16 | 1 | -0/+0 |
* | Update | Vladimir Prus | 2005-04-14 | 1 | -0/+0 |
* | Fix docs | Dave Abrahams | 2005-02-26 | 1 | -0/+0 |
* | c++boost.gif -> boost.png replacement | Aleksey Gurtovoy | 2004-10-05 | 1 | -0/+0 |
* | fix syntax errors | Aleksey Gurtovoy | 2004-09-29 | 1 | -0/+0 |
* | numeric_cast<> test factored out from conversion\cast_test.cp | Fernando Cacciola | 2004-09-28 | 1 | -0/+0 |
* | Updated to use the BSL: Permission from Kevlin Henney was granted in blanket-... | John Maddock | 2004-09-25 | 1 | -0/+0 |