summaryrefslogtreecommitdiff
path: root/include/iprt/cpp/mtlist.h
Commit message (Expand)AuthorAgeFilesLines
* Copyright year updates by scm.vboxsync2023-01-171-1/+1
* scm copyright and license note updatevboxsync2022-08-221-10/+20
* scm --update-copyright-yearvboxsync2022-01-011-1/+1
* Copyright year updates by scm.vboxsync2020-02-041-1/+1
* *: scm --fix-header-guard-endifvboxsync2019-01-011-1/+1
* include/iprt: Use IPRT_INCLUDED_ rather than ___iprt_ as header guard prefix,...vboxsync2019-01-011-2/+2
* scm --update-copyright-yearvboxsync2019-01-011-1/+1
* /include: scm --fix-header-guards. bugref:9344vboxsync2018-12-301-0/+3
* include/iprt/: (C) yearvboxsync2017-10-171-1/+1
* (C) 2016vboxsync2016-07-221-1/+1
* iprt: More doxygen corrections.vboxsync2015-09-291-3/+3
* include: Updated (C) year.vboxsync2015-06-091-1/+1
* iprt/cpp/list.h,iprt/cpp/mtlist.h: Added assertions for index out of range co...vboxsync2013-04-121-10/+27
* iprt-cpp/list: added RTMEMEF_NEW_AND_DELETE_OPERATORS; changed private data t...vboxsync2011-04-121-0/+42
* iprt-cpp: More RTC*List methods. Added explicit constructors to the specializ...vboxsync2011-04-051-3/+21
* IPRT-C++: iprt::list -> RTCList; iprt::mtlist -> RTCMTListvboxsync2011-04-041-16/+11
* IPRT-C++: add a thread-safe variant of the generic list classvboxsync2011-04-041-0/+100