aboutsummaryrefslogtreecommitdiff
path: root/src/platform
Commit message (Collapse)AuthorAgeFilesLines
* Rename ToCFStringRef to ToCFString.Yuqian Yang2025-08-187-16/+16
|
* Fix compiling error of name conflict.Yuqian Yang2025-08-161-1/+1
|
* Move Core Foundation string out of cru String. Still error.Yuqian Yang2025-08-167-37/+46
|
* Remove some files of OSX. Symbol Point is conflict and needs to beYuqian Yang2025-06-1510-66/+35
| | | | fixed.
* Rename common to base.crupest2024-10-0631-40/+40
|
* feat: fix linux build, complete PosixSpawnSubProcess.crupest2024-06-251-0/+2
| | | | NEED TEST: BufferStream, AutoReadStream, SubProcess.
* Get rid of GSL.crupest2024-02-086-17/+12
|
* Fix input method bugs on macos.crupest2023-10-182-16/+24
| | | | | | 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-142-7/+3
| | | | | | | 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-3/+41
|
* Make svg geometry builder a mixin. Record a lot of notes for geometry.crupest2023-10-125-131/+135
|
* SvgGeometryBuilder done!crupest2023-10-121-0/+120
|
* Make compile work again.crupest2023-10-121-3/+5
|
* ...crupest2023-10-123-0/+51
|
* ...crupest2023-10-1210-14/+85
|
* ...crupest2023-10-092-1/+39
|
* ...crupest2023-10-096-5/+54
|
* ...crupest2023-10-081-0/+32
|
* ...crupest2023-10-085-1/+30
|
* ...crupest2023-10-072-0/+1
|
* Drop cairo for web.crupest2023-10-071-1/+1
|
* ...crupest2023-10-071-1/+4
|
* Try to unify meson projects. So deps will be well organized.crupest2023-10-071-3/+3
|
* Start migrating cairo for emsripten.crupest2023-10-072-12/+20
|
* ...crupest2023-10-062-1/+1
|
* Init web canvas.crupest2023-10-066-0/+28
|
* Start to work on emscripten.crupest2022-09-2912-14/+20
|
* ...crupest2022-06-091-18/+34
|
* ...crupest2022-06-091-13/+16
|
* ...crupest2022-06-091-4/+9
|
* ...crupest2022-06-091-3/+0
|
* ...crupest2022-06-091-7/+21
|
* ...crupest2022-06-091-4/+4
|
* ...crupest2022-06-092-4/+13
|
* ...crupest2022-06-092-1/+7
|
* ...crupest2022-06-092-4/+172
|
* ...crupest2022-06-091-1/+10
|
* ...crupest2022-06-092-0/+28
|
* ...crupest2022-06-082-0/+53
|
* ...crupest2022-06-081-2/+4
|
* ...crupest2022-06-081-1/+0
|
* ...crupest2022-06-082-2/+2
|
* ...crupest2022-06-081-1/+1
|
* ...crupest2022-06-081-2/+4
|
* ...crupest2022-06-082-2/+187
|
* ...crupest2022-06-081-0/+11
|
* ...crupest2022-06-082-0/+38
|
* ...crupest2022-06-081-0/+28
|
* ...crupest2022-06-082-1/+75
|
* ...crupest2022-06-071-2/+56
|