ericw-tools/qbsp
Eric Wasylishen 1337919805 cleanup: don't pass std::string_view by reference
by value is the same on MSVC, may be marginally better elsewhere

see:
https://quuxplusone.github.io/blog/2021/11/09/pass-string-view-by-value/
https://quuxplusone.github.io/blog/2021/11/19/string-view-by-value-ps/
2024-11-17 21:52:10 -07:00
..
CMakeLists.txt
brush.cc cleanup: don't pass contentflags_t by reference (it's only 8 bytes) 2024-11-17 21:23:09 -07:00
brushbsp.cc qbsp: fix bmodel bounds if clip brushes are used 2024-10-01 23:13:51 -06:00
csg.cc
exportobj.cc
faces.cc cleanup: don't pass size_t by reference (it's only 8 bytes) 2024-11-17 21:26:27 -07:00
main.cc
map.cc cleanup: don't pass std::string_view by reference 2024-11-17 21:52:10 -07:00
merge.cc
outside.cc
portals.cc
prtfile.cc cleanup: remove unused game argument from contentflags_t::to_string() 2024-09-08 19:36:00 -06:00
qbsp.cc cleanup: don't pass double by reference (it's only 8 bytes) 2024-11-17 21:34:54 -07:00
tjunc.cc cleanup: don't pass size_t by reference (it's only 8 bytes) 2024-11-17 21:26:27 -07:00
tree.cc cleanup: don't pass contentflags_t by reference (it's only 8 bytes) 2024-11-17 21:23:09 -07:00
writebsp.cc cleanup: remove unused game argument from contentflags_t::to_string() 2024-09-08 19:36:00 -06:00