Commit Graph

326 Commits

Author SHA1 Message Date
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
Douglas Gregor
88da98e37b Move top-level boost directory over to "devel" (temporarily)
[SVN r38327]
2007-07-31 20:32:15 +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
Daniel James
10a05bda05 Move malloc_allocator into its own header so that the normal tests don't have
to depend on the exception testing code.


[SVN r7332]
2007-07-01 11:54:22 +00:00
Daniel James
c08cfa18c4 Avoid memory leak error for std::set on g++-3.3
[SVN r7331]
2007-07-01 11:16:57 +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
c5b86a0ff8 Remove a couple of pointless comparisons.
[SVN r4257]
2007-05-26 00:00:54 +00:00
Daniel James
fe9e2728f6 Add missing 'this->' for a couple of template dependant function calls.
[SVN r4256]
2007-05-26 00:00:08 +00:00
Daniel James
22a0d18f85 Rehash is also required to be stable.
[SVN r4148]
2007-05-20 17:41:03 +00:00