summaryrefslogtreecommitdiff
path: root/status
Commit message (Collapse)AuthorAgeFilesLines
* Added test-suite "utility/swap" to /release/status/Jamfile.v2, hoping to see ↵Niels Dekker2008-11-191-0/+1
| | | | | | it at www.boost.org/development/tests/release/developer [SVN r49831]
* Merged utility\swap failures to release branch.Joseph Gauterin2008-11-151-0/+16
| | | | [SVN r49764]
* Merged revisions 43283,43992,44388 via svnmerge from Marshall Clow2008-10-091-11/+1
| | | | | | | | | | | | | | | | | | | | | https://svn.boost.org/svn/boost/trunk ........ r43283 | bemandawes | 2008-02-16 18:01:32 -0800 (Sat, 16 Feb 2008) | 1 line Show output of example program ........ r43992 | marshall | 2008-04-01 18:42:32 -0700 (Tue, 01 Apr 2008) | 1 line Replaced all occurrences of non-ASCII copyright symbol with '(c)' for people using non-ASCII code pages ........ r44388 | grafik | 2008-04-13 16:55:58 -0700 (Sun, 13 Apr 2008) | 1 line Move tokenizer tests into canonical test subdir structure. ........ [SVN r49216]
* merge proto from trunk to release branchEric Niebler2008-09-162-0/+11
| | | | [SVN r48800]
* Fix toolset name.John Maddock2008-08-041-1/+1
| | | | [SVN r47964]
* Committed a status/explicit-failures-markup.xml patch by Boris Gubenko.Jurko Gospodnetić2008-07-261-0/+20
| | | | [SVN r47828]
* Mark up two more expected failures.John Maddock2008-07-241-1/+18
| | | | [SVN r47747]
* Merge 47665 from trunkBeman Dawes2008-07-221-1/+1
| | | | [SVN r47686]
* Add TR1/VC9 markup.John Maddock2008-07-201-1/+27
| | | | [SVN r47636]
* Spirit: re-enabled testing of Spirit.Classic, fixed failing Spirit.Classic ↵Hartmut Kaiser2008-07-191-1/+2
| | | | | | test cases, added missing file [SVN r47602]
* Merge trunkBeman Dawes2008-07-151-3/+18
| | | | [SVN r47440]
* BOOST_NO_TYPEID supportEmil Dotchevski2008-07-021-0/+1
| | | | | | | | exception/index.html redirection Added Boost Exception to libraries.htm and maintainers.txt Added Boost Exception to status/Jamfile.v2 [SVN r47010]
* Merge from trunk. Fix some inspect errors, try to avoid instantiating theDaniel James2008-06-231-0/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | equality operators when not required, and some bookkeeping. ................ r42539 | danieljames | 2008-01-06 17:48:11 +0000 (Sun, 06 Jan 2008) | 2 lines Add the unordered library to the maintainers list. ................ r46579 | danieljames | 2008-06-21 16:32:11 +0100 (Sat, 21 Jun 2008) | 10 lines Define unordered containers' friend functions outside of the class. On some compilers, friend functions are being instantiated when the main class is explicitly instantiated. This is slightly problematic because the equality functions (which are an extension) put extra requirements on the types used. So I'm going to try defining the functions outside of the class, in the hope that they won't get instantiated. If someone wants non-member functions to be instantiated, I think it's reasonable to expect them to explicitly instantiate them, especially as compilers don't seem to be consistent about this. ................ r46587 | danieljames | 2008-06-21 20:58:39 +0100 (Sat, 21 Jun 2008) | 8 lines Get the test to pass when pair's default constructor creates two instances of the member classes. With some standard libraries I was getting two copies of the object after creating a default pair, probably because it was creating an instance for its default parameter. So only test after creating the pair object - since it isn't our concern how many instances that creates. ................ r46588 | danieljames | 2008-06-21 21:11:26 +0100 (Sat, 21 Jun 2008) | 1 line Markup an expected failure for unordered. ................ r46594 | danieljames | 2008-06-21 23:02:15 +0100 (Sat, 21 Jun 2008) | 19 lines Merge inspect fixes for the unordered library. Merged revisions 46470-46592 via svnmerge from https://svn.boost.org/svn/boost/branches/unordered/trunk ................ r46589 | danieljames | 2008-06-21 21:37:42 +0100 (Sat, 21 Jun 2008) | 2 lines Fix some inspect errors (tabs and missing copyright/license). ................ r46591 | danieljames | 2008-06-21 21:47:51 +0100 (Sat, 21 Jun 2008) | 1 line Move memory.hpp into the helpers subdirectory. ................ r46592 | danieljames | 2008-06-21 22:08:53 +0100 (Sat, 21 Jun 2008) | 1 line Prevent inspect errors for unnamed namespaces in some of the test header files. ................ ................ r46607 | danieljames | 2008-06-22 14:54:45 +0100 (Sun, 22 Jun 2008) | 9 lines Extract the hash and equality functions from hash_table_data_*. As these are extensions and add extra requirements to the container elements, they shouldn't be part of hash_table_data_* so that they won't get instantiated if an unordered container is explicitly instantiated. Merged revisions 46594-46604 via svnmerge from https://svn.boost.org/svn/boost/branches/unordered/trunk ................ r46608 | danieljames | 2008-06-22 16:00:02 +0100 (Sun, 22 Jun 2008) | 5 lines Remove the svnmerge integration information for the unordered branch. Now that the unordered library is moving towards release, the main development version is in trunk. New features will be developed on a new branch. ................ [SVN r46629]
* Add to release branchSteven Watanabe2008-06-201-0/+1
| | | | [SVN r46545]
* mark-up foreach failuresEric Niebler2008-06-201-10/+48
| | | | [SVN r46543]
* integrate accumulatorsEric Niebler2008-06-202-0/+30
| | | | [SVN r46542]
* Add Boost.Unordered to the regression tests.Daniel James2008-06-181-0/+2
| | | | | | | | | | | | | | Merged revisions 42536 via svnmerge from https://svn.boost.org/svn/boost/trunk ........ r42536 | danieljames | 2008-01-06 17:40:32 +0000 (Sun, 06 Jan 2008) | 1 line Add Boost.Unordered to the regression tests. ........ [SVN r46495]
* Apply changeset 43864, fixing #1717Beman Dawes2008-03-261-0/+15
| | | | [SVN r43871]
* Markup VC9 failuresDouglas Gregor2008-03-191-0/+4
| | | | [SVN r43729]
* stages trunk version for boost 1.35Tobias Schwinger2008-03-171-16/+2
| | | | [SVN r43684]
* merged marking for gcc-3.4.6_linux_ia64 toolset to release branchBoris Gubenko2008-01-131-0/+16
| | | | [SVN r42725]
* Merge latest from trunk at 42112Beman Dawes2007-12-161-21/+33
| | | | [SVN r42113]
* Merge trunk at 42025Beman Dawes2007-12-141-16/+115
| | | | [SVN r42033]
* Merge in hash failure markup from trunk.Daniel James2007-12-021-1/+1
| | | | [SVN r41579]
* Merge from trunk: remove hp_cxx-71_006_tru64 as required.Beman Dawes2007-11-251-1/+2
| | | | [SVN r41379]
* Full merge from trunk at revision 41356 of entire boost-root tree.Beman Dawes2007-11-252-19/+18
| | | | [SVN r41375]
* Merge from trunk at 41327Beman Dawes2007-11-241-13/+93
| | | | [SVN r41329]
* Merged from trunk at 41158, with libraries not merged yet commented outBeman Dawes2007-11-1611-929/+996
| | | | [SVN r41159]
* Add acc to list of required toolsets.Thomas Witt2007-05-221-0/+1
| | | | [SVN r37736]
* none_test failures in VC6.5/7.0 marked as expectedFernando Cacciola2007-04-171-0/+2
| | | | [SVN r37461]
* Mark NEW none_test as expected failure in borland-5.8.2Fernando Cacciola2007-04-161-0/+8
| | | | [SVN r37451]
* Expectation to fail removed, since the tests are working now.Roland Schwarz2007-04-061-11/+0
| | | | [SVN r37381]
* Update for new Borland failureJeff Garland2007-03-291-0/+14
| | | | [SVN r37317]
* mark some tests for HP-UXBoris Gubenko2007-03-281-0/+19
| | | | [SVN r37309]
* update: Failures in optional_test with msvc-6.5/7.0 now marked as expectedFernando Cacciola2007-03-271-1/+1
| | | | [SVN r37303]
* Failures in optional_test with msvc-6.5/7.0 now marked as expectedFernando Cacciola2007-03-271-0/+6
| | | | [SVN r37302]
* Merge: some markupVladimir Prus2007-03-151-3/+56
| | | | [SVN r37196]
* Last regex markup for this release.John Maddock2007-03-101-0/+1
| | | | [SVN r37164]
* Mark up remaining failures, with explanation.John Maddock2007-03-041-0/+23
| | | | [SVN r37136]
* Patches for HP aCC and Compaq tru64John Maddock2007-02-271-1/+0
| | | | [SVN r37106]
* Marked python expected to fail for gcc-cygwin-3.4.4.Roland Schwarz2007-02-241-0/+11
| | | | [SVN r37052]
* correct the name of failed tests for date-time so they are marked correctlyJeff Garland2007-02-231-2/+2
| | | | [SVN r37040]
* Ooops, get toolset name right.John Maddock2007-02-211-1/+1
| | | | [SVN r37028]
* Add explicit failure on acc as reuested by Boris Gubenko.Thomas Witt2007-02-201-1/+11
| | | | [SVN r37014]
* Add explicit failure for zip_iterator_test on msvc 6.5 STLport 4.Thomas Witt2007-02-201-0/+10
| | | | [SVN r37013]
* Update release toolset listThomas Witt2007-02-201-3/+0
| | | | [SVN r37012]
* Typo corrected.Roland Schwarz2007-02-191-1/+1
| | | | [SVN r37009]
* Mark hash float test failure for cygwin.Daniel James2007-02-191-0/+11
| | | | [SVN r37008]
* additional date-time unexplained failures for stlport4 msvc 7.1Jeff Garland2007-02-181-0/+11
| | | | [SVN r36996]
* update date-time failures for stlport4 msvc 7.1Jeff Garland2007-02-181-0/+1
| | | | [SVN r36995]