Commit Graph

6 Commits

Author SHA1 Message Date
runningshrimp 491b1786db Merge remote-tracking branch 'origin/feature/week1-core-implementations' 2025-12-22 20:24:25 +08:00
runningshrimp f6195a1f0b chore: 清理无用文件并更新核心实现 2025-12-22 17:03:39 +08:00
王彪 2c55a43c73 清理项目:删除临时文件和文档,修复未使用变量警告
- 清理target目录(4.3GB编译中间文件)
- 删除临时报告文档(17个)
- 删除临时脚本和测试文件(11个)
- 修复未使用变量警告(queue_id, shm_id, addr_len, buf, flags等)
- 优化代码质量,减少警告数量
2025-12-22 00:07:05 +08:00
runningshrimp 8e96a498a6 Fix warnings and errors: remove unused imports, use struct fields, fix type naming, expose posix module 2025-12-18 21:11:37 +08:00
runningshrimp 38cf3846a7 phase1: cleanup and stabilize - 334 errors reduced to 153 2025-12-09 21:08:11 +08:00
runningshrimp 56a6606dc3 posix(timer): calculate remaining time for timers; safe SIGEV_THREAD log 2025-12-08 17:08:58 +08:00