History log of /vbox/include/VBox/com/mtlist.h
Revision Date Author Comments Expand
a462e9c5508784b4b91ff00f156011614ae806ba 45520 12-Apr-2013 vboxsync

iprt/cpp/list.h,iprt/cpp/mtlist.h: Added assertions for index out of range conditions and tried to force those cases to have predictable non-destructive behavior. (Not possible when indexing an empty list, unfortunately.) Fixed RTMemRealloc bugs. Added missing read locking. Also changed the testcase to not wait forever in the multithreaded test2() function.

222ed601b92c350df3a504c8f4e4228b58ab5b93 37861 11-Jul-2011 vboxsync

IPRT: fix assigning of empty lists

ca0ce3205b7e56488b9c5bc498417007053c8d64 37068 13-May-2011 vboxsync

Main: add support for Com(Obj)Ptr<IFACE> in our RTC(MT)List classes

2972a015ed8aaa25dbcc3e9ae5d40fa02452082c 36659 12-Apr-2011 vboxsync

com/list: do r71131 right

c303b3658df9a08d57e02a31b89dd0f5527f8139 36656 12-Apr-2011 vboxsync

com/list: implicit RTCString conversion support

ee1064f680a5ee50c7b5cc7311b413c496fe1e9c 36655 12-Apr-2011 vboxsync

com: added Utf8Str specializations of RT*List