You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
OpenTTD-patches/src/misc
Patric Stout 28e90769f7 Codechange: use "[[maybe_unused]]" instead of a wide variety of other ways we had
While at it, replace OTTD_ASSERT with WITH_ASSERT, as this
is always set if assert() is valid. No matter if NDEBUG is set
or not.
3 years ago
..
CMakeLists.txt Cleanup: Delete remaining Blob code 3 years ago
array.hpp Codechange: Replace CStrA with std::string 3 years ago
binaryheap.hpp Fix: Globally apply preprocessor directive coding style 4 years ago
countedobj.cpp Cleanup: Removed SVN headers 5 years ago
countedptr.hpp Cleanup: Removed SVN headers 5 years ago
dbg_helpers.cpp Cleanup: Delete remaining Blob code 3 years ago
dbg_helpers.h Cleanup: remove unused copy-constructor without copy-assignment 3 years ago
fixedsizearray.hpp Codechange: Replace assert_compile macro with static_assert 3 years ago
getoptdata.cpp Cleanup: Removed SVN headers 5 years ago
getoptdata.h Cleanup: Removed SVN headers 5 years ago
hashtable.hpp Codechange: use "[[maybe_unused]]" instead of a wide variety of other ways we had 3 years ago
lrucache.hpp Add: A simple, templated cache map that uses a least recently used eviction strategy. 3 years ago