李通洲
|
ba18705d2e
|
Global: replaces NULL to nullptr
|
2026-07-10 18:10:09 +08:00 |
|
Carter Li
|
d1bf208a92
|
Chore: renames stringUtils to strutil
|
2026-05-28 15:58:08 +08:00 |
|
李通洲
|
0db820a6c1
|
Binary: skips short string entirely to improve performance
Co-authored-by: Copilot <copilot@github.com>
|
2026-04-27 19:51:14 +08:00 |
|
李通洲
|
e0eba8ce21
|
Chore: run clang-format
```bash
find . -type f \( -name "*.c" -o -name "*.h" -o -name "*.cpp" -o -name "*.hpp" \) ! -path "src/3rdparty/*" -print0 | xargs -0 clang-format -i
```
|
2026-03-29 10:03:32 +08:00 |
|
李通洲
|
947cddd926
|
Binary (Windows): fixes unmatched fn calls
|
2026-03-24 17:20:47 +08:00 |
|
李通洲
|
e3d7eab4df
|
Binary (Windows): prefers NT APIs
|
2026-03-23 09:54:04 +08:00 |
|
李通洲
|
a69cf456ea
|
Binary (Windows): removes imagehlp dep
|
2026-02-27 22:59:46 +08:00 |
|
Carter Li
|
d60b25e424
|
Refactor: renames src/util to src/common
|
2026-01-06 09:48:38 +08:00 |
|