aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Override Run and AddOnQuitHandler.Yuqian Yang2025-09-031-1/+16
* Init XcbUiApplication.Yuqian Yang2025-09-031-5/+8
* Bootstrap xcb.Yuqian Yang2025-09-034-0/+30
* Add unix timer file. Not tested.Yuqian Yang2025-09-032-0/+6
* Fix subprocess OSX compile error.Yuqian Yang2025-09-031-3/+3
* UnixFileDescriptor.Yuqian Yang2025-09-035-136/+152
* Use utf8 message in cru::Exception.Yuqian Yang2025-08-311-8/+7
* Add logger cpp stream.Yuqian Yang2025-08-181-1/+16
* Rename CRU_LOG_* to CRU_LOG_TAG_*.Yuqian Yang2025-08-1821-66/+66
* Move platform exception.Yuqian Yang2025-08-182-2/+0
* Remove add resource.Yuqian Yang2025-08-181-2/+0
* Rename ToCFStringRef to ToCFString.Yuqian Yang2025-08-188-17/+17
* Fix compiling error of name conflict.Yuqian Yang2025-08-162-1/+9
* Move Core Foundation string out of cru String. Still error.Yuqian Yang2025-08-1610-61/+68
* Remove some files of OSX. Symbol Point is conflict and needs to beYuqian Yang2025-06-1514-102/+64
* Remove preconfig.Yuqian Yang2025-06-141-3/+16
* Done Stream refactor.crupest2024-10-066-29/+47
* Rename common to base.crupest2024-10-06131-201/+199
* HALF WORK: Stream refactor.crupest2024-10-047-192/+208
* fix(SubProcess): fix pipe fs close, add tests.crupest2024-08-186-87/+87
* fix: build failed on macOS because not include thread.crupest2024-07-231-0/+2
* fix: a lock bug and add test for Wait.crupest2024-07-211-9/+19
* feat: reimplement subprocess without template.crupest2024-07-212-14/+141
* feat: change subprocess implementation.crupest2024-07-202-148/+18
* fix: fix PosixSpawnSubProcessi bug.crupest2024-07-161-1/+1
* feat: fix linux build, complete PosixSpawnSubProcess.crupest2024-06-258-4/+99
* HALF WORK: still need to fix invalid size value in Buffer.crupest2024-06-103-1/+12
* test: develop SubProcess test, fix various error.crupest2024-06-106-13/+44
* HALF WORK: develop SubProcess.crupest2024-06-082-7/+86
* HALF WORK: finish implementing PosixSpawnSubProcess.crupest2024-06-082-23/+53
* HALF WORK: refactor something and implement part of subprocess.crupest2024-06-085-16/+138
* HALF WORK: add posix spawn subprocess io streams.crupest2024-05-181-2/+17
* feat: completed AutoReadStream.crupest2024-05-182-14/+41
* feat: completed BufferStream.crupest2024-05-172-21/+71
* WORKING: fix Buffer and implement BufferStream::Read.crupest2024-05-122-7/+51
* WORKING: make Buffer track two sides.crupest2024-03-243-28/+101
* WORKING: implement Buffer.crupest2024-03-221-0/+124
* WORKING: add Buffer and AutoReadStream.crupest2024-03-204-0/+45
* WORKING: add non-block flag for unix pipe.crupest2024-02-142-2/+24
* WORKING: add unix pipe.crupest2024-02-122-1/+40
* Get rid of GSL.crupest2024-02-0815-96/+79
* Develop ProxyStream.crupest2023-12-251-0/+46
* Add proxy stream (not completed).crupest2023-12-252-0/+19
* Develop PlatformSubProcessBase. Correct async.crupest2023-12-241-23/+52
* Develop PlatformSubProcessBase.crupest2023-12-241-8/+48
* Add PlatformSubProcessBase.crupest2023-12-163-0/+65
* Optimize exception constructor.crupest2023-12-161-4/+2
* Bootstrap subprocess.crupest2023-12-162-0/+7
* Develop document.crupest2023-12-163-3/+29
* Fix typo: Infinate -> Infinitecrupest2023-10-182-2/+2