aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* WORKING: implement Buffer.crupest2024-03-222-13/+200
|
* WORKING: add Buffer and AutoReadStream.crupest2024-03-207-0/+188
|
* WORKING: add non-block flag for unix pipe.crupest2024-02-143-3/+35
|
* WORKING: add unix pipe.crupest2024-02-124-1/+110
|
* Get rid of GSL.crupest2024-02-0832-182/+165
|
* Update dependent libs.crupest2024-02-083-0/+0
|
* Add Event2 stop handling test.crupest2024-02-021-0/+12
|
* Add SelfResolvable tests for casted type.crupest2024-02-021-2/+36
| | | | NEED TEST: Event2
* NEED TEST: add support for pointer conversion in ObjectResolver.crupest2024-01-272-15/+82
|
* NEED TEST: fix compile errors of EventHandlerToken and add revoke test.crupest2024-01-192-8/+31
|
* NEED TEST: fix compile errors of Event2 and create init test.crupest2024-01-183-7/+28
|
* NEED TEST: Finish Event2.crupest2024-01-182-12/+86
|
* WORKING: Event2.crupest2024-01-011-0/+116
|
* Improve self resolvable.crupest2024-01-011-0/+14
|
* Fix bugs and write unit tests for SelfResolvable.crupest2023-12-303-5/+83
|
* Refactor SelfResolvable.crupest2023-12-301-15/+24
|
* Develop ProxyStream.crupest2023-12-252-0/+47
|
* Add proxy stream (not completed).crupest2023-12-254-1/+71
|
* Develop PlatformSubProcessBase. Correct async.crupest2023-12-243-86/+96
|
* Develop PlatformSubProcessBase.crupest2023-12-242-27/+116
|
* Add PlatformSubProcessBase.crupest2023-12-166-8/+191
|
* Optimize exception constructor.crupest2023-12-162-9/+8
|
* Bootstrap subprocess.crupest2023-12-1610-18/+75
|
* Develop document.crupest2023-12-165-5/+84
|
* Fix dll path problem for libs.crupest2023-10-191-4/+3
| | | | Now windows ci should work!
* Fix typo: Infinate -> Infinitecrupest2023-10-184-8/+4
| | | | Actually I'm testing nvim-gitsigns...
* Fix input method bugs on macos.crupest2023-10-186-64/+106
| | | | | | 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.
* Try to fix catch2 static link bug on win.crupest2023-10-161-4/+13
| | | | Although I'm off a windows pc...
* Revert dynamic lib build options. It only make effects only once on win.crupest2023-10-161-7/+1
|
* Win:OK! Make Catch2 always static. Remove Cairo test on win.crupest2023-10-162-4/+12
|
* Try to fix cmake default dynamic lib bug.crupest2023-10-151-1/+1
|
* Fix unix file stream creation mode and readable check bug.crupest2023-10-153-7/+11
|
* Fix demo path in cmake. Though I don't expect ci on Windows pass.crupest2023-10-151-2/+2
|
* Remove meson in cmake.crupest2023-10-151-1/+2
|
* 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
|