Commit Graph

244 Commits

Author SHA1 Message Date
Daniel James
afaf28c796 Remove duplicate declaration of 'size'.
[SVN r40566]
2007-10-29 20:23:39 +00:00
Daniel James
35402d185e Move the 'swap' free functions inside the class declarations that they should be associated with.
[SVN r40563]
2007-10-29 20:20:58 +00:00
Daniel James
0f5c2e1a7d Quick note about n2339 - Response to N2257=07-0117 "Removing unused allocator functions"
[SVN r39953]
2007-10-12 00:04:10 +00:00
Daniel James
3b3c0f68e8 Rewrite the swap implementation note so that it make some sort of sense.
[SVN r39952]
2007-10-11 23:57:52 +00:00
Daniel James
1b200a6194 Update the unordered containers' documentation and notes for the most recent papers from the C++ working group - will probably have to do this again in a few weeks.
[SVN r39951]
2007-10-11 23:51:29 +00:00
Daniel James
2cdb800ec3 Change insert/erase as specified in n2369.
[SVN r39949]
2007-10-11 22:47:17 +00:00
Daniel James
ba7d4151c9 Fix the authors and copyrights in the unordered container document info.
[SVN r39911]
2007-10-10 21:47:21 +00:00
Daniel James
f5a56fee81 Fix a typo.
[SVN r39027]
2007-08-27 23:01:34 +00:00
Daniel James
048eed8315 Slight improvement to the unordered containers boostbook code.
[SVN r39026]
2007-08-27 23:00:30 +00:00
Daniel James
4bd65e069e Fix up the member typedef descriptions.
[SVN r39025]
2007-08-27 22:48:13 +00:00
Daniel James
2cd1659c33 Back to using quickbook 1.4 for the documentation.
[SVN r39021]
2007-08-27 21:08:54 +00:00
Daniel James
ddde77c737 Remove the silly warning from the unordered container documentation.
[SVN r7117]
2007-06-20 20:48:40 +00:00
Daniel James
6cee070198 Tweak the hash equality documentation a little.
[SVN r7116]
2007-06-20 20:47:51 +00:00
Daniel James
17b4216b49 Trying to make the unordered documentation a little better.
[SVN r4407]
2007-05-31 22:33:39 +00:00
Daniel James
ddb67a849d Fix a couple of typos.
[SVN r4406]
2007-05-31 22:32:06 +00:00
Daniel James
42f319eb6d And check in working versions of the binary files.
[SVN r4392]
2007-05-31 19:20:41 +00:00
Daniel James
22a0d18f85 Rehash is also required to be stable.
[SVN r4148]
2007-05-20 17:41:03 +00:00
Daniel James
b3df9afd7a Remove the note about issue 560, as it has been marked NAD (not a defect).
[SVN r4147]
2007-05-20 17:40:15 +00:00
Daniel James
ef2f5116dd It is currently proposed that insert, erase and rehash should be stable. Change insert(hint, value) so that it inserts at the end of a group of
equivalent keys (all the other functions were already stable).


[SVN r4146]
2007-05-20 17:37:27 +00:00
Daniel James
bd1477fa25 Add a couple of notes about the updated issues/proposals in the post-Oxford mailing (more to come...)
[SVN r4145]
2007-05-20 16:48:52 +00:00
Daniel James
50d3138552 Add the build and documentation source files required for building the
standalone unordered containers.


[SVN r4046]
2007-05-13 19:23:03 +00:00
Daniel James
452ab8cf30 Remove use of quickbook 1.4 features from unordered container documentation,
so it'll build with quickbook 1.3 (will put them back soon-ish).


[SVN r3995]
2007-05-02 23:59:14 +00:00
Daniel James
507cc3c059 Fix an odd encoding error in the unordered containers reference.
[SVN r3994]
2007-05-02 23:57:09 +00:00
Daniel James
df1e1598a5 Import latest changes to the unordered containers. Includes:
Copyright update.
Switch back to the version where the sentinel points to itself.
Remove alternative versions of swap.
Workaround a borland bug or two.
More consistent use of class/swap/template.
Avoid a few warnings.
Add a no-throw swap to the allocator for exception testing.


[SVN r3793]
2007-03-18 20:00:59 +00:00
Daniel James
7468336d3a Making use of the new quickbook import feature.
[SVN r3621]
2007-01-10 00:07:33 +00:00
Daniel James
136e2fe3ba Documentation tweaks.
[SVN r3340]
2006-10-31 22:15:47 +00:00
Daniel James
5c32477723 Actually, on second thoughts, I think I might have been right before. I'll
revert it for now.


[SVN r3119]
2006-08-06 20:52:33 +00:00
Daniel James
a40fb486cc Change the copyright for the unordered container documentation, just my name
since I wrote all the documentation (I think I misunderstood the semantics
before).


[SVN r3118]
2006-08-06 20:47:34 +00:00
Daniel James
8f96a08523 Add some more implementation details.
[SVN r3117]
2006-08-06 20:46:06 +00:00
Daniel James
10c5150f39 Clean up the docbook reference somewhat, and add a note about how only iterator
overload is need for insert and erase for containers with unique keys.


[SVN r3116]
2006-08-06 20:44:47 +00:00
Daniel James
ce6b35d9e2 Clean up the rationale a little, and add a description of the choices made for the data structure.
[SVN r3045]
2006-07-02 22:28:35 +00:00
Daniel James
f2c7ae0fc7 Filled in the comparison between associative containers and unordered
containers. Now needs to be paired back down.


[SVN r3044]
2006-07-02 12:59:54 +00:00
Daniel James
f6222b10e2 Fill in more of the unordered container documentation.
[SVN r3042]
2006-07-01 22:33:29 +00:00
Daniel James
e9e503be3f Update the copyright for the documentation Jamfile.
[SVN r3041]
2006-07-01 22:32:46 +00:00
Daniel James
58dda15273 Improved support for testing on older versions of gcc.
Link tests.
Plus more...


[SVN r2980]
2006-06-11 19:42:55 +00:00
Daniel James
13f2fbaf00 Update unordered container links to the new draft standard.
[SVN r2948]
2006-04-30 15:00:11 +00:00
Daniel James
b082192870 Fix some mistakes in the rehash documentation.
[SVN r2947]
2006-04-30 14:25:33 +00:00
Daniel James
ef55c1278b Update the comments on issue 528 for unordered containers.
[SVN r2946]
2006-04-30 14:24:56 +00:00
Daniel James
5450c28bc5 Add reference documentation for cbegin() and cend().
[SVN r2945]
2006-04-30 14:23:45 +00:00
Daniel James
c243c3d5c1 Add some notes on the active issues relevant to the unordered associative
containers.


[SVN r2922]
2006-04-17 10:54:02 +00:00
Daniel James
66f2cc3e8b Some more work on the unordered containers documentation.
[SVN r2889]
2006-03-19 14:45:05 +00:00
Daniel James
432527dd2a Some work on the unordered containers documentation, fixed some mistakes and added a description of the data structure and its behaviour.
[SVN r2882]
2006-03-14 22:41:39 +00:00
Daniel James
d0ff815c45 Starting to write an implementation rationale for the unordered containers, and added a warning about the quality of the documentation (i.e. that you shouldn't read it yet).
[SVN r2879]
2006-03-07 21:32:20 +00:00
Daniel James
235ea1ee81 Add the work in progress documentation for the unordered associative containers.
[SVN r2876]
2006-02-26 19:03:11 +00:00