Super-project for modularized Boost
Find a file
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
doc Add to release branch 2008-06-20 04:37:32 +00:00
libs Merge from trunk. Fix some inspect errors, try to avoid instantiating the 2008-06-23 17:44:53 +00:00
more Update link to Boost.Thread from getting started. 2008-03-27 05:54:10 +00:00
people Add forwarding file, thus resolving many broken links 2008-03-14 12:20:33 +00:00
status Merge from trunk. Fix some inspect errors, try to avoid instantiating the 2008-06-23 17:44:53 +00:00
tools More URL checking in inspect. Now parses the URL and checks a few extra things. 2008-06-18 05:49:47 +00:00
wiki (merge from head) Add/update copyrights+license (with help of a shell script). 2006-11-06 15:06:05 +00:00
.gitattributes
.gitmodules Add to release branch 2008-06-20 04:37:32 +00:00
boost-build.jam Merge 41260 from trunk. Allow indication of the Boost.Build location with an argument. This allows to override the built-in BB when testing. 2007-11-20 18:05:45 +00:00
boost.css Merged L & C issue fixes from trunk to branch. 2006-12-02 10:53:49 +00:00
boost.png
configure Merge more configure fixes from the trunk 2008-04-29 18:46:53 +00:00
index.htm Rename readme.html to index.html, and add forwarding index.htm for backward compatibility. (merge from trunk) 2008-02-22 05:31:08 +00:00
index.html Fix broken link, add count of new libraries. 2008-03-15 12:47:43 +00:00
INSTALL Merge from initial trunk commit at 43875 2008-03-27 13:22:14 +00:00
Jamroot The release branch will eventually become Boost 1.35.1 2008-04-14 14:01:59 +00:00
LICENSE_1_0.txt
rst.css Doc and build fixes by Dave Abrahams. 2007-07-06 19:47:17 +00:00