aboutsummaryrefslogtreecommitdiffstats
path: root/common/comptr.h
Commit message (Collapse)AuthorAgeFilesLines
* Update ComPtr and use an out_ptr() functionChris Robinson2023-05-041-26/+69
|
* Use macros for the likely/unlikely attributesChris Robinson2023-03-011-1/+1
| | | | | The syntax parser for GCC 8 (and earlier?) fails when these attributes are in certain places.
* Avoid using a macro to wrap standard attributesChris Robinson2022-12-061-1/+1
|
* Use standard likely/unlikely attributes when availableChris Robinson2022-12-051-1/+1
|
* Simplify some move assignmentsChris Robinson2022-03-251-4/+2
|
* Protect intrusive_ptr and ComPtr from moving to itselfChris Robinson2022-03-251-10/+10
|
* Make a couple more operator bools explicitChris Robinson2022-02-201-1/+1
|
* Move the ComPtr wrapper to a common headerChris Robinson2021-03-081-0/+70