You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: update API signatures and docs for clarity
- Make constructors explicit in several classes for safer conversions.
- Add default initialization for sRect in cKDNode.
- Mark destructors as override where appropriate.
- Change cFile::write to take const void* for correctness.
- Update stb README: fix typos, clarify authorship, and reflect latest
versions and file names.
Copy file name to clipboardExpand all lines: src/stb/README.md
+11-9Lines changed: 11 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,27 +5,29 @@ stb
5
5
6
6
single-file public domain (or MIT licensed) libraries for C/C++
7
7
8
+
# This project discusses security-relevant bugs in public in Github Issues and Pull Requests, and it may take significant time for security fixes to be implemented or merged. If this poses an unreasonable risk to your project, do not use stb libraries.
0 commit comments