aboutsummaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Fix static lib build on win.Yuqian Yang2025-09-081-0/+5
|
* More single-threaded event loop.Yuqian Yang2025-09-071-1/+3
|
* Fix logger stop.Yuqian Yang2025-09-071-1/+55
|
* Fix SetFileDescriptorFlags (by adding testing).Yuqian Yang2025-09-041-2/+12
|
* Add unix event loop.Yuqian Yang2025-09-042-2/+2
|
* Improve for CI.Yuqian Yang2025-09-031-1/+1
|
* UnixTimerFile test.Yuqian Yang2025-09-032-0/+25
|
* common -> base in test dir.Yuqian Yang2025-09-0316-1/+1
|
* Fix subprocess OSX compile error.Yuqian Yang2025-09-031-1/+1
|
* UnixFileDescriptor.Yuqian Yang2025-09-032-0/+39
|
* Remove some files of OSX. Symbol Point is conflict and needs to beYuqian Yang2025-06-152-3/+9
| | | | fixed.
* Rename common to base.crupest2024-10-0611-20/+20
|
* fix(SubProcess): fix pipe fs close, add tests.crupest2024-08-185-38/+85
| | | | NEED TEST: BufferStream, AutoReadStream, SubProcess.
* fix: a lock bug and add test for Wait.crupest2024-07-211-0/+2
| | | | NEED TEST: BufferStream, AutoReadStream, SubProcess.
* feat: fix linux build, complete PosixSpawnSubProcess.crupest2024-06-251-1/+1
| | | | NEED TEST: BufferStream, AutoReadStream, SubProcess.
* test: develop SubProcess test, fix various error.crupest2024-06-102-0/+14
| | | | NEED TEST: BufferStream, AutoReadStream, SubProcess.
* Get rid of GSL.crupest2024-02-081-5/+6
|
* 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: fix compile errors of EventHandlerToken and add revoke test.crupest2024-01-191-7/+30
|
* NEED TEST: fix compile errors of Event2 and create init test.crupest2024-01-182-0/+20
|
* Fix bugs and write unit tests for SelfResolvable.crupest2023-12-302-0/+77
|
* Fix unix file stream creation mode and readable check bug.crupest2023-10-151-1/+0
|
* Improve bitmask.crupest2023-10-151-1/+1
| | | | | Bool conversion -> explicit std::hash support
* Fix test discovery cmake bug.crupest2023-10-141-1/+1
|
* ...crupest2023-10-071-1/+1
|
* Recover build. Remove test discovery in emscripten.crupest2023-10-077-7/+19
|
* ...crupest2023-10-051-5/+3
|
* Implement file stream constructor on emscripten.crupest2022-10-122-2/+2
|
* ...crupest2022-05-243-0/+50
|
* ...crupest2022-05-152-14/+0
|
* ...crupest2022-05-1510-34/+13
|
* ...crupest2022-05-151-2/+2
|
* ...crupest2022-05-151-5/+5
|
* ...crupest2022-05-155-27/+27
|
* ...crupest2022-05-103-14/+16
|
* ...crupest2022-05-1017-309/+312
|
* ...crupest2022-05-101-2/+6
|
* ...crupest2022-03-102-1/+159
|
* ...crupest2022-03-092-4/+11
|
* ...crupest2022-03-081-2/+10
|
* ...crupest2022-03-051-8/+8
|
* ...crupest2022-03-041-1/+12
|
* ...crupest2022-02-0812-23/+23
|
* ...crupest2022-02-031-4/+5
|
* ...crupest2022-02-034-3/+42
|
* ...crupest2022-01-251-1/+2
|
* ...crupest2022-01-251-1/+2
|
* ...crupest2022-01-252-0/+36
|
* Test if I actually save CI time for GitHub.crupest2022-01-202-0/+1
|