doc: Document !1865

This commit is contained in:
Jakob Bornecrantz 2023-06-14 20:04:42 +01:00 committed by Ryan Pavlik
parent e466551db0
commit 4363f02a22
5 changed files with 7 additions and 0 deletions

View file

@ -0,0 +1,2 @@
u/truncate_printf: Add helpers that have the semantics we want for the printf
functions [vn|sn]printf.

View file

@ -0,0 +1 @@
u/logging: Truncate the output of hexdump at a safer limit (16MB).

View file

@ -0,0 +1,2 @@
u/logging: Refactor printing to be safer using truncating helpers, and more
have a higher code reuse.

View file

@ -0,0 +1 @@
u/logging: Make the CMake variable only be true on Linux.

View file

@ -0,0 +1 @@
OpenXR: Use truncating printf helpers from util.