summaryrefslogtreecommitdiff
path: root/status
Commit message (Collapse)AuthorAgeFilesLines
...
* | Added tests for VMDEdward Diener2015-08-171-0/+1
|/
* Merge outstanding develop changes (as appropriate).Rene Rivera2015-08-052-2/+40
|
* add coroutine2 to status/Jamfile.v2Oliver Kowalke2015-07-151-0/+1
|
* Add convert to regression testing.Daniel James2015-05-121-0/+1
| | | | | Conflicts: status/Jamfile.v2
* Add missing /testBeman2015-02-191-1/+1
|
* Add Boost.Endian to boost super-project branch masterBeman2015-02-191-0/+1
|
* Merge pull request #48 from spreadsort/patch-3Rene Rivera2015-02-121-0/+1
|\ | | | | Add sort/test to status/Jamfile.v2
| * Add sort/test to status/Jamfile.v2spreadsort2015-01-211-0/+1
| | | | | | Adding the sort library to master.
* | Update status from develop.Daniel James2015-01-242-63/+308
|/ | | | | | The two versions had diverged a fair bit, but since the test failures are always marked up using the develop version it should be safe to assume it's correct.
* Update for MSVC14Marcel Raad2015-01-151-0/+3
| | | | | | lexical_cast_loopback_test and cmp_msvc_value_born_error are still expected to fail with MSVC14. Conflicts: status/explicit-failures-markup.xml
* Update expected failures for MSVCMarcel Raad2015-01-151-1/+6
| | | | The tests that are incompatible with the C++11 auto keyword and promote_enum_msvc_bug_test also fail on all newer versions of MSVC.
* Merge branch 'master' of github.com:boostorg/boostEric Niebler2014-07-121-1/+2
|\
| * Add Boost.Geometry Index sublib test to status/Jamfile.v2Adam Wulkiewicz2014-06-181-0/+1
| |
| * Remove enable_if from test Jamfile.Daniel James2014-06-121-1/+0
| | | | | | | | | | The tests are now in core, and are run from core's main test Jamfile, so there's no need to sepcifiy it here.
| * Add lexical_cast to status/Jamfile.v2.Peter Dimov2014-06-091-0/+1
| |
* | mark up expected accumulators failuresEric Niebler2014-07-121-0/+10
|/
* Add throw_exception to status/Jamfile.v2.Peter Dimov2014-06-031-0/+1
|
* Update swap test to core.Daniel James2014-06-021-1/+1
|
* Add core to status/Jamfile.v2Peter Dimov2014-06-011-0/+1
| | | | | Conflicts: status/Jamfile.v2
* Added Boost.TypeIndex libraryAntony Polukhin2014-05-181-0/+1
|
* Alphabetize Jamfile.v2.K. Noel Belcourt2014-05-111-6/+6
|
* Add align to releaseGlen Fernandes2014-04-281-0/+1
|
* Add assert to status/Jamfile.v2Peter Dimov2014-02-111-0/+1
|
* Add expected failure for Joachim Faulhaber.Daniel James2014-02-011-0/+1
|
* Marked sun-5.* as expected failure for Intrusive, Move and Container.Ion Gaztañaga2013-09-131-0/+3
| | | | [SVN r85665]
* Merge Predef library to release.Rene Rivera2013-09-091-0/+1
| | | | [SVN r85618]
* Updated for TTIEdward Diener2013-06-011-0/+15
| | | | [SVN r84599]
* Add type_erasure to releaseSteven Watanabe2013-05-212-0/+30
| | | | [SVN r84399]
* Merge Boost.Build from the trunk.Steven Watanabe2013-05-211-10/+8
| | | | [SVN r84398]
* Added TTI library, test status, and maintainer information.Edward Diener2013-05-191-0/+1
| | | | [SVN r84379]
* Added references to Boost.Log.Andrey Semashev2013-05-191-0/+1
| | | | [SVN r84377]
* Merged failure makup for msvc-11Joachim Faulhaber2012-12-311-0/+1
| | | | [SVN r82304]
* Boost.Atomic and Boost.Lockfree merged from trunk.Andrey Semashev2012-12-151-0/+2
| | | | [SVN r81976]
* Hash: Merge from trunk.Daniel James2012-12-131-1/+1
| | | | | | | | | - Avoid floating point workarounds on recent standard libraries. - Support int128. - Remove container_fwd_0x.hpp. [SVN r81920]
* merging odeint from trunkKarsten Ahnert2012-12-091-0/+1
| | | | [SVN r81811]
* Merge multiprecision from Trunk.John Maddock2012-12-091-0/+2
| | | | [SVN r81806]
* coroutine: initial commitOliver Kowalke2012-12-072-0/+16
| | | | [SVN r81769]
* accumulators: fix long-standing dependency tracking bug. merge [80826], ↵Eric Niebler2012-10-101-0/+2
| | | | | | [80885], [80888] from trunk. fixes #7409 [SVN r80927]
* remove unneeded markup for no-longer-failing phoenix failuresEric Niebler2012-10-031-7/+0
| | | | [SVN r80837]
* context: tests enabledOliver Kowalke2012-08-301-0/+1
| | | | [SVN r80324]
* markup failures, merge [79707] from trunkEric Niebler2012-07-231-0/+6
| | | | [SVN r79708]
* merge [78754] to releaseEric Niebler2012-05-291-18/+13
| | | | [SVN r78756]
* Marked some expected failures for release regression test compilers. Renamed ↵Lorenzo Caminiti2012-05-261-0/+3
| | | | | | a local function internal template parameter from Bn to Bindn (because B0 is defined as a macro from a Linux header to represent a baudrate). Added itdentity_type.hpp to utility.hpp. Made reference data members of LocalFunction Addable static (because they are not set in the constructor). [SVN r78659]
* Merged ScopeExit (improved), LocalFunction (new), ↵Lorenzo Caminiti2012-05-242-37/+21
| | | | | | Functional/OverloadedFunction (new), and Utility/IdentityType (new) from trunk into release branch. [SVN r78564]
* Merge from trunk:Antony Polukhin2012-05-131-0/+9
| | | | | | | | * Fixes ISO C++ does not support the ‘%lg’ gnu_printf format (refs #6852) * explicit-failures-markup merge from trunk * supress warnings in implicit_cast.cpp test [SVN r78450]
* Turn on tests for Boost.AlgorithmMarshall Clow2012-04-211-0/+1
| | | | [SVN r78113]
* Copied from trunk to release branchRobert Ramey2012-04-051-39/+373
| | | | [SVN r77786]
* removed antiquated markups for serialization library gcc compilersRobert Ramey2012-04-051-3/+0
| | | | [SVN r77784]
* Detail: Merge disabled gcc container forwardings. Fixes #6323.Daniel James2012-01-151-0/+23
| | | | [SVN r76529]
* Merge [76125], [76126] to release.Peter Dimov2011-12-261-5/+0
| | | | [SVN r76164]