summaryrefslogtreecommitdiff
path: root/include/iprt/cpp/list.h
Commit message (Expand)AuthorAgeFilesLines
* Copyright year updates by scm.vboxsync2023-01-171-1/+1
* IPRT: Added RTCListBase::filter() + testcases.vboxsync2022-12-161-0/+27
* IPRT: Added RTCListBase == and != operator support + testcases.vboxsync2022-12-161-1/+47
* 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
* iprt/cpp/list.h,ministring.h: Heed RT_NEED_NEW_AND_DELETE.vboxsync2019-07-031-0/+20
* *: 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
* iprt/cpp/list.h: Added append method without any parameters that returns a mu...vboxsync2017-07-031-4/+43
* (C) 2016vboxsync2016-07-221-1/+1
* iprt: More doxygen corrections.vboxsync2015-09-291-4/+4
* include: Updated (C) year.vboxsync2015-06-091-1/+1
* iprt/cpp/list.h: Eliminated RT_UNLIKELY.vboxsync2015-05-191-22/+23
* list.h: warning ([-Wunused-parameter])vboxsync2013-10-111-1/+1
* iprt/cpp/list.h,iprt/cpp/mtlist.h: Added assertions for index out of range co...vboxsync2013-04-121-200/+306
* IPRT: fix assigning of empty listsvboxsync2011-07-111-28/+51
* iprt-cpp/list: added RTMEMEF_NEW_AND_DELETE_OPERATORS; changed private data t...vboxsync2011-04-121-2/+50
* include/: a/an nitsvboxsync2011-04-061-1/+1
* iprt-cpp: docvboxsync2011-04-061-0/+1
* iprt-cpp: More RTC*List methods. Added explicit constructors to the specializ...vboxsync2011-04-051-3/+98
* IPRT-C++: try to fix osevboxsync2011-04-041-1/+1
* IPRT-C++: iprt::list -> RTCList; iprt::mtlist -> RTCMTListvboxsync2011-04-041-76/+71
* iprt::MiniString -> RTCString.vboxsync2011-04-041-2/+2
* IPRT-C++: try to fix win build boxesvboxsync2011-04-041-6/+7
* IPRT-C++: add a thread-safe variant of the generic list classvboxsync2011-04-041-69/+158
* iprt/C++: some cleanup.vboxsync2011-04-011-8/+16
* IPRT: add a generic list classvboxsync2011-04-011-0/+631