summaryrefslogtreecommitdiff
path: root/src/common.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-06-05Add class declaration helperLibravatar Mubashshir1-1/+1
Signed-off-by: Mubashshir <ahmubashshir@gmail.com>
2024-02-25Make the code compatible with g++ -WpedanticLibravatar Mubashshir1-1/+2
Signed-off-by: Mubashshir <ahmubashshir@gmail.com>
2024-02-24Use CLASS construct to define classLibravatar Mubashshir3-4/+11
Signed-off-by: Mubashshir <ahmubashshir@gmail.com>
2023-10-28Use better names for reference helpersLibravatar Mubashshir4-23/+25
Signed-off-by: Mubashshir <ahmubashshir@gmail.com>
2023-10-28Use the consume helper for processing the dataLibravatar Mubashshir1-29/+33
Signed-off-by: Mubashshir <ahmubashshir@gmail.com>
2023-10-28Make use of new reference helpersLibravatar Mubashshir2-6/+8
Signed-off-by: Mubashshir <ahmubashshir@gmail.com>