summaryrefslogtreecommitdiff
path: root/status
Commit message (Collapse)AuthorAgeFilesLines
* Merge some of the unordered and property tree test setup.Daniel James2009-10-122-1/+22
| | | | | | | | | | | | | | | | | | | | | | Merged revisions 55728,56020,56633 via svnmerge from https://svn.boost.org/svn/boost/trunk ........ r55728 | danieljames | 2009-08-23 11:06:24 +0100 (Sun, 23 Aug 2009) | 1 line Mark up a couple of unordered container failures. ........ r56020 | cornedbee | 2009-09-04 22:03:54 +0100 (Fri, 04 Sep 2009) | 1 line Have testers generate results for PropertyTree. ........ r56633 | hkaiser | 2009-10-07 14:35:44 +0100 (Wed, 07 Oct 2009) | 1 line Untabified file ........ [SVN r56750]
* property_tree: merge markupBeman Dawes2009-10-031-0/+38
| | | | [SVN r56554]
* Append * to msvc-N.M toolsets in my tests.Alexander Nasonov2009-09-161-7/+7
| | | | [SVN r56238]
* lexical_cast_vc8_bug_test is expected to fail on msvc-8.0*.Alexander Nasonov2009-09-161-0/+9
| | | | [SVN r56236]
* re-enabled testing intrusive on sunChristopher Hite2009-09-041-1/+0
| | | | [SVN r56011]
* Added graph_parallel to test listJeremiah Willcock2009-08-031-0/+1
| | | | [SVN r55392]
* Merged over BGL changes from trunkJeremiah Willcock2009-08-031-70/+0
| | | | [SVN r55391]
* Merged r55265, r55266, r55355, and r55356 from trunk, hopefully fixing VC++ ↵Jeremiah Willcock2009-08-021-11/+0
| | | | | | problems; removed VC++ from csr_graph_test known failures for regression tests [SVN r55357]
* Merge: Markup build/timedata failure on windows.Vladimir Prus2009-08-011-0/+13
| | | | [SVN r55338]
* Mark up math lib tests that require external software in order to pass.John Maddock2009-07-231-0/+8
| | | | [SVN r55109]
* Add expected failures of the type_traits/test/promote_enum_msvc_bug_testAlexander Nasonov2009-06-221-0/+10
| | | | [SVN r54236]
* Merged in commits on trunk mentioned in comments 1-32 of #3134, plus r54059 ↵Jeremiah Willcock2009-06-181-2/+10
| | | | | | not listed there; refs #3134 [SVN r54064]
* Misc. unordered changes. Fixes #3082, #3119.Daniel James2009-06-061-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merged revisions 53505-53506,53525,53550,53552,53614 via svnmerge from https://svn.boost.org/svn/boost/trunk ........ r53505 | danieljames | 2009-05-31 16:50:56 +0100 (Sun, 31 May 2009) | 1 line Disable incorrect Visual C++ 64-bit warnings. Ref #3082. ........ r53506 | danieljames | 2009-05-31 16:53:09 +0100 (Sun, 31 May 2009) | 1 line Remove misplaced visual C++ warning pragma. ........ r53525 | danieljames | 2009-06-01 07:50:37 +0100 (Mon, 01 Jun 2009) | 1 line Fix tests for when the library has support for initializer lists but the compiler doesn't. ........ r53550 | danieljames | 2009-06-01 20:17:49 +0100 (Mon, 01 Jun 2009) | 1 line Get the type of the initializer_list right. ........ r53552 | danieljames | 2009-06-01 20:22:27 +0100 (Mon, 01 Jun 2009) | 1 line Fix the unordered_map declaration in the tutorial. Fixes #3119. ........ r53614 | danieljames | 2009-06-03 23:48:49 +0100 (Wed, 03 Jun 2009) | 1 line The move tests pass on 64 bit visual c++. ........ [SVN r53687]
* Minor hash test changes.Daniel James2009-06-061-6/+2
| | | | | | | | | | | | | | | | | | | Merged revisions 53522-53523 via svnmerge from https://svn.boost.org/svn/boost/trunk ........ r53522 | danieljames | 2009-06-01 07:49:45 +0100 (Mon, 01 Jun 2009) | 1 line Test the hash functions for a couple of typedefs. ........ r53523 | danieljames | 2009-06-01 07:50:14 +0100 (Mon, 01 Jun 2009) | 2 lines Recent versions of borland haven't fixed some of their namespace bugs, so mark up their hash failures for all versions. ........ [SVN r53686]
* Merging Signals2 to release branch.Frank Mori Hess2009-03-111-0/+1
| | | | [SVN r51710]
* Merged revisions 51169,51271 via svnmerge from Eric Niebler2009-02-161-0/+8
| | | | | | | | | | | | | | | | | https://svn.boost.org/svn/boost/trunk ........ r51169 | eric_niebler | 2009-02-09 16:50:16 -0800 (Mon, 09 Feb 2009) | 1 line eliminate shadow warnings on gcc for nested FOREACH loops ........ r51271 | eric_niebler | 2009-02-16 09:50:31 -0800 (Mon, 16 Feb 2009) | 1 line mark up foreach failures on borland-6.1 ........ [SVN r51272]
* Merge ScopeExit from trunk.Alexander Nasonov2009-01-211-0/+1
| | | | [SVN r50713]
* Merge ScopeExit from trunk.Alexander Nasonov2009-01-211-0/+43
| | | | [SVN r50712]
* status: merge from trunkBeman Dawes2008-12-153-425/+2874
| | | | [SVN r50276]
* 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]