aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Init XcbUiApplication.Yuqian Yang2025-09-032-5/+9
* Bootstrap xcb.Yuqian Yang2025-09-038-2/+129
* Improve for CI.Yuqian Yang2025-09-032-10/+6
* Add sudo in CI.Yuqian Yang2025-09-031-2/+2
* Linux install libs in CI.Yuqian Yang2025-09-031-0/+5
* Fix include for write.Yuqian Yang2025-09-031-0/+1
* Add linux ci.Yuqian Yang2025-09-031-0/+19
* UnixTimerFile test.Yuqian Yang2025-09-033-1/+26
* common -> base in test dir.Yuqian Yang2025-09-0316-1/+1
* Add unix timer file. Not tested.Yuqian Yang2025-09-033-0/+48
* Fix subprocess OSX compile error.Yuqian Yang2025-09-032-4/+4
* Add apple macro detection for unix.Yuqian Yang2025-09-033-3/+3
* UnixFileDescriptor.Yuqian Yang2025-09-0311-213/+257
* Use utf8 message in cru::Exception.Yuqian Yang2025-08-312-13/+17
* Unix macros.Yuqian Yang2025-08-313-3/+3
* Remove DS_Store.Yuqian Yang2025-08-311-0/+0
* Add logger cpp stream.Yuqian Yang2025-08-183-1/+57
* Rename CRU_LOG_* to CRU_LOG_TAG_*.Yuqian Yang2025-08-1822-70/+70
* No manual dir for output in cmake.Yuqian Yang2025-08-181-8/+0
* Move platform exception.Yuqian Yang2025-08-185-15/+7
* Remove add resource.Yuqian Yang2025-08-184-17/+0
* Remove force set dynamic linking.Yuqian Yang2025-08-181-11/+0
* Rename ToCFStringRef to ToCFString.Yuqian Yang2025-08-189-19/+18
* Fix compiling error of name conflict.Yuqian Yang2025-08-164-13/+16
* Move Core Foundation string out of cru String. Still error.Yuqian Yang2025-08-1612-77/+75
* Remove some files of OSX. Symbol Point is conflict and needs to beYuqian Yang2025-06-1523-141/+125
* Remove preconfig.Yuqian Yang2025-06-1415-41/+19
* Update catch2 and double-conversion.Yuqian Yang2025-06-142-0/+0
* Done Stream refactor.crupest2024-10-068-36/+54
* Rename common to base.crupest2024-10-06262-326/+324
* HALF WORK: Stream refactor.crupest2024-10-0414-309/+331
* fix(SubProcess): fix pipe fs close, add tests.crupest2024-08-1819-200/+286
* refactor: use better precompile macro in platform headers.crupest2024-07-234-12/+14
* 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-213-10/+30
* 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