aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* feat: reimplement subprocess without template.crupest2024-07-214-230/+195
* feat: change subprocess implementation.crupest2024-07-204-213/+259
* fix: fix PosixSpawnSubProcessi bug.crupest2024-07-163-6/+5
* feat: fix linux build, complete PosixSpawnSubProcess.crupest2024-06-2515-19/+114
* HALF WORK: still need to fix invalid size value in Buffer.crupest2024-06-104-2/+15
* test: develop SubProcess test, fix various error.crupest2024-06-1012-15/+68
* HALF WORK: develop SubProcess.crupest2024-06-084-12/+119
* HALF WORK: finish implementing PosixSpawnSubProcess.crupest2024-06-084-36/+94
* HALF WORK: refactor something and implement part of subprocess.crupest2024-06-0814-51/+206
* HALF WORK: add posix spawn subprocess io streams.crupest2024-05-183-5/+28
* feat: completed AutoReadStream.crupest2024-05-184-57/+75
* feat: completed BufferStream.crupest2024-05-174-32/+83
* WORKING: fix Buffer and implement BufferStream::Read.crupest2024-05-124-13/+79
* WORKING: update Catch2.crupest2024-03-241-0/+0
* WORKING: make Buffer track two sides.crupest2024-03-247-90/+234
* 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: 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
* Fix typo: Infinate -> Infinitecrupest2023-10-184-8/+4
* Fix input method bugs on macos.crupest2023-10-186-64/+106
* Try to fix catch2 static link bug on win.crupest2023-10-161-4/+13
* 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