quakeforge/tools/qfbsp/source
Bill Currie 4cef9792f4 [util] Make hash-tables semi-thread-safe
They take a pointer to a free-list used for hashlinks so the hashlink
pools can be per-thread. However, hash tables that are not updated are
always thread-safe, so this affects only updates. progs_t has been set
up such that it is easy for multiple progs within one thread can share
hashlinks.
2020-03-25 15:43:16 +09:00
..
Makefile.am Fix a pile of automake deprecation warnings. 2013-11-24 13:11:50 +09:00
brush.c Fix some warnings and bitrot. 2016-10-25 00:10:30 +09:00
csg4.c Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
map.c [util] Make hash-tables semi-thread-safe 2020-03-25 15:43:16 +09:00
merge.c Fix a pile of dead assignments. 2018-09-08 22:23:57 +09:00
nodraw.c Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
options.c Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
outside.c Do a pure/const/noreturn/format attribute pass. 2018-10-09 12:42:21 +09:00
portals.c Do a pure/const/noreturn/format attribute pass. 2018-10-09 12:42:21 +09:00
qfbsp.c Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
readbsp.c First step for BSP2 support. DOES NOT WORK! 2012-09-07 16:09:24 +09:00
region.c Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
solidbsp.c Do a pure/const/noreturn/format attribute pass. 2018-10-09 12:42:21 +09:00
surfaces.c First step for BSP2 support. DOES NOT WORK! 2012-09-07 16:09:24 +09:00
tjunc.c Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
writebsp.c Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00