summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Boost.Log merged to trunk.boost-1.42.0Andrey Semashev2013-04-132-0/+4
| | | | [SVN r83860]
* Boost 1.42.0Beman Dawes2010-02-02506-0/+47872
|\ | | | | | | [SVN r59432]
| * Handle redirections when downloading docbook files.Daniel James2010-01-311-0/+0
| | | | | | | | [SVN r59378]
| * fix regression failure. macro BOOST_SPIRIT_TEST_REAL_PRECISION enables a ↵Joel de Guzman2010-01-301-0/+0
| | | | | | | | | | | | particular test for precision. This is disabled by default. [SVN r59360]
| * Merge some fixes from trunk:Daniel James2010-01-242-0/+0
| | | | | | | | | | | | | | | | | | - Missing newline in an iostreams header. - Link fixes for iostream documentation. - Ignore a doxygen tag in boostbook. [SVN r59258]
| * Spirit: merging docs from trunkHartmut Kaiser2010-01-241-0/+0
| | | | | | | | [SVN r59255]
| * Spirit: merging bug fix for rule copy construction from trunkHartmut Kaiser2010-01-231-0/+0
| | | | | | | | [SVN r59240]
| * Spirit: merging docs from trunkHartmut Kaiser2010-01-181-0/+0
| | | | | | | | [SVN r59135]
| * Merge doc and example changes from trunk.Christopher Kohlhoff2010-01-181-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ........ r58900 | chris_kohlhoff | 2010-01-11 23:22:33 +1100 (Mon, 11 Jan 2010) | 2 lines Add HTTP Server 4 example. ........ r59103 | chris_kohlhoff | 2010-01-18 08:42:36 +1100 (Mon, 18 Jan 2010) | 2 lines Add coroutine::is_complete() and support for "yield break;". ........ r59104 | chris_kohlhoff | 2010-01-18 08:48:17 +1100 (Mon, 18 Jan 2010) | 2 lines Document ordering of handlers in strands. Fix error in streambuf snippet. ........ r59106 | chris_kohlhoff | 2010-01-18 09:21:21 +1100 (Mon, 18 Jan 2010) | 2 lines Update revision history. ........ [SVN r59110]
| * Merged r59005 from trunk, commenting out debugging codeJeremiah Willcock2010-01-151-0/+0
| | | | | | | | [SVN r59031]
| * Copy generated fusion documentation from trunk.Daniel James2010-01-151-0/+0
| | | | | | | | [SVN r59021]
| * Merge link fix.Daniel James2010-01-151-0/+0
| | | | | | | | [SVN r59013]
| * Spirit: merging from trunkHartmut Kaiser2010-01-141-0/+0
| | | | | | | | [SVN r59011]
| * Merge root index for 1.42.Daniel James2010-01-131-2/+2
| | | | | | | | [SVN r58992]
| * merge from trunk (58852-58891)Matias Capeletto2010-01-131-0/+0
| | | | | | | | [SVN r58985]
| * merge from trunk (58852-58891)Matias Capeletto2010-01-131-0/+0
| | | | | | | | [SVN r58984]
| * merge trunkBeman Dawes2010-01-1329-24/+97
| | | | | | | | [SVN r58983]
| * add uuid libraryAndy Tompkins2010-01-133-0/+4
| | | | | | | | [SVN r58969]
| * add uuid libraryAndy Tompkins2010-01-131-0/+0
| | | | | | | | [SVN r58968]
| * add uuid libraryAndy Tompkins2010-01-132-0/+4
| | | | | | | | [SVN r58967]
| * Merged array changes from trunk to releaseMarshall Clow2010-01-121-0/+0
| | | | | | | | [SVN r58921]
| * Fixes #3704.John Maddock2010-01-111-0/+0
| | | | | | | | [SVN r58905]
| * Merged revisions 58887 via svnmerge from Eric Niebler2010-01-111-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | https://svn.boost.org/svn/boost/trunk ........ r58887 | eric_niebler | 2010-01-11 21:42:45 +1100 (Mon, 11 Jan 2010) | 1 line add qualification to extractor calls for gcc users ........ [SVN r58889]
| * Merge changes in Trunk:John Maddock2010-01-111-0/+0
| | | | | | | | | | | | | | | | Simplify regex_timer to eliminate regression failure. Rename extern "C" function to have a "boost_" prefix. Fix recursive-expression related bug, and update tests to match. [SVN r58885]
| * Version bump.Christopher Kohlhoff2010-01-111-0/+0
| | | | | | | | [SVN r58884]
| * Merge from trunk. Fixes #3743, #3670, #3822.Christopher Kohlhoff2010-01-111-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ........ r58670 | chris_kohlhoff | 2010-01-04 23:33:04 +1100 (Mon, 04 Jan 2010) | 2 lines Fix example to compile with MSVC 10 beta 2. ........ r58671 | chris_kohlhoff | 2010-01-04 23:33:42 +1100 (Mon, 04 Jan 2010) | 2 lines Fix Win64 warnings. ........ r58703 | chris_kohlhoff | 2010-01-05 22:51:41 +1100 (Tue, 05 Jan 2010) | 3 lines Include boost/limits.hpp rather than <limits>, to support older compilers. Refs #3743. ........ r58704 | chris_kohlhoff | 2010-01-05 23:20:10 +1100 (Tue, 05 Jan 2010) | 2 lines Drop back to second_clock if microsec_clock is unavailable. Refs #3743. ........ r58705 | chris_kohlhoff | 2010-01-05 23:50:39 +1100 (Tue, 05 Jan 2010) | 2 lines Use sockatmark if SIOCATMARK is not defined. Refs #3743. ........ r58740 | chris_kohlhoff | 2010-01-06 13:38:39 +1100 (Wed, 06 Jan 2010) | 2 lines Use buffer debugging workaround with MSVC 8 only. ........ r58761 | chris_kohlhoff | 2010-01-06 23:27:05 +1100 (Wed, 06 Jan 2010) | 2 lines Disable iostreams-related functionality if BOOST_NO_IOSTREAMS is defined. Refs #3743. ........ r58762 | chris_kohlhoff | 2010-01-06 23:36:51 +1100 (Wed, 06 Jan 2010) | 2 lines Apply fix for reported excessive CPU usage under Solaris. Refs #3670. ........ r58782 | chris_kohlhoff | 2010-01-07 09:44:48 +1100 (Thu, 07 Jan 2010) | 2 lines Disable handler allocation and invocation hooks on g++ 2.x. Refs #3743. ........ r58793 | chris_kohlhoff | 2010-01-08 09:18:16 +1100 (Fri, 08 Jan 2010) | 2 lines Support platforms that don't define INET6_ADDRSTRLEN. Refs #3743. ........ [SVN r58883]
| * Merge boostbook changes.Daniel James2010-01-101-0/+0
| | | | | | | | [SVN r58879]
| * Fix some whitespace differences between trunk and release.Daniel James2010-01-103-0/+0
| | | | | | | | [SVN r58878]
| * Spirit: merging docs from trunkHartmut Kaiser2010-01-101-0/+0
| | | | | | | | [SVN r58873]
| * Spirit: merging from trunkHartmut Kaiser2010-01-101-0/+0
| | | | | | | | [SVN r58872]
| * reverted [58517]Joaquín M López Muñoz2010-01-091-0/+0
| | | | | | | | [SVN r58847]
| * Merge unordered documentation.Daniel James2010-01-092-0/+0
| | | | | | | | [SVN r58844]
| * Merge iostreams. Release notes + more support for sun.Daniel James2010-01-091-0/+0
| | | | | | | | [SVN r58843]
| * Spirit: merged addition of qi::matches from trunkHartmut Kaiser2010-01-081-0/+0
| | | | | | | | [SVN r58819]
| * Merge from trunk.Vladimir Prus2010-01-081-0/+0
| | | | | | | | [SVN r58818]
| * Merge iostreams changes.Daniel James2010-01-081-0/+0
| | | | | | | | [SVN r58803]
| * Merge unordered changes.Daniel James2010-01-081-0/+0
| | | | | | | | [SVN r58802]
| * Merge hash changes.Daniel James2010-01-081-0/+0
| | | | | | | | [SVN r58801]
| * Spirit: merging from trunkHartmut Kaiser2010-01-071-0/+0
| | | | | | | | [SVN r58787]
| * Merged r58783 from trunk, fixing doc typoJeremiah Willcock2010-01-071-0/+0
| | | | | | | | [SVN r58784]
| * Add bcp docs.John Maddock2010-01-061-0/+2
| | | | | | | | [SVN r58765]
| * Merge updates from TrunkJohn Maddock2010-01-061-0/+0
| | | | | | | | [SVN r58764]
| * Add markup for new tests and VC-7.1John Maddock2010-01-061-2/+21
| | | | | | | | [SVN r58753]
| * Merge warning fix from trunk. Fixes #1414.Daniel James2010-01-061-0/+0
| | | | | | | | [SVN r58747]
| * Wave: merging from trunkHartmut Kaiser2010-01-051-0/+0
| | | | | | | | [SVN r58724]
| * Spirit: merging from trunkHartmut Kaiser2010-01-051-0/+0
| | | | | | | | [SVN r58723]
| * Merged revisions 58401,58412 via svnmerge from Eric Niebler2010-01-051-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://svn.boost.org/svn/boost/trunk ........ r58401 | eric_niebler | 2009-12-16 09:29:09 +1100 (Wed, 16 Dec 2009) | 1 line more appropriate use of ellipses when a really bad conversion sequence is needed ........ r58412 | eric_niebler | 2009-12-16 21:30:40 +1100 (Wed, 16 Dec 2009) | 1 line fix BOOST_PROTO_EXTENDS to work with elaborated types ........ [SVN r58697]
| * accomodate fusion::fold changesEric Niebler2010-01-051-0/+0
| | | | | | | | [SVN r58696]
| * Merged triggering_event from trunk to branch.Andreas Huber2010-01-041-0/+0
| | | | | | | | [SVN r58693]
| * circular_buffer: constant complexity of clear method and destructor; added ↵Jan Gaspar2010-01-041-0/+0
| | | | | | | | | | | | erase_begin and erase_end methods [SVN r58681]