boost/libs
Daniel James 71b33e7350 Merge from trunk. Fix some inspect errors, try to avoid instantiating the
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]
2008-06-23 17:44:53 +00:00
..
accumulators@e26cb38e06 Merged revisions 46558 via svnmerge from 2008-06-20 16:01:50 +00:00
algorithm@fc0f3dcffc Cummulative merge of updates from the main trunk 2008-06-19 12:07:24 +00:00
any@3dffa71ec0 Full merge from trunk at revision 41356 of entire boost-root tree. 2007-11-25 18:38:02 +00:00
array@4dd2cf1b64 Full merge from trunk at revision 41356 of entire boost-root tree. 2007-11-25 18:38:02 +00:00
asio@43174fd619 Merged from trunk to release branch. 2008-06-19 22:20:52 +00:00
assign@b8dfbb0f18 Full merge from trunk at revision 41356 of entire boost-root tree. 2007-11-25 18:38:02 +00:00
bimap@3daa894cf5 Add minor documentation fixes to the release branch. 2008-05-21 20:57:05 +00:00
bind@e22e641bbf Merge of new boost.thread code along with required changes from boost.bind 2008-06-18 13:01:08 +00:00
circular_buffer@c3fcf1a048 circular_buffer: improved documentation 2008-03-19 09:25:52 +00:00
compatibility@0cbae63142 Starting point for releases 2007-10-05 14:25:06 +00:00
compose@226c215150 Starting point for releases 2007-10-05 14:25:06 +00:00
concept_check@b15e7d804b Merge changeset 43861, fixing #1716 2008-03-26 16:59:45 +00:00
config@9f206cde8a The release branch will eventually become Boost 1.35.1 2008-04-14 14:01:59 +00:00
conversion@49c0b2f333 Merged revisions 43206,43208-43213 via svnmerge from 2008-02-10 16:39:38 +00:00
crc@9adf078994 Merged revisions 43206,43208-43213 via svnmerge from 2008-02-10 16:39:38 +00:00
date_time@2bed3cb1a2 Add minor documentation fixes to the release branch. 2008-05-21 20:57:05 +00:00
detail@680e819cf3 Full merge from trunk at revision 41356 of entire boost-root tree. 2007-11-25 18:38:02 +00:00
disjoint_sets@9fdf4a0db5 Merged revisions 43206,43208-43213 via svnmerge from 2008-02-10 16:39:38 +00:00
dynamic_bitset@61702fef06 Merged revisions 43206,43208-43213 via svnmerge from 2008-02-10 16:39:38 +00:00
exception@12029f86ba Starting point for releases 2007-10-05 14:25:06 +00:00
filesystem@8aac46b5a8 Fix inspect boo boos; mostly broken links 2008-03-18 19:52:58 +00:00
foreach@b92b58ae33 latest BOOST_FOREACH 2008-06-20 02:14:03 +00:00
format@a9b9bf0887 Add minor documentation fixes to the release branch. 2008-05-21 20:57:05 +00:00
function@bfdb5b161d Merged fixes for Function, Signals, and MPI from trunk. See #1499, see #1416, see #1486 2007-12-14 14:48:14 +00:00
function_types@6f100429eb stages trunk version for boost 1.35 2008-03-17 21:42:41 +00:00
functional@1d2dc015a9 Merge all hash changes from trunk. 2008-06-12 00:27:13 +00:00
fusion@813930aee6 Rebuild a lot of documentation. 2008-03-16 11:38:32 +00:00
gil@3412889eed Merged licence/copyright fixes from Trunk. 2008-03-16 10:26:10 +00:00
graph@1533e730ae Merge fix for #870 to release branch 2008-04-29 18:35:03 +00:00
graph_parallel@4f63230169 Starting point for releases 2007-10-05 14:25:06 +00:00
integer@85e4d3e23d Merged revisions 43206,43208-43213 via svnmerge from 2008-02-10 16:39:38 +00:00
interprocess@0bd9b8bf39 Add minor documentation fixes to the release branch. 2008-05-21 20:57:05 +00:00
intrusive@b4a7d44377 Add minor documentation fixes to the release branch. 2008-05-21 20:57:05 +00:00
io@eea2bb328c Merged revisions 43206,43208-43213 via svnmerge from 2008-02-10 16:39:38 +00:00
iostreams@f8427066e7 Merged missing iostreams detail headers from trunk 2008-03-05 14:31:07 +00:00
iterator@37c46f7da5 Merged revisions 43206,43208-43213 via svnmerge from 2008-02-10 16:39:38 +00:00
lambda@e67976c740 Applied patch (fixes bug #1307) 2008-02-05 16:15:35 +00:00
logic@f1d8f513bf Merged from trunk 2008-01-25 21:18:27 +00:00
math@ec61611cd8 Rebuild a lot of documentation. 2008-03-16 11:38:32 +00:00
mpi@2545439aa8 Fix MPI-Python compilation error with Intel 9.0+ 2008-05-27 17:45:04 +00:00
mpl@4d29901677 Apply changeset 43865, fixing #1718 2008-03-26 17:13:05 +00:00
multi_array@805db3d46f Merged revisions 43206,43208-43213 via svnmerge from 2008-02-10 16:39:38 +00:00
multi_index@93da3b3f29 merged rev. 43157 from trunk 2008-02-07 16:50:11 +00:00
numeric Add minor documentation fixes to the release branch. 2008-05-21 20:57:05 +00:00
optional@101bb76c18 Add minor documentation fixes to the release branch. 2008-05-21 20:57:05 +00:00
parameter@e6eda9a776 Merged revisions 43206,43208-43213 via svnmerge from 2008-02-10 16:39:38 +00:00
pool@54343933d3 Merged revisions 43206,43208-43213 via svnmerge from 2008-02-10 16:39:38 +00:00
preprocessor@4507d79106 Fix typo (bug #1434) 2008-02-05 16:07:19 +00:00
program_options@86487c7b63 Add example of zero_tokens 2008-05-17 07:28:17 +00:00
property_map@a24948956b Merged revisions 43206,43208-43213 via svnmerge from 2008-02-10 16:39:38 +00:00
property_tree@88ee5f0811 Full merge from trunk at revision 41356 of entire boost-root tree. 2007-11-25 18:38:02 +00:00
ptr_container@3f91ea1ff5 cleanup to pass inspection tool 2008-02-07 08:44:10 +00:00
python@4fea58f634 Add minor documentation fixes to the release branch. 2008-05-21 20:57:05 +00:00
random@f441c30dcd Merge from trunk to release 2008-03-19 00:02:06 +00:00
range@062e820882 missing ) fixed 2008-02-08 15:25:01 +00:00
rational@2bd157548b Merged revisions 43206,43208-43213 via svnmerge from 2008-02-10 16:39:38 +00:00
regex@9546df1f23 Rebuild a lot of documentation. 2008-03-16 11:38:32 +00:00
serialization@a118378af6 Fix compilation error on PPC Darwin 2008-03-19 16:57:48 +00:00
signals@2fd39d0771 Add minor documentation fixes to the release branch. 2008-05-21 20:57:05 +00:00
smart_ptr@a9cd84f43d Fix #1938 in release 2008-05-23 20:30:15 +00:00
spirit@8fbd9a2e47 Merged Spirit V2 from trunk. 2008-06-22 15:05:38 +00:00
statechart@e81fbd5bc2 Merged revisions 43206,43208-43213 via svnmerge from 2008-02-10 16:39:38 +00:00
static_assert@481c2efbac Merge minor change from Trunk. 2008-02-21 16:51:41 +00:00
system@bc0ea8a494 Remove extraneous defines since they are inherited from library build Jamfile 2008-01-20 02:01:35 +00:00
test@adf19ec55c Merge broken link fixes 2008-03-19 01:48:49 +00:00
thread@60fdcddcb5 Merge of new boost.thread code along with required changes from boost.bind 2008-06-18 13:01:08 +00:00
timer@6542d3f4a7 Merged revisions 43206,43208-43213 via svnmerge from 2008-02-10 16:39:38 +00:00
tokenizer@e42c40d000 Full merge from trunk at revision 41356 of entire boost-root tree. 2007-11-25 18:38:02 +00:00
tr1@faac9979be Fixes #1658. 2008-02-29 10:14:35 +00:00
tuple@57c6d6fd00 Merged revisions 43206,43208-43213 via svnmerge from 2008-02-10 16:39:38 +00:00
type_traits@1555130d16 Merged revisions 43621-43622 via svnmerge from 2008-03-15 13:13:08 +00:00
typeof@cde21a588d Merged from trunk: for visual studio 8 and visual studio 9, reverted to using sizeof in 'native' typeof operator as the use of typeid caused compilation error in visual studio source code analysis. 2007-12-20 12:04:40 +00:00
units@95d29d64a4 Add to release branch 2008-06-20 04:37:32 +00:00
unordered@4f27a146ef Merge from trunk. Fix some inspect errors, try to avoid instantiating the 2008-06-23 17:44:53 +00:00
utility@492a8ad213 Merge of new boost.thread code along with required changes from boost.bind 2008-06-18 13:01:08 +00:00
variant@5edc863174 Fixes #965 2008-01-26 23:06:24 +00:00
wave@6cf2e32f49 Merged Wave from trunk 2008-06-22 16:16:14 +00:00
xpressive@1cc0d6798e latest xpressive and proto 2008-06-20 02:29:59 +00:00
index.html
libraries.htm Add to release branch 2008-06-20 04:37:32 +00:00
maintainers.txt Merge from trunk. Fix some inspect errors, try to avoid instantiating the 2008-06-23 17:44:53 +00:00
platform_maintainers.txt Set up initial platform maintainers file 2007-12-13 19:20:55 +00:00