Jeremy Siek
|
7fa5da6778
|
fixed dispatch for MIPSpro workaround
[SVN r8599]
|
2001-01-15 02:51:45 +00:00 |
|
Jeremy Siek
|
34a9d4e702
|
another MIPSpro workaround
[SVN r8597]
|
2001-01-14 21:10:44 +00:00 |
|
Jeremy Siek
|
42710d0967
|
also, advance_impl should take non-const Iter param
[SVN r8595]
|
2001-01-14 19:23:19 +00:00 |
|
Jeremy Siek
|
487acf8c1c
|
iter() should be i.iter()
[SVN r8594]
|
2001-01-14 19:21:29 +00:00 |
|
Jeremy Siek
|
d6ec67f6ed
|
added version number for MIPSpro
[SVN r8586]
|
2001-01-14 01:27:01 +00:00 |
|
Jeremy Siek
|
e1b64d45e2
|
MIPSpro port, avoid using operators that are not defined
[SVN r8584]
|
2001-01-14 01:14:39 +00:00 |
|
Jens Maurer
|
4314dd18ae
|
added <cstddef> for std::ptrdiff_t
[SVN r8562]
|
2001-01-12 18:50:21 +00:00 |
|
Jeremy Siek
|
b634113daf
|
added concept checking classes for purposes of documentation (they don't get invoked)
[SVN r8499]
|
2000-12-28 03:00:45 +00:00 |
|
Jeremy Siek
|
0c68369f23
|
changed reference type of counting_iterator to avoid problems on VC++
[SVN r8474]
|
2000-12-17 21:53:22 +00:00 |
|
Jeremy Siek
|
42ddb0d47b
|
added const in a couple places to make sure the iterator operators
that should be const (like operator* and operator[]) are indeed const
[SVN r8466]
|
2000-12-15 21:51:02 +00:00 |
|
Jeremy Siek
|
e6191bc913
|
operator[] needed to be const
[SVN r8463]
|
2000-12-15 19:31:16 +00:00 |
|
Jeremy Siek
|
8cf1b8acb2
|
forgot #include <iterator>
[SVN r8461]
|
2000-12-13 23:24:55 +00:00 |
|
Jeremy Siek
|
3852c810f3
|
various changes, almost forgot to check in
[SVN r8379]
|
2000-12-03 06:20:23 +00:00 |
|
Jeremy Siek
|
04c0c043e0
|
added projection iterator to the test
[SVN r8320]
|
2000-11-24 20:45:26 +00:00 |
|
Jeremy Siek
|
ffec5207fa
|
changed names to "Inner" and "Outer"
[SVN r8318]
|
2000-11-24 20:05:11 +00:00 |
|
Jeremy Siek
|
31fef5252a
|
simplified version of iterator_adaptor, plus fix to indirect iterator
and addition of projection iterator
[SVN r8317]
|
2000-11-24 19:40:51 +00:00 |
|
Jeremy Siek
|
80bcc4e643
|
some concept checking changes as per review comments
[SVN r8268]
|
2000-11-20 18:17:52 +00:00 |
|
Jeremy Siek
|
87a3007c92
|
completed codewarrior workaround
[SVN r8169]
|
2000-11-10 16:24:39 +00:00 |
|
Jeremy Siek
|
ea1513596d
|
changed counting iterator policies to a template class to avoid
using template member functions
[SVN r8157]
|
2000-11-07 22:22:49 +00:00 |
|
Jeremy Siek
|
9d659841a0
|
don't use iterator adaptors at all under VC++, even with STLport
until we can figure out why the INTERNAL COMPILER ERROR's are happening
[SVN r8139]
|
2000-11-04 23:15:10 +00:00 |
|
Jeremy Siek
|
efcbd24229
|
port to Codewarrior 6.0
[SVN r8107]
|
2000-11-03 04:25:13 +00:00 |
|
Jeremy Siek
|
3692175786
|
added base() function
[SVN r8098]
|
2000-11-02 02:29:53 +00:00 |
|
Jeremy Siek
|
d3b8f893bc
|
changed reference type
[SVN r8033]
|
2000-10-26 14:04:50 +00:00 |
|
Jeremy Siek
|
cebe553621
|
ported the graph library to borland
[SVN r7965]
|
2000-10-17 00:16:05 +00:00 |
|
Jeremy Siek
|
b54236986d
|
work around for VC++ bug, triggered by overloading of remove_edge
[SVN r7860]
|
2000-09-27 21:02:16 +00:00 |
|
Jeremy Siek
|
24c3beb791
|
rolled back the removal of the iterator_adaptor alternate code,
added the graph test file
[SVN r7851]
|
2000-09-26 22:09:34 +00:00 |
|
Jeremy Siek
|
50c9214b82
|
completed conversion of properties to use _t and enums.
Also noticed that problems regarding iterator_adaptor has
gone away, so I've removed the ifdef's that took it out.
[SVN r7840]
|
2000-09-26 07:29:12 +00:00 |
|
Jeremy Siek
|
c583cf8730
|
removed tabs
[SVN r7835]
|
2000-09-25 21:19:29 +00:00 |
|
Dave Abrahams
|
61d2d43ea5
|
Use iterator adaptors with STLport.
[SVN r7788]
|
2000-09-24 01:06:34 +00:00 |
|
Jeremy Siek
|
76efd2456c
|
changes for visual c++ port
[SVN r7764]
|
2000-09-22 04:18:51 +00:00 |
|
Jeremy Siek
|
40b7a3e8aa
|
typo in #include
[SVN r7718]
|
2000-09-18 09:52:20 +00:00 |
|
Jeremy Siek
|
59a54ab5bd
|
moved integer_range to its own file
[SVN r7717]
|
2000-09-18 09:49:29 +00:00 |
|
Jeremy Siek
|
7b17be08a2
|
move integer_range to its own file
[SVN r7716]
|
2000-09-18 09:47:04 +00:00 |
|
Jeremy Siek
|
bbeeb17041
|
pending stuff from Boost Graph Library
[SVN r7704]
|
2000-09-18 08:24:47 +00:00 |
|
Beman Dawes
|
a8d93ccb41
|
This commit was generated by cvs2svn to compensate for changes in r4,
which included commits to RCS files with non-trunk default branches.
[SVN r7621]
|
2000-07-07 16:04:40 +00:00 |
|