aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Update README. Remove docs and add lib dir info.crupest2023-10-151-3/+1
|
* Init ui::document.crupest2023-10-155-0/+67
|
* Improve bitmask.crupest2023-10-153-8/+17
| | | | | Bool conversion -> explicit std::hash support
* Re-think about ToString.crupest2023-10-145-27/+20
| | | | | | | 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.
* Fix test discovery cmake bug.crupest2023-10-141-1/+1
|
* ...crupest2023-10-128-29/+74
|
* Make svg geometry builder a mixin. Record a lot of notes for geometry.crupest2023-10-128-160/+216
|
* SvgGeometryBuilder done!crupest2023-10-125-18/+196
|
* Make compile work again.crupest2023-10-122-6/+14
|
* ...crupest2023-10-128-17/+109
|
* ...crupest2023-10-1216-48/+168
|
* ...crupest2023-10-094-1/+56
|
* ...crupest2023-10-099-5/+103
|
* ...crupest2023-10-082-4/+48
|
* Use clangd config file in emscripten.crupest2023-10-085-29/+42
|
* Add patch_compile_commands. So slow, useless.crupest2023-10-081-0/+27
|
* ...crupest2023-10-088-3/+72
|
* ...crupest2023-10-075-4/+13
|
* Clean some spell checks...crupest2023-10-073-2/+11
|
* Recover build. Remove test discovery in emscripten.crupest2023-10-077-7/+19
|
* Drop cairo for web.crupest2023-10-074-15/+1
|
* ...crupest2023-10-071-0/+6
|
* ...crupest2023-10-075-2/+36
|
* Try to add pango.crupest2023-10-076-8/+34
|
* Try to unify meson projects. So deps will be well organized.crupest2023-10-0711-32/+66
|
* Start migrating cairo for emsripten.crupest2023-10-075-25/+38
|
* Now cairo succeeds to build in emscripten,crupest2023-10-072-6/+7
|
* ...crupest2023-10-071-0/+3
|
* Try build cairo myself.crupest2023-10-077-1/+65
|
* ...crupest2023-10-069-11/+42
|
* Init web canvas.crupest2023-10-069-2/+57
|
* Remove WebFileStream.crupest2023-10-053-156/+0
|
* ...crupest2023-10-0512-84/+27
|
* ...crupest2023-10-054-21/+1
|
* ...crupest2023-10-056-64/+98
|
* ...crupest2023-10-053-47/+2
|
* ...crupest2023-10-058-5/+88
|
* ...crupest2023-10-044-0/+58
|
* cmake export compile commands by defaultcrupest2023-10-031-0/+2
|
* Setup spellchecker.crupest2023-10-033-0/+21
|
* Upgrade libs.crupest2023-10-033-0/+0
|
* Add CFileStream. Move ErrnoException.crupest2023-07-058-26/+221
|
* Upgrade third party libs.crupest2023-07-043-0/+0
|
* Implement file stream constructor on emscripten.crupest2022-10-125-13/+110
|
* Write some notes about file stream.crupest2022-10-114-3/+66
|
* ...crupest2022-09-295-0/+49
|
* Start to work on emscripten.crupest2022-09-2921-20/+38
|
* ...crupest2022-09-063-0/+0
|
* ...crupest2022-06-091-18/+34
|
* ...crupest2022-06-092-14/+17
|