summaryrefslogtreecommitdiff
path: root/libs/numeric/conversion
Commit message (Collapse)AuthorAgeFilesLines
* Release 1.54.0boost-1.54.0Marshall Clow2013-07-011-0/+0
| | | | [SVN r84923]
* Merge from trunkAntony Polukhin2012-03-101-0/+0
| | | | | | | | | | | | * 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]
* Merged numeric cast trait fixes for fundamental type specializations.Brandon Kohn2012-02-021-0/+0
| | | | [SVN r76836]
* Missed imports to numeric_cast_traits docs.Brandon Kohn2011-11-211-0/+0
| | | | [SVN r75596]
* Merge of numeric_cast_traits in numeric conversion library.Brandon Kohn2011-10-061-0/+0
| | | | [SVN r74762]
* Merge documentation changes.Daniel James2010-07-191-0/+0
| | | | [SVN r64186]
* Merge documentation fixes.Daniel James2010-06-261-0/+0
| | | | | | | | | | * Use `doc/src/*.css` instead of `doc/html/*.css`. * Remove wiki and people directories. * Some documentation fixes. * Left out `minimal.css` changes and boostbook changes because of clashes. [SVN r63347]
* Merge [57807]: rebuild numeric/conversion documentation.Daniel James2009-11-201-0/+0
| | | | [SVN r57809]
* rm cmake from the release branch before it goes out broken. Policy dictates ↵Troy D. Straszheim2009-10-171-0/+0
| | | | | | that you never commit to release, you commit to trunk and merge to release. [SVN r56941]
* Add basic copyright/license to keep cmake out of the inspection reportTroy D. Straszheim2009-07-221-0/+0
| | | | [SVN r55095]
* Merge PDF build changes from Trunk.John Maddock2009-02-231-0/+0
| | | | [SVN r51417]
* merge of cmake build files from trunk per bemanTroy D. Straszheim2009-01-241-0/+0
| | | | [SVN r50756]
* Merge fixes from Trunk.John Maddock2008-10-131-0/+0
| | | | | | | | | | Fixes #2392. Change includes of <cmath> to <boost/config/no_tr1/config.hpp>. Previously if Boost.TR1 was in the include path then including <cmath> pulls in all the new TR1 math functions, which in turn also requires linking to an external library. With auto-linking support this requires that library to have been built and be present in the library search path, even if the actual library under use is header only. [SVN r49314]
* Rebuild the numeric/conversion and optional documentation. Which should fix ↵Daniel James2008-10-101-0/+0
| | | | | | a few links. [SVN r49259]
* Merge trunkBeman Dawes2008-07-231-0/+0
| | | | [SVN r47717]
* Add minor documentation fixes to the release branch.Daniel James2008-05-211-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (I left out the changes to the hash library). Merged via svnmerge from https://svn.boost.org/svn/boost/trunk ................ r44807 | danieljames | 2008-04-27 08:39:49 +0100 (Sun, 27 Apr 2008) | 78 lines Merge in documentation fixes. Apart from the change to optional's documenation Jamfile, which I included by mistake. I wrote about this at: http://lists.boost.org/Archives/boost/2008/04/136405.php Merged revisions 44585-44806 via svnmerge from https://svn.boost.org/svn/boost/branches/doc ........ r44585 | danieljames | 2008-04-19 16:25:27 +0100 (Sat, 19 Apr 2008) | 2 lines Fix broken link to vacpp in bjam docs. ........ r44586 | danieljames | 2008-04-19 16:27:36 +0100 (Sat, 19 Apr 2008) | 2 lines Fix broken link to bcpp in bjam docs. ........ r44587 | danieljames | 2008-04-19 16:33:58 +0100 (Sat, 19 Apr 2008) | 2 lines DateTime documentation - Fix a link to the serialization library. ........ r44588 | danieljames | 2008-04-19 16:35:36 +0100 (Sat, 19 Apr 2008) | 2 lines Fix some links in interprocess & intrusive. ........ r44589 | danieljames | 2008-04-19 16:37:39 +0100 (Sat, 19 Apr 2008) | 2 lines Fix some links in the python docs. ........ r44590 | danieljames | 2008-04-19 16:38:29 +0100 (Sat, 19 Apr 2008) | 2 lines Work around a quickbook bug which is affecting the python docs. ........ r44591 | danieljames | 2008-04-19 16:39:34 +0100 (Sat, 19 Apr 2008) | 2 lines Fix a broken link in the numeric conversion docs. ........ r44592 | danieljames | 2008-04-19 16:40:45 +0100 (Sat, 19 Apr 2008) | 2 lines Fix some links in the optional docs. ........ r44593 | danieljames | 2008-04-19 16:42:09 +0100 (Sat, 19 Apr 2008) | 2 lines Fix link to the hash documentation from bimap. ........ r44599 | danieljames | 2008-04-19 18:07:33 +0100 (Sat, 19 Apr 2008) | 2 lines Fix a typo in the format library. ........ r44600 | danieljames | 2008-04-19 19:20:59 +0100 (Sat, 19 Apr 2008) | 1 line Initialise svnmerge. ........ r44641 | danieljames | 2008-04-20 18:59:47 +0100 (Sun, 20 Apr 2008) | 2 lines Fix the lincense url in shared container iterator documentation. ........ r44642 | danieljames | 2008-04-20 19:00:00 +0100 (Sun, 20 Apr 2008) | 2 lines Fix image link in the mpi documentation. ........ r44643 | danieljames | 2008-04-20 19:00:11 +0100 (Sun, 20 Apr 2008) | 2 lines Fix a typo in the spirit docs. ........ r44644 | danieljames | 2008-04-20 19:00:23 +0100 (Sun, 20 Apr 2008) | 2 lines Escape the slash so that quickbook doesn't think it the start of an italic section, and mess up the link. Refs #1844 ........ r44647 | danieljames | 2008-04-20 19:39:47 +0100 (Sun, 20 Apr 2008) | 2 lines Fix another typo in spirit docs. ........ ................ r45232 | danieljames | 2008-05-08 22:50:19 +0100 (Thu, 08 May 2008) | 1 line Fix some invalid xml by replacing ampersands with character entities. ................ r45576 | danieljames | 2008-05-20 16:39:25 +0100 (Tue, 20 May 2008) | 20 lines Merge some small documentation fixes from the doc branch, and mark some previously merged changes as merged. Merged revisions 44811,45129,45142,45154,45281-45282,45365 via svnmerge from https://svn.boost.org/svn/boost/branches/doc ........ r45129 | danieljames | 2008-05-05 12:36:50 +0100 (Mon, 05 May 2008) | 2 lines Update navbar links in boostbook. ........ r45282 | danieljames | 2008-05-11 14:15:31 +0100 (Sun, 11 May 2008) | 2 lines Group functions in the hash header - requires Frank's free-function-group fix. (not included in release branch). ........ r45365 | danieljames | 2008-05-14 21:39:00 +0100 (Wed, 14 May 2008) | 2 lines Add boost.root to standalone hash documentation. (not included in release branch). ........ ................ [SVN r45622]
* Rebuild a lot of documentation.Daniel James2008-03-161-0/+0
| | | | [SVN r43650]
* Merged fixes for inspection report failures from the main Trunk.John Maddock2008-03-151-0/+0
| | | | [SVN r43616]
* numeric/conversion docs new versionMatias Capeletto2008-02-141-0/+0
| | | | [SVN r43258]
* Full merge from trunk at revision 41356 of entire boost-root tree.Beman Dawes2007-11-251-0/+0
| | | | [SVN r41370]
* Starting point for releasesBeman Dawes2007-10-051-0/+0
| | | | [SVN r39706]
* This commit was manufactured by cvs2svn to create tagnobody2007-07-241-0/+0
| | | | | | 'Version_1_34_1'. [SVN r38286]
* none_t/none reimplemented to avoid precompiled header issues (thanks to Joe ↵Fernando Cacciola2007-03-011-0/+0
| | | | | | | | | | Gottam) optional<T> now has direct relational operator optional<T>::operator-> fixed for reference types [SVN r37126]
* Fix a broken link.Daniel James2007-01-071-0/+0
| | | | [SVN r36655]
* Merged copyright and license additionBeman Dawes2006-11-071-0/+0
| | | | [SVN r35907]
* Remove obsolete Boost.Build v1 files.Rene Rivera2006-11-061-0/+0
| | | | [SVN r35880]
* fixed line-endings (Inspect tool)Gennaro Prota2006-07-291-0/+0
| | | | [SVN r34781]
* Updated Borland workaroundNicola Musatti2006-04-291-0/+0
| | | | [SVN r33857]
* This commit was manufactured by cvs2svn to create branch 'RC_1_34_0'.nobody2006-03-211-0/+0
| | | | [SVN r33417]
* Fixed the converting assignment bug in optional<>Fernando Cacciola2006-02-031-0/+0
| | | | | | | Fixed the usage of 'None' in converter.h, which is declared as a macro in X11/X.h [SVN r32531]
* Update Jamfile.v2Vladimir Prus2006-01-181-0/+0
| | | | [SVN r32351]
* Large patch from Ulrich Eckhardt to fix support for EVC++ 4.John Maddock2005-08-251-0/+0
| | | | [SVN r30670]
* Merged from 1.33.0 releaseDouglas Gregor2005-08-121-0/+0
| | | | [SVN r30540]
* Fix broken linkDouglas Gregor2005-07-131-0/+0
| | | | [SVN r30058]
* fixed: "bcc5.6.4 added to the old cast redirection list"Fernando Cacciola2005-06-271-0/+0
| | | | [SVN r29814]
* bcc5.6.4 added to the old cast redirection listFernando Cacciola2005-06-241-0/+0
| | | | [SVN r29792]
* BOOST_TESTED_AT used in numeric_castFernando Cacciola2005-06-241-0/+0
| | | | | | | old_numeric_cast takes the exception class from converter_policies [SVN r29789]
* bad_numeric_cast taken from converter_policies.hppFernando Cacciola2005-06-241-0/+0
| | | | [SVN r29785]
* Add missing using declarationDave Abrahams2005-06-241-0/+0
| | | | [SVN r29777]
* Add missing #include <typeinfo>Dave Abrahams2005-06-241-0/+0
| | | | [SVN r29775]
* Transplanted numeric_castDave Abrahams2005-06-241-0/+0
| | | | [SVN r29771]
* Old numeric_cast<> completely replaced by new code (except that the old code ↵Fernando Cacciola2005-06-231-0/+0
| | | | | | is retained as a fallback mechanism for old broken compilers that can't deal with the new code) [SVN r29761]
* Doc fixesFernando Cacciola2005-05-161-0/+0
| | | | [SVN r28959]
* Fixed bug in RoundEvenFernando Cacciola2005-05-131-0/+0
| | | | [SVN r28887]
* Fix failures on CodeWarrior.Rene Rivera2005-05-071-0/+0
| | | | | | | | * converter_test.cpp; Fix unqualified use of floor/ceil std calls. * converter_test.cpp & converter_policies.hpp; Fix EOLs which will fix errors on VC8 and possibly others. [SVN r28720]
* Fixed bug in RoundEvenFernando Cacciola2005-05-021-0/+0
| | | | [SVN r28576]
* Add V2 JamfileVladimir Prus2005-04-141-0/+0
| | | | [SVN r28244]
* merge RC_1_32_0 fixesAleksey Gurtovoy2004-11-281-0/+0
| | | | [SVN r26329]
* *** empty log message ***Fernando Cacciola2004-10-291-0/+0
| | | | [SVN r25948]
* bad links fixedFernando Cacciola2004-10-071-0/+0
| | | | | | | added myself to people [SVN r25610]