Carter Li
|
c9ad429a1b
|
Global: introduces global macro FF_PATH_PKG_BASE to replace _PATH_LOCALBASE
|
2026-08-26 23:12:25 +08:00 |
|
Carter Li
|
d1bf208a92
|
Chore: renames stringUtils to strutil
|
2026-05-28 15:58:08 +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 |
|
李通洲
|
4e234c52a3
|
Platform (Windows): adds implementation of POSIX readlink(2) and realpath(3)
|
2026-03-17 17:59:24 +08:00 |
|
Carter Li
|
d60b25e424
|
Refactor: renames src/util to src/common
|
2026-01-06 09:48:38 +08:00 |
|