Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Done Stream refactor. | crupest | 2024-10-06 | 8 | -36/+54 | |
| | | | | NEED TEST: BufferStream, AutoReadStream, SubProcess. | |||||
* | Rename common to base. | crupest | 2024-10-06 | 262 | -326/+324 | |
| | ||||||
* | HALF WORK: Stream refactor. | crupest | 2024-10-04 | 14 | -309/+331 | |
| | | | | | TODO: Complete refactor of BufferStream and AutoReadStream. NEED TEST: BufferStream, AutoReadStream, SubProcess. | |||||
* | fix(SubProcess): fix pipe fs close, add tests. | crupest | 2024-08-18 | 19 | -200/+286 | |
| | | | | NEED TEST: BufferStream, AutoReadStream, SubProcess. | |||||
* | refactor: use better precompile macro in platform headers. | crupest | 2024-07-23 | 4 | -12/+14 | |
| | | | | NEED TEST: BufferStream, AutoReadStream, SubProcess. | |||||
* | fix: build failed on macOS because not include thread. | crupest | 2024-07-23 | 1 | -0/+2 | |
| | | | | NEED TEST: BufferStream, AutoReadStream, SubProcess. | |||||
* | fix: a lock bug and add test for Wait. | crupest | 2024-07-21 | 3 | -10/+30 | |
| | | | | NEED TEST: BufferStream, AutoReadStream, SubProcess. | |||||
* | feat: reimplement subprocess without template. | crupest | 2024-07-21 | 4 | -230/+195 | |
| | | | | NEED TEST: BufferStream, AutoReadStream, SubProcess. | |||||
* | feat: change subprocess implementation. | crupest | 2024-07-20 | 4 | -213/+259 | |
| | | | | NEED TEST: BufferStream, AutoReadStream, SubProcess. | |||||
* | fix: fix PosixSpawnSubProcessi bug. | crupest | 2024-07-16 | 3 | -6/+5 | |
| | | | | NEED TEST: BufferStream, AutoReadStream, SubProcess. | |||||
* | feat: fix linux build, complete PosixSpawnSubProcess. | crupest | 2024-06-25 | 15 | -19/+114 | |
| | | | | NEED TEST: BufferStream, AutoReadStream, SubProcess. | |||||
* | HALF WORK: still need to fix invalid size value in Buffer. | crupest | 2024-06-10 | 4 | -2/+15 | |
| | | | | NEED TEST: BufferStream, AutoReadStream, SubProcess. | |||||
* | test: develop SubProcess test, fix various error. | crupest | 2024-06-10 | 12 | -15/+68 | |
| | | | | NEED TEST: BufferStream, AutoReadStream, SubProcess. | |||||
* | HALF WORK: develop SubProcess. | crupest | 2024-06-08 | 4 | -12/+119 | |
| | ||||||
* | HALF WORK: finish implementing PosixSpawnSubProcess. | crupest | 2024-06-08 | 4 | -36/+94 | |
| | ||||||
* | HALF WORK: refactor something and implement part of subprocess. | crupest | 2024-06-08 | 14 | -51/+206 | |
| | ||||||
* | HALF WORK: add posix spawn subprocess io streams. | crupest | 2024-05-18 | 3 | -5/+28 | |
| | ||||||
* | feat: completed AutoReadStream. | crupest | 2024-05-18 | 4 | -57/+75 | |
| | | | | NEED TEST: BufferStream, AutoReadStream. | |||||
* | feat: completed BufferStream. | crupest | 2024-05-17 | 4 | -32/+83 | |
| | | | | NEED TEST: BufferStream. | |||||
* | WORKING: fix Buffer and implement BufferStream::Read. | crupest | 2024-05-12 | 4 | -13/+79 | |
| | ||||||
* | WORKING: update Catch2. | crupest | 2024-03-24 | 1 | -0/+0 | |
| | ||||||
* | WORKING: make Buffer track two sides. | crupest | 2024-03-24 | 7 | -90/+234 | |
| | ||||||
* | WORKING: implement Buffer. | crupest | 2024-03-22 | 2 | -13/+200 | |
| | ||||||
* | WORKING: add Buffer and AutoReadStream. | crupest | 2024-03-20 | 7 | -0/+188 | |
| | ||||||
* | WORKING: add non-block flag for unix pipe. | crupest | 2024-02-14 | 3 | -3/+35 | |
| | ||||||
* | WORKING: add unix pipe. | crupest | 2024-02-12 | 4 | -1/+110 | |
| | ||||||
* | Get rid of GSL. | crupest | 2024-02-08 | 32 | -182/+165 | |
| | ||||||
* | Update dependent libs. | crupest | 2024-02-08 | 3 | -0/+0 | |
| | ||||||
* | Add Event2 stop handling test. | crupest | 2024-02-02 | 1 | -0/+12 | |
| | ||||||
* | Add SelfResolvable tests for casted type. | crupest | 2024-02-02 | 1 | -2/+36 | |
| | | | | NEED TEST: Event2 | |||||
* | NEED TEST: add support for pointer conversion in ObjectResolver. | crupest | 2024-01-27 | 2 | -15/+82 | |
| | ||||||
* | NEED TEST: fix compile errors of EventHandlerToken and add revoke test. | crupest | 2024-01-19 | 2 | -8/+31 | |
| | ||||||
* | NEED TEST: fix compile errors of Event2 and create init test. | crupest | 2024-01-18 | 3 | -7/+28 | |
| | ||||||
* | NEED TEST: Finish Event2. | crupest | 2024-01-18 | 2 | -12/+86 | |
| | ||||||
* | WORKING: Event2. | crupest | 2024-01-01 | 1 | -0/+116 | |
| | ||||||
* | Improve self resolvable. | crupest | 2024-01-01 | 1 | -0/+14 | |
| | ||||||
* | Fix bugs and write unit tests for SelfResolvable. | crupest | 2023-12-30 | 3 | -5/+83 | |
| | ||||||
* | Refactor SelfResolvable. | crupest | 2023-12-30 | 1 | -15/+24 | |
| | ||||||
* | Develop ProxyStream. | crupest | 2023-12-25 | 2 | -0/+47 | |
| | ||||||
* | Add proxy stream (not completed). | crupest | 2023-12-25 | 4 | -1/+71 | |
| | ||||||
* | Develop PlatformSubProcessBase. Correct async. | crupest | 2023-12-24 | 3 | -86/+96 | |
| | ||||||
* | Develop PlatformSubProcessBase. | crupest | 2023-12-24 | 2 | -27/+116 | |
| | ||||||
* | Add PlatformSubProcessBase. | crupest | 2023-12-16 | 6 | -8/+191 | |
| | ||||||
* | Optimize exception constructor. | crupest | 2023-12-16 | 2 | -9/+8 | |
| | ||||||
* | Bootstrap subprocess. | crupest | 2023-12-16 | 10 | -18/+75 | |
| | ||||||
* | Develop document. | crupest | 2023-12-16 | 5 | -5/+84 | |
| | ||||||
* | Fix dll path problem for libs. | crupest | 2023-10-19 | 1 | -4/+3 | |
| | | | | Now windows ci should work! | |||||
* | Fix typo: Infinate -> Infinite | crupest | 2023-10-18 | 4 | -8/+4 | |
| | | | | Actually I'm testing nvim-gitsigns... | |||||
* | Fix input method bugs on macos. | crupest | 2023-10-18 | 6 | -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. | crupest | 2023-10-16 | 1 | -4/+13 | |
| | | | | Although I'm off a windows pc... |