ericw-tools/include/common
Eric Wasylishen 4c1d4af2ed cleanup: use spaceship operator where possible 2025-01-01 16:57:21 -07:00
..
aabb.hh cleanup: code formatting pass 2024-11-18 21:25:27 -07:00
aligned_allocator.hh light: minimize includes 2023-06-26 01:19:54 -06:00
bitflags.hh
bspfile.hh cleanup: remove unused game argument from contentflags_t::to_string() 2024-09-08 19:36:00 -06:00
bspfile_common.hh cleanup: use spaceship operator where possible 2025-01-01 16:57:21 -07:00
bspfile_generic.hh style: use twosided<T> instead of std::array<T,2> 2024-12-25 20:03:51 -07:00
bspfile_q1.hh bspfile: make conversion operators/constructors explicit 2024-12-27 17:07:39 -07:00
bspfile_q2.hh bspfile: make conversion operators/constructors explicit 2024-12-27 17:07:39 -07:00
bspinfo.hh cleanup: code formatting pass 2024-11-18 21:25:27 -07:00
bsputils.hh cleanup: code formatting pass 2024-11-18 21:25:27 -07:00
bspxfile.hh cleanup: code formatting pass 2024-11-18 21:25:27 -07:00
cmdlib.hh style: use twosided<T> instead of std::array<T,2> 2024-12-25 20:03:51 -07:00
decompile.hh lightpreview: decompile hulls for leaf visualization 2023-10-19 00:10:42 -06:00
entdata.h cleanup: don't pass std::string_view by reference 2024-11-17 21:52:10 -07:00
fs.hh
imglib.hh cleanup: code formatting pass 2024-11-18 21:25:27 -07:00
iterators.hh
json.hh
litfile.hh cleanup: code formatting pass 2024-11-18 21:25:27 -07:00
log.hh some more memory adjustments 2024-05-20 11:28:03 -04:00
mapfile.hh cleanup: code formatting pass 2024-11-18 21:25:27 -07:00
mathlib.hh cleanup: code formatting pass 2024-11-18 21:25:27 -07:00
numeric_cast.hh common: move numeric_cast to dedicated common/numeric_cast.hh 2023-06-25 17:50:17 -06:00
ostream.hh build: only use <fmt/core.h>, other headers have a heavy compilation time impact 2023-07-02 17:08:14 -06:00
parallel.hh add missing #pragma once's 2023-11-08 21:30:44 -07:00
parser.hh cleanup: don't pass std::string_view by reference 2024-11-17 21:52:10 -07:00
polylib.hh cleanup: code formatting pass 2024-11-18 21:25:27 -07:00
prtfile.hh qbsp: replace old .prt writing code with WritePortalfile 2024-12-15 22:34:40 -07:00
qvec.hh cleanup: use spaceship operator where possible 2025-01-01 16:57:21 -07:00
settings.hh cleanup: code formatting pass 2024-11-18 21:25:27 -07:00
threads.hh
vectorutils.hh