Alan Woodland
|
0083d451db
|
Switched from autobox to jboxtype per #842
|
2017-06-05 21:58:58 +01:00 |
|
Alan Woodland
|
c5a724f1bb
|
Made the conversion from long->int for size_type mapping onto Java interfaces cleaner.
|
2016-05-31 21:43:13 +01:00 |
|
Alan Woodland
|
5eb46d5f9f
|
Be consistent in semantics of %extend on std::list::iterator
|
2016-05-31 21:06:09 +01:00 |
|
Alan Woodland
|
00ac1f38e5
|
Comment on consideration of making iterator non-static.
|
2016-05-31 21:06:09 +01:00 |
|
Alan Woodland
|
1f4a8e6231
|
Java style fix: iterator->Iterator
|
2016-05-31 20:28:08 +01:00 |
|
Alan Woodland
|
583fdce790
|
Moving iterator functionality into nested Java class now.
|
2016-05-31 20:22:39 +01:00 |
|
Alan Woodland
|
e561a78205
|
Added a best case workaround for std::list::size_type vs jint problem. There's a bit of commentry added around it too for clarity.
|
2016-05-31 14:49:03 +01:00 |
|
Alan Woodland
|
b09fce84a4
|
just use a forward declaration for C++ iterator types to fix enum errors
|
2016-05-31 14:49:02 +01:00 |
|
Alan Woodland
|
d217a68908
|
added more comments in a few places
|
2016-05-31 14:49:02 +01:00 |
|
Alan Woodland
|
a2b092ab7e
|
Don't expose sort() to avoid adding dependencies on all std::list users
|
2016-05-31 14:49:01 +01:00 |
|
Alan Woodland
|
0094e3c90d
|
Target each method specificly for setting modifiers
|
2016-05-31 14:49:01 +01:00 |
|
Alan Woodland
|
b0de71857e
|
Don't expose remove() method from std::list to avoid confusing it with Java's remove() in List
|
2016-05-31 14:49:01 +01:00 |
|
Alan Woodland
|
6a4467721b
|
- added std_list.i implemenatation that extends Java's AbstractSequentialList base class
- added autobox.i that provides supporting typemaps for generics in containers
|
2016-05-31 14:49:00 +01:00 |
|