summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Boost.Log merged to trunk.boost-1.41.0-beta1Andrey Semashev2013-04-132-0/+4
| | | | [SVN r83860]
* Release 1.41.0 Beta 1Beman Dawes2009-11-04504-0/+47813
|\ | | | | | | [SVN r57353]
| * fix for uninitialized PODs in resizeThorsten Jørgen Ottosen2009-11-011-0/+0
| | | | | | | | [SVN r57273]
| * Merged boost.thread changes from trunkAnthony Williams2009-10-301-0/+0
| | | | | | | | [SVN r57243]
| * Spirit: merging pending doc changesHartmut Kaiser2009-10-291-0/+0
| | | | | | | | [SVN r57236]
| * Spirit: last merge of docs before beta releaseHartmut Kaiser2009-10-291-0/+0
| | | | | | | | [SVN r57223]
| * Spirit: merging docs from trunkHartmut Kaiser2009-10-291-0/+0
| | | | | | | | [SVN r57218]
| * Spirit: deleted a file from release branchHartmut Kaiser2009-10-291-0/+0
| | | | | | | | [SVN r57215]
| * Spirit: merging docs from trunkHartmut Kaiser2009-10-291-0/+0
| | | | | | | | [SVN r57213]
| * see #3449:Gunter Winkler2009-10-281-0/+0
| | | | | | | | | | | | | | | | * merged [57209] into release [SVN r57210]
| * see #3443: Gunter Winkler2009-10-281-0/+0
| | | | | | | | | | | | | | | | | | | | | | * merged improved documentation * enabled forgotten unit tests in jamfile (see #3449) * merged [53674],[53675],[56584],[56601] into release * partially merged [56005],[56006] into release [SVN r57207]
| * see #3449Gunter Winkler2009-10-281-1/+10
| | | | | | | | | | | | | | | | * merged [56637]: marked known failure of begin_end test for msvc 7.1 [SVN r57205]
| * Spirit: merging doc updatesHartmut Kaiser2009-10-281-0/+0
| | | | | | | | [SVN r57204]
| * Spirit: merging from trunkHartmut Kaiser2009-10-281-0/+0
| | | | | | | | [SVN r57201]
| * Marked up explicit failures for thread libraryAnthony Williams2009-10-281-0/+32
| | | | | | | | [SVN r57188]
| * Merge Boost.Build from trunk.Vladimir Prus2009-10-281-0/+0
| | | | | | | | | | | | | | | | Note that since regression tests are using trunk Boost.Build, this is already tested. [SVN r57186]
| * Merged revisions 57126,57139,57150-57153 via svnmerge from Daniel James2009-10-271-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://svn.boost.org/svn/boost/trunk ........ r57126 | danieljames | 2009-10-24 12:56:30 +0100 (Sat, 24 Oct 2009) | 1 line Update the intel compile flags. ........ r57139 | danieljames | 2009-10-24 18:53:03 +0100 (Sat, 24 Oct 2009) | 1 line Fix unordered for intel strict. ........ r57150 | danieljames | 2009-10-25 10:54:28 +0000 (Sun, 25 Oct 2009) | 1 line Fix the intel strict flag. ........ r57151 | danieljames | 2009-10-25 10:54:53 +0000 (Sun, 25 Oct 2009) | 1 line Remove insert empty initializer lists, as there's a bug in gcc. ........ r57152 | danieljames | 2009-10-25 10:55:08 +0000 (Sun, 25 Oct 2009) | 1 line Slightly rearrange the unordered container headers so that prev_prime is defined before it's used. ........ r57153 | danieljames | 2009-10-25 10:55:27 +0000 (Sun, 25 Oct 2009) | 1 line Remove 'grouped' from hash_table as it isn't used and is a bit confusing. ........ [SVN r57179]
| * Spirit: merging latest bug fixes from trunkHartmut Kaiser2009-10-271-0/+0
| | | | | | | | [SVN r57164]
| * Fixes for minor and/or obscure bugsRobert Ramey2009-10-241-0/+0
| | | | | | | | [SVN r57136]
| * Spirit: merging docs from trunkHartmut Kaiser2009-10-241-0/+0
| | | | | | | | [SVN r57135]
| * Fixes for minor and/or obscure bugsRobert Ramey2009-10-241-0/+0
| | | | | | | | [SVN r57134]
| * Spirit: merging test fixes from trunkHartmut Kaiser2009-10-241-0/+0
| | | | | | | | [SVN r57131]
| * Phoenix: disambiguating addressof for vc10 (merging from trunk)Hartmut Kaiser2009-10-241-0/+0
| | | | | | | | [SVN r57121]
| * Merge documentation fix in Jamroot.Vladimir Prus2009-10-221-1/+4
| | | | | | | | [SVN r57063]
| * Added errinfo_nested_exception typedef. Documentation update.Emil Dotchevski2009-10-221-0/+0
| | | | | | | | [SVN r57059]
| * Merge to release, fix for fix in r35591: Troy D. Straszheim2009-10-211-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | sometimes __hppa is on PA-RISC but __hpux isn't (e.g. on linux) Fixes ticket #3537 [SVN r57049]
| * Merge a couple of documentation changes.Daniel James2009-10-202-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merged revisions 56988-56989 via svnmerge from https://svn.boost.org/svn/boost/trunk ........ r56988 | danieljames | 2009-10-18 21:18:28 +0100 (Sun, 18 Oct 2009) | 1 line Add release notes for unordered. ........ r56989 | danieljames | 2009-10-18 21:18:43 +0100 (Sun, 18 Oct 2009) | 1 line Mention that image attributes are supported. ........ [SVN r57028]
| * A couple of bug fixes for unordered containers.Daniel James2009-10-201-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merged revisions 57005-57006 via svnmerge from https://svn.boost.org/svn/boost/trunk ........ r57005 | danieljames | 2009-10-19 20:24:33 +0100 (Mon, 19 Oct 2009) | 6 lines Use normal emplace implementation for emplace_hint and insert with hint. There's a bug in the emplace_hint implementation for unordered containers with equivalent keys. Since my tests missed it, I'm just going to use the normal emplace implementation until I write better tests. ........ r57006 | danieljames | 2009-10-19 20:32:09 +0100 (Mon, 19 Oct 2009) | 1 line Fix allocator for construct from initializer list. ........ [SVN r57027]
| * Fixes for 1.41Ion Gaztañaga2009-10-201-0/+0
| | | | | | | | [SVN r57019]
| * merge from trunk very minor fixes for ticket #2582Troy D. Straszheim2009-10-201-0/+0
| | | | | | | | [SVN r57017]
| * Spirit: added missing header file (merged from trunk)Hartmut Kaiser2009-10-201-0/+0
| | | | | | | | [SVN r57015]
| * Spirit: fixing compiler versioning problem (merging from trunk)Hartmut Kaiser2009-10-201-0/+0
| | | | | | | | [SVN r57011]
| * Fixes for 1.41Ion Gaztañaga2009-10-191-0/+0
| | | | | | | | [SVN r57004]
| * Fixes for 1.41Ion Gaztañaga2009-10-191-0/+0
| | | | | | | | [SVN r57002]
| * Spirit: removed undefined behavior in grammar initialization (merging from ↵Hartmut Kaiser2009-10-191-0/+0
| | | | | | | | | | | | trunk) [SVN r57000]
| * Merged thread changes from trunkAnthony Williams2009-10-191-0/+0
| | | | | | | | [SVN r56992]
| * replaced MPL_ASSERT by STATIS_ASSERT because of gcc-4.4 bugMatthias Troyer2009-10-181-0/+0
| | | | | | | | [SVN r56979]
| * Spirit: merged testsHartmut Kaiser2009-10-171-0/+0
| | | | | | | | [SVN r56971]
| * Spirit: merging from trunkHartmut Kaiser2009-10-171-0/+0
| | | | | | | | [SVN r56970]
| * Spirit: merging docs from trunkHartmut Kaiser2009-10-171-0/+0
| | | | | | | | [SVN r56969]
| * Getting started: regenerate to incorporate CMake changesBeman Dawes2009-10-173-0/+15
| | | | | | | | [SVN r56963]
| * Spirit: merging docs from trunkHartmut Kaiser2009-10-171-0/+0
| | | | | | | | [SVN r56962]
| * Notices about where to get boost-cmake (separately).Troy D. Straszheim2009-10-173-0/+25
| | | | | | | | [SVN r56959]
| * Fixes for 1.41Ion Gaztañaga2009-10-171-0/+0
| | | | | | | | [SVN r56956]
| * Fixes for 1.41Ion Gaztañaga2009-10-171-0/+0
| | | | | | | | [SVN r56954]
| * same placeholder CMakeLists.txt as on trunk. I sure hope this doesn't anger ↵Troy D. Straszheim2009-10-171-0/+17
| | | | | | | | | | | | the inspect program. [SVN r56946]
| * rm cmake from the release branch before it goes out broken. Policy dictates ↵Troy D. Straszheim2009-10-1794-480/+0
| | | | | | | | | | | | that you never commit to release, you commit to trunk and merge to release. [SVN r56941]
| * Update docs with Linux performance results.John Maddock2009-10-161-0/+0
| | | | | | | | | | | | Fix distributions.cpp so it's DCDFLIB testing code is gcc-compatible. [SVN r56925]
| * Merging r56922 from trunk. Removes FP comparison to avoid asserts when they'reAndrew Sutton2009-10-161-0/+0
| | | | | | | | | | | | | | inaccurate. [SVN r56923]
| * Fixes for 1.41Ion Gaztañaga2009-10-161-0/+0
| | | | | | | | [SVN r56921]