mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 13:23:56 -07:00
Replace boost::hash_combine with a lib/hash.h hash_combine performing
the same statement.
Replace inconspicuous global boost hash_value specializations with
std::hash specializations.
No performance difference was observed in three simple MeshManager
measurements.
Remove unused TAG_MASK and h_tag in h_mgr.cpp following
|
||
|---|---|---|
| .. | ||
| atlas | ||
| engine | ||
| glooxwrapper | ||
| graphics | ||
| gui | ||
| lobby | ||
| lowlevel | ||
| network | ||
| scriptinterface | ||
| simulation2 | ||
| test | ||
| tinygettext | ||