quakeforge/ruamoko/qwaq
Bill Currie 7970525ef4 [util] Make va thread-safe
It now takes a context pointer (opaque data) that holds the buffers it
uses for the temporary strings. If the context pointer is null, a static
context is used (making those uses of va NOT thread-safe). Most calls to
va use the static context, but all such calls have been formatted
consistently so they are easy to find when it comes time to do a full
audit.
2021-01-31 16:05:48 +09:00
..
builtins [util] Make va thread-safe 2021-01-31 16:05:48 +09:00
debugger [qwaq] Use full file path for file search 2020-07-05 16:53:35 +09:00
editor [build] Move to non-recursive make 2020-06-25 11:35:37 +09:00
ui [build] Move to non-recursive make 2020-06-25 11:35:37 +09:00
.gdbinit [qwaq] Move from tools to ruamoko 2020-03-01 00:55:15 +09:00
gcd.r [qwaq] Bring in qc gcd to use for debugger testing 2020-03-24 23:02:19 +09:00
Makemodule.am [build] Support silent rules for qfcc 2020-06-26 10:52:06 +09:00
qdb [qwaq] Put my qdb script in a safe place 2021-01-30 14:45:47 +09:00
qwaq-app.h [build] Move to non-recursive make 2020-06-25 11:35:37 +09:00
qwaq-app.r [build] Move to non-recursive make 2020-06-25 11:35:37 +09:00
qwaq.h [qwaq] Move progs create and load into the threads 2020-04-02 00:11:47 +09:00