|
ad5defc9af
|
edits to take into account that the access requirements for Iterator are not
determined by the CategoryOrTraversal tag. The access req. is just readable.
[SVN r21343]
|
2003-12-19 21:20:36 +00:00 |
|
|
81242ad5ae
|
further edits attempting to get the requirements section right
[SVN r21341]
|
2003-12-19 16:47:47 +00:00 |
|
|
83de27a445
|
change from "same as" to "convertible to"
[SVN r21309]
|
2003-12-17 20:16:46 +00:00 |
|
|
44d7dfeb9b
|
more edits
[SVN r21307]
|
2003-12-17 19:32:31 +00:00 |
|
|
84f22cde8d
|
a little progress with indirect iterator
[SVN r21294]
|
2003-12-16 22:15:48 +00:00 |
|
|
9387c05d12
|
some edits
[SVN r21293]
|
2003-12-16 22:10:51 +00:00 |
|
|
66feb45676
|
finished adding all the issues form the reflector
[SVN r21292]
|
2003-12-16 20:43:27 +00:00 |
|
|
bdbfcd308e
|
starting dumping some issues in here
[SVN r21291]
|
2003-12-16 17:04:15 +00:00 |
|
|
f14701232a
|
Fix const/non-const interop for transform_iterator
[SVN r21172]
|
2003-12-07 20:33:18 +00:00 |
|
|
296ce3aa89
|
const/non-const interoperability.
[SVN r21171]
|
2003-12-07 20:28:30 +00:00 |
|
|
1b29ec1741
|
Fixed issue with "writable iterators must include in their
documentation..."
[SVN r21082]
|
2003-12-02 14:44:43 +00:00 |
|
|
593311f43e
|
Cleaned up some of Jeremy's wording. Added a few comments on changes
from the accepted paper. Committed Python doc regeneration scripts.
[SVN r21079]
|
2003-12-02 13:10:55 +00:00 |
|
|
fe52e0d665
|
updated to match .rst
[SVN r21059]
|
2003-12-02 03:12:04 +00:00 |
|
|
52e34b2e26
|
removed iterator_tag and reworded some paragraphs
[SVN r21046]
|
2003-12-01 16:38:36 +00:00 |
|
|
8cfa950f10
|
moved a paragraph about algorithm changes
[SVN r21043]
|
2003-12-01 15:02:48 +00:00 |
|
|
459387273b
|
Minor doc fixes
[SVN r20933]
|
2003-11-24 05:13:03 +00:00 |
|
|
09ea8d27e2
|
Documentation updates, added GNUMakefile for building
[SVN r20931]
|
2003-11-24 05:02:46 +00:00 |
|
|
dfc09c4b26
|
Make sure a precise copy of n1550 is in the CVS.
[SVN r20908]
|
2003-11-22 13:57:57 +00:00 |
|
|
633bb0762e
|
new version
[SVN r20852]
|
2003-11-19 01:24:28 +00:00 |
|
|
b0b5699a01
|
added more stuff about removing iterator_tag
[SVN r20851]
|
2003-11-19 01:23:55 +00:00 |
|
|
943d2c872b
|
removing iterator_tag
[SVN r20850]
|
2003-11-19 01:05:00 +00:00 |
|
|
4ec68b7a0e
|
Note missing link
[SVN r20845]
|
2003-11-18 16:03:24 +00:00 |
|
|
50e645261c
|
responses to Dave's comments
[SVN r20835]
|
2003-11-17 20:21:40 +00:00 |
|
|
f25ff7a1a4
|
Edits for clarity and correctness.
[SVN r20831]
|
2003-11-17 17:15:26 +00:00 |
|
|
104faa5ab3
|
new file
[SVN r20830]
|
2003-11-17 16:52:29 +00:00 |
|
|
7946d32cef
|
added my name to the Author list
[SVN r20828]
|
2003-11-17 16:33:28 +00:00 |
|
|
69d8856572
|
major revision, narrowed the focus of the paper
[SVN r20826]
|
2003-11-17 16:24:29 +00:00 |
|
|
c055f1afae
|
fixed typo
[SVN r20805]
|
2003-11-13 18:18:23 +00:00 |
|
|
fed5967d9d
|
checkpoint
[SVN r20728]
|
2003-11-07 19:03:58 +00:00 |
|
|
81870ac8b6
|
progress
[SVN r20691]
|
2003-11-06 03:07:31 +00:00 |
|
|
6ef3e5d1c7
|
Added is_readable_iterator, is_writable_iterator tests and preliminary issues document
[SVN r20686]
|
2003-11-05 21:48:16 +00:00 |
|
|
e888f18b5a
|
Edits for committee meeting, moving algorithm changes to suggestions for WP.
[SVN r20568]
|
2003-10-30 21:11:10 +00:00 |
|
|
15abd4c56e
|
removed algorithm changes
[SVN r20567]
|
2003-10-30 19:10:02 +00:00 |
|
|
17026cc30d
|
Fixed is-writable computation. Traits protocol still needs fixing.
[SVN r20398]
|
2003-10-16 13:57:35 +00:00 |
|
|
ebb09db44e
|
Separate access and traversal for iterator_adaptor
[SVN r20162]
|
2003-09-22 19:55:01 +00:00 |
|
|
50fe1b062b
|
fixed another small bug in inherit-category
[SVN r20161]
|
2003-09-22 16:51:02 +00:00 |
|
|
30ca43dd08
|
fixed bug in inherit-category that Thomas found
[SVN r20160]
|
2003-09-22 16:48:40 +00:00 |
|
|
ac0c6461fb
|
small edits
[SVN r20159]
|
2003-09-22 16:32:56 +00:00 |
|
|
d85b8db0aa
|
added more design rationale, and moved some text
[SVN r20158]
|
2003-09-22 16:28:27 +00:00 |
|
|
a3856b5c60
|
Typos
[SVN r20157]
|
2003-09-22 16:24:44 +00:00 |
|
|
20e2818844
|
fixed iterator_tag in first part to match iterator_tag in the second part
[SVN r20156]
|
2003-09-22 16:07:24 +00:00 |
|
|
d68ac3db4c
|
hierarchy->group
[SVN r20155]
|
2003-09-22 16:04:44 +00:00 |
|
|
5efcabf3bd
|
small change to iterator_tag body
[SVN r20154]
|
2003-09-22 15:55:22 +00:00 |
|
|
9ac583096c
|
added the paper number and resolved some conflicts
[SVN r20152]
|
2003-09-22 15:45:58 +00:00 |
|
|
1710c484b3
|
Table formatting tweaks for PDF/tex generation.
Some minor editing for language improvements.
[SVN r20151]
|
2003-09-22 15:10:34 +00:00 |
|
|
f6cbffeda0
|
updated to match the rst file
[SVN r20150]
|
2003-09-22 13:58:20 +00:00 |
|
|
50ab635593
|
Changed email address.
[SVN r20148]
|
2003-09-22 08:43:20 +00:00 |
|
|
d958a5bc82
|
change to lvalue stuff and changing access tag to enum and bits
[SVN r20145]
|
2003-09-22 04:57:00 +00:00 |
|
|
5339d7a9d4
|
Reverted change to traversal category.
[SVN r20131]
|
2003-09-21 11:13:46 +00:00 |
|
|
fd29e538ed
|
Minor grammatical correction + comment
[SVN r20130]
|
2003-09-21 09:17:31 +00:00 |
|