Daniel James
|
1b0910add2
|
Hervé Brönnimann's improved explanation of the formula for avoiding
invalidating iterators.
[SVN r41994]
|
2007-12-13 00:26:05 +00:00 |
|
Daniel James
|
4e235a1610
|
Add the hash documentation to the unordered library so that it'll be easier to
link between the libraries.
[SVN r41993]
|
2007-12-13 00:23:27 +00:00 |
|
Daniel James
|
24ab34fb3a
|
Use the locale in the case insensitive comparison, I really should add a test for this.
[SVN r41951]
|
2007-12-10 11:08:02 +00:00 |
|
Daniel James
|
ff7f819f88
|
Fix a typo.
[SVN r41943]
|
2007-12-10 00:03:53 +00:00 |
|
Daniel James
|
5c067abcb9
|
Hopefully clearer comparison of accessors for comparison/hash function objects.
[SVN r41933]
|
2007-12-09 19:52:50 +00:00 |
|
Daniel James
|
9d587c23d4
|
Try to make the erase exception requirements a little clearer.
[SVN r41932]
|
2007-12-09 19:44:46 +00:00 |
|
Daniel James
|
e748c34dfd
|
ADL doesn't seem to be working properly on Visual C++ 7.1 when calling swap, so workaround this in the compile tests.
[SVN r41931]
|
2007-12-09 19:31:00 +00:00 |
|
Daniel James
|
0650002b4f
|
get_for_erase can be static because all the required information is in the iterator.
[SVN r41930]
|
2007-12-09 19:24:52 +00:00 |
|
Daniel James
|
ec7e2a6c8a
|
An extra rehash test for inserting a range.
[SVN r41929]
|
2007-12-09 19:24:07 +00:00 |
|
Daniel James
|
3528cc5026
|
Add some parameters to standalone documentation build.
[SVN r41928]
|
2007-12-09 19:23:27 +00:00 |
|
Daniel James
|
a68ae4fafc
|
Change the macros to meet boost guidelines.
I should really have done this before the review. At least it'll give them
something to say.
[SVN r41822]
|
2007-12-07 12:51:54 +00:00 |
|
Daniel James
|
feded72da6
|
Add the missing 'at_tests.cpp'. It's a bit rubbish, but most of the
implementation details are tested elsewhere.
[SVN r41807]
|
2007-12-06 21:37:22 +00:00 |
|
Daniel James
|
73bc8b397c
|
Remove extra warning flags - if tested against boost 1.34 they result in far too
many warnings (mostly due to Boost.Hash). Against trunk there are currently
no warnings.
[SVN r41785]
|
2007-12-06 12:19:03 +00:00 |
|
Daniel James
|
044bbc437c
|
Give an implementation function a clearer name.
[SVN r41784]
|
2007-12-06 11:54:28 +00:00 |
|
Daniel James
|
2d8a64d88f
|
Clean up the hash table implementation comments a little.
[SVN r41783]
|
2007-12-06 11:43:14 +00:00 |
|
Daniel James
|
6e8f9e1c67
|
Seed the random number generator in tests.
[SVN r41782]
|
2007-12-06 11:42:28 +00:00 |
|
Daniel James
|
322f7d6ec6
|
Remove a couple of TODO notes.
[SVN r41781]
|
2007-12-06 11:41:32 +00:00 |
|
Daniel James
|
a07c59a64e
|
Remove a few commented out paragraphs of mostly incorrect documentation.
[SVN r41780]
|
2007-12-06 11:41:04 +00:00 |
|
Daniel James
|
c013d15c16
|
Remove some minor TODOs. These were more notes to myself than anything.
[SVN r41779]
|
2007-12-06 11:40:11 +00:00 |
|
Daniel James
|
32450a0b18
|
Fix a link.
[SVN r41275]
|
2007-11-21 11:10:45 +00:00 |
|
Daniel James
|
90a37ed62f
|
Correct return in the case insensitive hash funcction example.
[SVN r41127]
|
2007-11-16 00:43:01 +00:00 |
|
Daniel James
|
50650fbd34
|
Fix the return values of the case insensitive hash examples.
[SVN r41126]
|
2007-11-16 00:35:34 +00:00 |
|
Daniel James
|
f0c62d3f0f
|
Test, implement and document 'at'.
[SVN r41125]
|
2007-11-16 00:31:12 +00:00 |
|
Daniel James
|
7da16a62a4
|
Include zip files in the release script.
[SVN r41124]
|
2007-11-16 00:30:17 +00:00 |
|
Daniel James
|
29a0e5d163
|
Spell check the unordered container quickbook files.
[SVN r41123]
|
2007-11-15 23:36:33 +00:00 |
|
Daniel James
|
a42f9ba834
|
Remove an old commented out line.
[SVN r41058]
|
2007-11-13 11:56:58 +00:00 |
|
Daniel James
|
268a7eb7c3
|
New C++ working draft.
[SVN r40724]
|
2007-11-03 16:48:06 +00:00 |
|
Daniel James
|
0897244b5d
|
Fix a typo.
[SVN r40723]
|
2007-11-03 16:46:40 +00:00 |
|
Daniel James
|
da30fb101a
|
Remove some unused variables.
[SVN r40722]
|
2007-11-03 16:45:49 +00:00 |
|
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
|
c7689c43cf
|
Change the html redirect to go to the unordered chapter instead of the contents.
[SVN r40034]
|
2007-10-14 20:36:14 +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
|
50c629dcb0
|
Change insert/erase as specified in n2369, the implementation and tests.
I accidently only checked in the documentation from these changes in the
last check in. This contains the rest of it.
[SVN r39950]
|
2007-10-11 23:49:31 +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
|
58c7bb031c
|
Remove a couple of unused parameter names.
[SVN r39019]
|
2007-08-27 20:58:21 +00:00 |
|
Daniel James
|
36f4508019
|
Run most of the unordered container tests (not the exception tests) on warning
level 4 on Visual C++.
[SVN r38648]
|
2007-08-14 09:55:30 +00:00 |
|
Daniel James
|
3ebd8bc9f2
|
Remove an old macro definition that's no longer relevant.
[SVN r38607]
|
2007-08-12 09:06:26 +00:00 |
|
Daniel James
|
6eaf45a0b0
|
Add the -Wsign-promo flag to the unordered tests on gcc.
[SVN r38566]
|
2007-08-10 12:01:11 +00:00 |
|
Daniel James
|
f11b2272e4
|
Change a comment.
[SVN r7459]
|
2007-07-17 23:19:33 +00:00 |
|
Daniel James
|
aabf1a408b
|
Improve the unordered tests support for some older compilers.
Better testing of elements with equivalent keys.
[SVN r7458]
|
2007-07-17 23:17:21 +00:00 |
|
Daniel James
|
6af2b965bb
|
Use a portable hash_value in insert_stable_tests in order to support compilers
without ADL.
[SVN r7384]
|
2007-07-07 09:42:56 +00:00 |
|
Daniel James
|
e4b6b89ed2
|
Get malloc_allocator working with Visual C++ 6 STL.
[SVN r7383]
|
2007-07-07 09:39:31 +00:00 |
|