李通洲
|
61656a1a7a
|
Global: replaces __attribute__ to C23 [[attribute]]
|
2026-07-11 08:14:21 +08:00 |
|
李通洲
|
ba18705d2e
|
Global: replaces NULL to nullptr
|
2026-07-10 18:10:09 +08:00 |
|
李通洲
|
9f446bdad7
|
Common (Library): adds fast path for loading only one lib
|
2026-06-30 19:35:34 +08:00 |
|
Carter Li
|
45f35b1c4d
|
Library (Linux): adds simple debug log
|
2026-06-02 09:27:38 +08:00 |
|
李通洲
|
e1dffe794b
|
Library: improves code quality
Co-authored-by: Copilot <copilot@github.com>
|
2026-04-28 08:51:03 +08:00 |
|
李通洲
|
abc6c0593c
|
Chore: IndentPPDirectives: BeforeHash [ci skip]
|
2026-04-15 16:17:08 +08:00 |
|
Carter Li
|
f6a363f7ad
|
Global: unifies GCC attributes usage
|
2026-04-09 20:02:04 +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 |
|
李通洲
|
86cfa4eded
|
Library (Windows): prefers Ldr APIs
|
2026-03-19 15:24:55 +08:00 |
|
Carter Li
|
d60b25e424
|
Refactor: renames src/util to src/common
|
2026-01-06 09:48:38 +08:00 |
|