aboutsummaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* Move Core Foundation string out of cru String. Still error.Yuqian Yang2025-08-162-16/+7
* Remove some files of OSX. Symbol Point is conflict and needs to beYuqian Yang2025-06-157-36/+52
* Remove preconfig.Yuqian Yang2025-06-1414-38/+3
* Done Stream refactor.crupest2024-10-062-7/+7
* Rename common to base.crupest2024-10-06119-104/+104
* HALF WORK: Stream refactor.crupest2024-10-047-117/+123
* fix(SubProcess): fix pipe fs close, add tests.crupest2024-08-186-75/+114
* refactor: use better precompile macro in platform headers.crupest2024-07-234-12/+14
* fix: a lock bug and add test for Wait.crupest2024-07-211-1/+9
* feat: reimplement subprocess without template.crupest2024-07-212-216/+54
* feat: change subprocess implementation.crupest2024-07-202-65/+241
* fix: fix PosixSpawnSubProcessi bug.crupest2024-07-162-5/+4
* feat: fix linux build, complete PosixSpawnSubProcess.crupest2024-06-256-14/+14
* HALF WORK: still need to fix invalid size value in Buffer.crupest2024-06-101-1/+3
* test: develop SubProcess test, fix various error.crupest2024-06-104-2/+10
* HALF WORK: develop SubProcess.crupest2024-06-082-5/+33
* HALF WORK: finish implementing PosixSpawnSubProcess.crupest2024-06-082-13/+41
* HALF WORK: refactor something and implement part of subprocess.crupest2024-06-089-35/+68
* HALF WORK: add posix spawn subprocess io streams.crupest2024-05-182-3/+11
* feat: completed AutoReadStream.crupest2024-05-182-43/+34
* feat: completed BufferStream.crupest2024-05-172-11/+12
* WORKING: fix Buffer and implement BufferStream::Read.crupest2024-05-122-6/+28
* WORKING: make Buffer track two sides.crupest2024-03-244-62/+133
* WORKING: implement Buffer.crupest2024-03-221-13/+76
* WORKING: add Buffer and AutoReadStream.crupest2024-03-203-0/+143
* WORKING: add non-block flag for unix pipe.crupest2024-02-141-1/+11
* WORKING: add unix pipe.crupest2024-02-122-0/+70
* Get rid of GSL.crupest2024-02-0812-76/+79
* 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-191-1/+1
* NEED TEST: fix compile errors of Event2 and create init test.crupest2024-01-181-7/+8
* 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-301-5/+6
* Refactor SelfResolvable.crupest2023-12-301-15/+24
* Develop ProxyStream.crupest2023-12-251-0/+1
* Add proxy stream (not completed).crupest2023-12-252-1/+52
* Develop PlatformSubProcessBase. Correct async.crupest2023-12-241-59/+39
* Develop PlatformSubProcessBase.crupest2023-12-241-19/+68
* Add PlatformSubProcessBase.crupest2023-12-163-8/+126
* Optimize exception constructor.crupest2023-12-161-5/+6
* Bootstrap subprocess.crupest2023-12-165-14/+65
* Develop document.crupest2023-12-162-2/+55
* Fix typo: Infinate -> Infinitecrupest2023-10-182-6/+2
* Fix input method bugs on macos.crupest2023-10-181-8/+19
* Fix unix file stream creation mode and readable check bug.crupest2023-10-151-1/+1
* Init ui::document.crupest2023-10-152-0/+44
* Improve bitmask.crupest2023-10-152-7/+16
* Re-think about ToString.crupest2023-10-143-20/+17