aboutsummaryrefslogtreecommitdiff
path: root/include/cru/platform
Commit message (Collapse)AuthorAgeFilesLines
* Fix some compile error on macOS.Yuqian Yang2025-09-071-3/+31
|
* Use std::string in logger.Yuqian Yang2025-09-077-8/+8
|
* Remove some usage of my format.Yuqian Yang2025-09-074-14/+35
|
* Override Run and AddOnQuitHandler.Yuqian Yang2025-09-031-2/+6
|
* Init XcbUiApplication.Yuqian Yang2025-09-031-0/+1
|
* Bootstrap xcb.Yuqian Yang2025-09-034-2/+99
|
* Move platform exception.Yuqian Yang2025-08-181-1/+0
|
* Remove some files of OSX. Symbol Point is conflict and needs to beYuqian Yang2025-06-152-5/+0
| | | | fixed.
* Rename common to base.crupest2024-10-0632-43/+43
|
* HALF WORK: refactor something and implement part of subprocess.crupest2024-06-081-3/+0
|
* Get rid of GSL.crupest2024-02-083-4/+3
|
* Fix typo: Infinate -> Infinitecrupest2023-10-181-5/+1
| | | | Actually I'm testing nvim-gitsigns...
* Fix input method bugs on macos.crupest2023-10-181-8/+19
| | | | | | There are a lot of problems about input methods and we will definitely spend more on this. And the bug made me awkward on today's interview when showing the demo.
* Re-think about ToString.crupest2023-10-143-20/+17
| | | | | | | 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.
* ...crupest2023-10-124-26/+33
|
* Make svg geometry builder a mixin. Record a lot of notes for geometry.crupest2023-10-123-29/+81
|
* SvgGeometryBuilder done!crupest2023-10-124-18/+76
|
* Make compile work again.crupest2023-10-121-3/+9
|
* ...crupest2023-10-123-17/+44
|
* ...crupest2023-10-126-34/+83
|
* ...crupest2023-10-092-0/+17
|
* ...crupest2023-10-093-0/+49
|
* ...crupest2023-10-081-4/+16
|
* Use clangd config file in emscripten.crupest2023-10-081-1/+1
|
* ...crupest2023-10-083-2/+42
|
* ...crupest2023-10-072-3/+11
|
* Init web canvas.crupest2023-10-063-2/+29
|
* ...crupest2022-06-091-2/+4
|
* ...crupest2022-06-091-0/+4
|
* ...crupest2022-06-091-0/+18
|
* ...crupest2022-06-084-3/+36
|
* ...crupest2022-06-083-3/+9
|
* ...crupest2022-06-081-0/+4
|
* ...crupest2022-06-081-0/+51
|
* ...crupest2022-06-081-0/+13
|
* ...crupest2022-06-071-0/+8
|
* ...crupest2022-06-062-3/+9
|
* ...crupest2022-06-041-0/+7
|
* ...crupest2022-06-022-0/+41
|
* ...crupest2022-06-021-0/+21
|
* ...crupest2022-05-271-1/+24
|
* ...crupest2022-05-252-0/+7
|
* ...crupest2022-05-242-1/+13
|
* ...crupest2022-05-152-0/+38
|
* ...crupest2022-05-151-0/+32
|
* ...crupest2022-05-1521-0/+851
|
* ...crupest2022-05-1530-0/+1336
|
* ...crupest2022-05-103-0/+54
|
* ...crupest2022-05-081-1/+5
|
* ...crupest2022-05-081-2/+2
|