aboutsummaryrefslogtreecommitdiff
path: root/include/cru/platform/graphics/quartz
Commit message (Collapse)AuthorAgeFilesLines
* Use std::string in logger.Yuqian Yang2025-09-071-1/+1
|
* Rename common to base.crupest2024-10-066-8/+8
|
* Re-think about ToString.crupest2023-10-141-2/+0
| | | | | | | ToString for a class should lies in the same namespace of the class. Argument-dependent name lookup will help make Format work. The problem is it will hide ToString at parent namespace. But if you call ToString explicitly, it's you duty to use the ToString in correct namespace.
* ...crupest2022-05-1510-0/+451