278025d9c6Removed executable attribute from file.
Edward Diener
2017-09-17 10:46:51 -0400
7436ca7113Merge-commit for hotfix/remove_std_unary_function.
Brandon Kohn
2017-08-22 14:00:49 -0400
ebfded1d7dRemove the deprecated uses of std::unary_function (again).
Brandon Kohn
2017-08-22 13:39:34 -0400
c9d7a49b4aRemoved redundant typedefs for argument_type and result_type
Brandon Kohn
2016-07-06 07:10:36 -0400
2009f0d4fcRevert "removed deprecated std::unary_function from various conversion functors"
Brandon Kohn
2016-07-06 06:58:20 -0400
736745061dMerge branch 'hotfix/remove_std_unary_function' into develop
Brandon Kohn
2016-07-05 21:40:31 -0400
593aafab5aremoved deprecated std::unary_function from various conversion functors
Brandon Kohn
2016-07-05 21:39:44 -0400
a6681748beMerged Jamfile.v2 test changes to conform to requirements.
Brandon Kohn
2016-06-17 14:30:58 -0400
d6ec138927Changed test Jamfile.v2 to conform to requirements.
Brandon Kohn
2016-06-17 14:22:19 -0400
30d2e6d9f6Revert "Modified Jamfile.v2 to conform to boost test requirements."
Brandon Kohn
2016-06-17 14:20:27 -0400
d76eb6fa72Modified Jamfile.v2 to conform to boost test requirements.
Brandon Kohn
2016-06-17 14:04:13 -0400
c90517da96Merge pull request #3 from danieljames/metadata
brandon-kohn
2014-08-18 11:52:55 -0400
907ae79790Add metadata file.
Daniel James
2014-08-18 15:08:01 +0100
f4c6bd9711Moved cast.hpp file from Conversion library. It was decided that this file must be in NumericCast library to reduce dependencies
Antony Polukhin
2014-06-09 13:27:11 +0400
86f8af551cMerge pull request #2 from apolukhin/develop
Peter Dimov
2014-06-10 21:52:01 +0300
cda4506afeMoved cast.hpp file from Conversion library. It was decided that this file must be in NumericCast library to reduce dependencies
Antony Polukhin
2014-06-09 13:27:11 +0400
718767f1e6Merge pull request #1 from danieljames/develop
brandon-kohn
2014-06-05 06:23:46 -0400
26218a6e86Rebuild documentation.
Daniel James
2014-06-02 10:10:19 +0100
69a46fea8aRemove old Visual C++ 6 workaround
Daniel James
2014-06-02 10:07:10 +0100
056045e503Rebuild documentation.
Daniel James
2014-06-02 10:05:00 +0100
d4a8c7049aNumeric: Remove obsolete MSVC version checks.
Stephen Kelly
2013-09-30 11:23:20 +0000
e6fa2c4b6dMerge 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 +0000
0fc4c240b9Fixes#5731, fixes#5076, fixes#5393, fixes#5800 Now numeric_cast (and lexical_cast) can be compiled with disabled exceptions
Antony Polukhin
2012-03-05 17:11:20 +0000
de94a311a3Merged numeric cast trait fixes for fundamental type specializations.
Brandon Kohn
2012-02-02 01:42:52 +0000
c9e3ffd511Changed long long and unsigned long long to use the boost::(u)long_long_type typedefs in the numeric_cast_traits base specializations.
Brandon Kohn
2012-01-31 14:27:10 +0000
fcb73eb616Missed imports to numeric_cast_traits docs.
Brandon Kohn
2011-11-21 16:46:56 +0000
238b6ab769Merge of numeric_cast_traits in numeric conversion library.
Brandon Kohn
2011-10-06 17:27:17 +0000
0ab23addefReplaced special copyright character with (c) in numeric cast traits files.
Brandon Kohn
2011-09-12 14:35:29 +0000
5d344f7463Simplified custom numeric type in numeric_cast_traits_test.cpp to reduce template depth.
Brandon Kohn
2011-08-12 13:09:15 +0000
6bd888475fChanged numeric_cast_traits_test.cpp to explicitly use the boost namespace.
Brandon Kohn
2011-08-12 12:46:00 +0000
4c8e454bbbConversion: Fix preprocessor iteration.
Daniel James
2011-08-12 06:55:07 +0000
507d157d10Added numeric_cast_traits to the numeric conversion library. Tested on msvc-10.0 and gcc-4.3.4/cygwin.
Brandon Kohn
2011-08-11 19:08:08 +0000
41473987e5Fixes#5707. Fixes some trivial bugs for VC++6
Antony Polukhin
2011-07-17 19:36:06 +0000
8312050b36Revert [67111] (addition of boost/detail/iomanip.hpp) and all the commits that depend on it. ([68137], [68140], [68141], [68154], and [68165]).
Steven Watanabe
2011-01-15 08:11:51 +0000
3526c08afcReplacing the use of <iomanip> with <boost/detail/iomanip.hpp> across Boost. On Linux, GNU's libstdc++, which is the default stdlib for icc and clang, cannot parse the <iomanip> header in version 4.5+ (which thankfully neither compiler advises the use of yet), as it's original C++98-friendly implementation has been replaced with a gnu++0x implementation. <boost/detail/iomanip.hpp> is a portable implementation of <iomanip>, providing boost::detail::setfill, boost::detail::setbase, boost::detail::setw, boost::detail::setprecision, boost::detail::setiosflags and boost::detail::resetiosflags.
Bryce Adelstein-Lelbach
2011-01-14 02:35:58 +0000
7e74dc080eMerge documentation changes.
Daniel James
2010-07-19 23:29:09 +0000
ca4de5c31dFix doc build for 2 libraries which use own css.
Daniel James
2010-07-19 20:17:58 +0000
3d44e92088Merge documentation fixes.
Daniel James
2010-06-26 12:30:09 +0000
fe862ee762Update various libraries' documentation build.
Daniel James
2010-06-20 18:00:48 +0000
947af90dbfMerge [57807]: rebuild numeric/conversion documentation.
Daniel James
2009-11-20 10:05:09 +0000
d434655b08Rebuild numeric/conversion documentation.
Daniel James
2009-11-20 10:02:01 +0000
5a345e2993rm cmake from trunk. I'm not entirely sure this is necessary to satisfy the inspect script, but I'm not taking any chances, and it is easy to put back
Troy D. Straszheim
2009-10-17 02:07:38 +0000
0047a2d734rm cmake from the release branch before it goes out broken. Policy dictates that you never commit to release, you commit to trunk and merge to release.
Troy D. Straszheim
2009-10-17 01:10:45 +0000
00311d7276Copyrights on CMakeLists.txt to keep them from clogging up the inspect reports. This is essentially the same commit as r55095 on the release branch.
Troy D. Straszheim
2009-07-26 00:49:56 +0000
8a0a8727b9Add basic copyright/license to keep cmake out of the inspection report
Troy D. Straszheim
2009-07-22 21:51:01 +0000
a05ae1dc97Merge PDF build changes from Trunk.
John Maddock
2009-02-23 18:39:32 +0000
dce3963075Add PDF generation options to fix external links to point to the web site. Added a few more Boostbook based libs that were missed first time around. Fixed PDF naming issues.
John Maddock
2009-02-17 10:05:58 +0000
20de9917e6Fix the optional and numeric/conversion docs so they generate valid Docbook XML that can be transformed into PDF's. Regenerated HTML versions of the docs.
John Maddock
2009-02-12 14:01:48 +0000
e0eee93fa5merge of cmake build files from trunk per beman
Troy D. Straszheim
2009-01-24 18:57:20 +0000
3c72670b7fUpdating CMake files to latest trunk. Added dependency information for regression tests and a few new macros for internal use.
Michael A. Jackson
2008-11-07 17:02:56 +0000
d6e932c038Continuing merge of CMake build system files into trunk with the encouragement of Doug Gregor
Michael A. Jackson
2008-11-01 13:15:41 +0000
5963a9cb67Merge fixes from Trunk.
John Maddock
2008-10-13 09:00:03 +0000
79760962d1Rebuild the numeric/conversion and optional documentation. Which should fix a few links.
Daniel James
2008-10-10 21:35:16 +0000
67e2ca29bcChange includes of <cmath> to <boost/config/no_tr1/config.hpp>.
John Maddock
2008-10-10 16:10:00 +0000
abb1d17829Add minor documentation fixes to the release branch. (I left out the changes to the hash library).
Daniel James
2008-05-21 20:57:05 +0000
128e01f1eaMerge in documentation fixes. Apart from the change to optional's documenation Jamfile, which I included by mistake.
Daniel James
2008-04-27 07:39:49 +0000
6dc956e342Replaced all occurrences of non-ASCII copyright symbol with '(c)' for people using non-ASCII code pages
Marshall Clow
2008-04-02 01:42:32 +0000
daadef8d1aRebuild a lot of documentation.
Daniel James
2008-03-16 11:38:32 +0000
ccffeecc40Merged fixes for inspection report failures from the main Trunk.
John Maddock
2008-03-15 09:36:05 +0000
2994de17efFixed Inspection report issues.
John Maddock
2008-03-14 18:32:45 +0000
7435918580numeric/conversion docs new version
Matias Capeletto
2008-02-14 19:38:40 +0000
9487756e4bredirect to new conversion docs
Matias Capeletto
2008-02-14 18:09:34 +0000
1ed1b2090eFull merge from trunk at revision 41356 of entire boost-root tree.
Beman Dawes
2007-11-25 18:38:02 +0000
5fb09c0c83Starting point for releases
Beman Dawes
2007-10-05 14:25:06 +0000
9264998bb1Remove V1 Jamfiles
Vladimir Prus
2007-08-08 19:02:26 +0000
0f0a2cecd4This commit was manufactured by cvs2svn to create tag 'Version_1_34_1'.
nobody
2007-07-24 19:28:14 +0000
f88653b718conversion to qbk
Matias Capeletto
2007-06-04 17:11:57 +0000
b4dff23f4anone_t/none reimplemented to avoid precompiled header issues (thanks to Joe Gottam) optional<T> now has direct relational operator optional<T>::operator-> fixed for reference types
Fernando Cacciola
2007-03-01 23:08:33 +0000
8d28027378Fix a broken link.
Daniel James
2007-01-07 22:55:23 +0000
864ea51c46Merged copyright and license addition
Beman Dawes
2006-11-07 19:27:00 +0000
dd8e44c999This commit was manufactured by cvs2svn to create branch 'RC_1_34_0'.
nobody
2006-03-21 02:26:31 +0000
6a2f849e56Fixed the converting assignment bug in optional<> Fixed the usage of 'None' in converter.h, which is declared as a macro in X11/X.h
Fernando Cacciola
2006-02-03 19:56:03 +0000
2962887de9Update Jamfile.v2
Vladimir Prus
2006-01-18 12:46:30 +0000
7bae7c7dbdLarge patch from Ulrich Eckhardt to fix support for EVC++ 4.
John Maddock
2005-08-25 16:27:28 +0000
0b7242ddc3Merged from 1.33.0 release
Douglas Gregor
2005-08-12 13:02:37 +0000
b26bbaf5a5Fix broken link
Douglas Gregor
2005-07-13 16:29:34 +0000
99ac7de524fixed: "bcc5.6.4 added to the old cast redirection list"
Fernando Cacciola
2005-06-27 15:05:13 +0000
852f6f36edbcc5.6.4 added to the old cast redirection list
Fernando Cacciola
2005-06-24 23:17:15 +0000
cd1476c690BOOST_TESTED_AT used in numeric_cast old_numeric_cast takes the exception class from converter_policies
Fernando Cacciola
2005-06-24 19:09:13 +0000