Nils Maier
|
d8f44ef4f6
|
Convert most 0/NULL pointers to nullptr
Courtesy of llvm cpp11-migrate 3.3
|
2013-08-20 21:28:24 +02:00 |
Tatsuhiro Tsujikawa
|
10cdc59297
|
Remove vbegin and vend in favor of std::begin and std::end
|
2013-06-24 21:46:42 +09:00 |
Tatsuhiro Tsujikawa
|
07d270c87e
|
Require -std=c++11 and use std::shared_ptr instead of SharedHandle
|
2013-06-22 01:10:38 +09:00 |
Tatsuhiro Tsujikawa
|
cef6db17ba
|
Add changePosition API
|
2013-05-15 00:50:55 +09:00 |
Tatsuhiro Tsujikawa
|
d4ba562710
|
Implement IndexedList::iterator
It is dangerous to expose internal iterator to the outside, which is
easily misused.
|
2013-03-03 18:00:42 +09:00 |
Tatsuhiro Tsujikawa
|
1c9cfccac4
|
Fix invalid iterator handling when deleting RequestGroup
|
2013-02-03 18:18:28 +09:00 |
Tatsuhiro Tsujikawa
|
561f0b3e29
|
Use std::deque instead of std::list in IndexedList
We choose faster iteration over rare slower deletion in the middle.
|
2013-02-01 00:03:47 +09:00 |
Tatsuhiro Tsujikawa
|
07bb779eb0
|
Faster deletion of RequestGroup and DownloadResult lists
|
2012-12-19 23:03:48 +09:00 |