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
Rubidium 77c188e6da Codechange: use std::vector instead of malloced array 2 weeks ago
..
CMakeLists.txt Codechange: Replace Array/FixedSizeArray with std::deque. (#12409) 4 weeks ago
binaryheap.hpp Codechange: use std::vector instead of malloced array 2 weeks ago
countedobj.cpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 10 months ago
countedptr.hpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 10 months ago
dbg_helpers.cpp Codechange: Add base() method to StrongType to allow access to the base type without casting. (#11445) 7 months ago
dbg_helpers.h Codechange: Replace Array/FixedSizeArray with std::deque. (#12409) 4 weeks ago
endian_buffer.hpp Codechange: rename byte to uint8_t (#12308) 2 months ago
getoptdata.cpp Codechange: internally use a span of arguments for GetOptData 2 months ago
getoptdata.h Codechange: internally use a span of arguments for GetOptData 2 months ago
hashtable.hpp Codechange: coding style fixes 5 months ago
lrucache.hpp Codechange: Emplace std::pair into vectors. 1 month ago