summaryrefslogtreecommitdiff
path: root/include/iprt/cpp
Commit message (Expand)AuthorAgeFilesLines
* IPRT: doxygen tweaks. bugref:10442vboxsync2023-05-111-0/+1
* *: doxygen corrections (mostly about removing @returns from functions returni...vboxsync2023-05-111-2/+0
* iprt/cpp/xml.h,Main: Added EIPRTFailure::getStatus() as an alternative to rc(...vboxsync2023-01-241-0/+5
* Copyright year updates by scm.vboxsync2023-01-1718-18/+18
* iprt/cpp/hardavlrange.h: Tweaked AssertCompile hack.vboxsync2023-01-031-12/+12
* IPRT: Added RTCListBase::filter() + testcases.vboxsync2022-12-161-0/+27
* IPRT: Added RTCListBase == and != operator support + testcases.vboxsync2022-12-161-1/+47
* IPRT/nocrt: The xml.cpp stuff won't ever work without exceptions. bugref:10261vboxsync2022-08-261-0/+3
* scm copyright and license note updatevboxsync2022-08-2218-180/+360
* IPRT/RTCString: Added find_first_of aliases for better std::string compatibil...vboxsync2022-08-021-0/+6
* IPRT/RTCString: Added a truncate() method that takes UTF-8 encoding into acco...vboxsync2022-06-211-0/+12
* IPRT/xml: Having another go at the PFNEXTERNALENTITYLOADER declaration to mak...vboxsync2022-05-251-5/+1
* IPRT/hardavl: Renamed lookupMatchingOrSmaller to lookupMatchingOrBelow and lo...vboxsync2022-02-141-4/+4
* IPRT/hardavl: Basic statistics. bugref:10093vboxsync2022-02-121-0/+10
* IPRT/hardavl: Added lookupMatchingOrLarger and lookupMatchingOrSmaller. bugre...vboxsync2022-02-121-0/+160
* IPRT/hardavl: Added RTCHardAvlTreeSlabAllocatorR3_T placeholder for use in ri...vboxsync2022-02-111-2/+22
* IPRT/hardavl: Added the right-to-left enumerator. Mark methods as noexcept. b...vboxsync2022-02-111-16/+135
* IPRT/hardavl: Wrap node index reads to try prevent the compiler from re-readi...vboxsync2022-02-111-34/+46
* IPRT/hardavl: Added a getHeight() method for tstRTAvl and extended the testca...vboxsync2022-02-111-34/+51
* IPRT/hardavl: Fixed the removal bug. Extended testcase and sanity checks. [d...vboxsync2022-02-111-8/+9
* IPRT/hardavl: Fixed the removal bug. Extended testcase and sanity checks. [s...vboxsync2022-02-111-1/+1
* IPRT/hardavl: Fixed the removal bug. Extended testcase and sanity checks. bu...vboxsync2022-02-111-35/+164
* IPRT/hardavl: A fix, a few build fixes and some more tests. bugref:10093vboxsync2022-02-101-1/+9
* IPRT/hardavl: Initial adaption of the old AVL code into something a little mo...vboxsync2022-02-092-0/+1006
* scm --update-copyright-yearvboxsync2022-01-0116-16/+16
* OCI/PCA: bugref:9969 - Make it possible to specify the CA file for thevboxsync2021-03-151-0/+9
* IPRT/rest: bugref:9167 - Add release logging for REST operations.vboxsync2020-10-221-0/+14
* *: Some missing DECLCALLBACK/RTDECL and related nothrow issues raised by Clan...vboxsync2020-07-101-1/+6
* iprt/cdefs.h: Refactored the typedef use of DECLCALLBACK as well as DECLCALLB...vboxsync2020-07-083-15/+14
* include/iprt: VC++ 19.0 adjustments. bugref:8489vboxsync2020-05-201-9/+5
* IPRT/xml: Simplified EIPRTFailure::EIPRTFailure, avoiding two heap allocation...vboxsync2020-04-271-1/+1
* iprt/types,iprt/ecpp/exceptions.h: VC++ 14.1 adjustments. [doxyfixes] bugref:...vboxsync2020-04-181-5/+10
* iprt/cpp/excetion.h: VC++ 14.1 build tweaking. [doxyfix] bugref:8489vboxsync2020-04-171-1/+1
* iprt/cpp/excetion.h: VC++ 14.1 build tweaking. bugref:8489vboxsync2020-04-171-0/+8
* Copyright year updates by scm.vboxsync2020-02-0416-16/+16
* iprt/ministring.h: Attempt at fixing VBOX_WITH_EF_WRAPS compilation in places...vboxsync2020-01-211-3/+4
* IPRT/Rest: Fixes for deprecated implicit copy operators (GCC 9).vboxsync2019-11-051-0/+7
* IPRT/Rest: Fixes for deprecated implicit copy operators (GCC 9).vboxsync2019-11-051-0/+3
* IPRT/RTCString: The object state isn't unchanged if printf and friends throws...vboxsync2019-09-131-4/+4
* IPRT/xml.h: Added methods for simple attribute enumeration. bugref:9288vboxsync2019-07-161-1/+20
* iprt/cpp/xml.h: Fixed copy & paste bug in Node::isAttribute(). bugref:9288vboxsync2019-07-161-1/+1
* Runtime/r3/xml.cpp: Introduce methods which limit the size of element and att...vboxsync2019-07-101-1/+82
* iprt/cpp/xml.h: Added more optimial helper for getting attributes of immediat...vboxsync2019-07-061-8/+33
* iprt/lock.h: Backed out previous warning fix, it's clearly not right.vboxsync2019-07-051-3/+0
* cpp/lock.h: Try shut up weird microsoft warning.vboxsync2019-07-051-0/+3
* Dhcpd: Went over the Config code adding comments, eliminating unnecessary cop...vboxsync2019-07-051-0/+1
* iprt/cpp/list.h,ministring.h: Heed RT_NEED_NEW_AND_DELETE.vboxsync2019-07-032-0/+24
* IPRT/rest: Added kDoCall_RequireBody flag to help ociSignRequest to sign empt...vboxsync2019-06-281-1/+2
* iprt/cpp/path.h: Added RTPathAbsExCxx wrappers and made the existing RTPathAb...vboxsync2019-04-101-8/+79
* *: scm --fix-header-guard-endifvboxsync2019-01-0116-16/+16