OpenTTD/src/misc
Peter Nelson d074ab909c
Codechange: Replace Array/FixedSizeArray with std::deque. (#12409)
Array/FixedSizeArray is actually a resizeable container that allocates space in chunks and allows resizing without invalidating pointers.

This is also a behaviour of std::deque, so use that instead.
2024-05-04 10:55:16 +01:00
..
CMakeLists.txt Codechange: Replace Array/FixedSizeArray with std::deque. (#12409) 2024-05-04 10:55:16 +01:00
binaryheap.hpp Fix: Globally apply preprocessor directive coding style 2020-07-03 09:08:46 +02:00
countedobj.cpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
countedptr.hpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
dbg_helpers.cpp Codechange: Add base() method to StrongType to allow access to the base type without casting. (#11445) 2023-11-06 20:29:35 +00:00
dbg_helpers.h Codechange: Replace Array/FixedSizeArray with std::deque. (#12409) 2024-05-04 10:55:16 +01:00
endian_buffer.hpp Codechange: rename byte to uint8_t (#12308) 2024-03-16 23:59:32 +01:00
getoptdata.cpp Codechange: internally use a span of arguments for GetOptData 2024-04-11 12:00:36 +02:00
getoptdata.h Codechange: internally use a span of arguments for GetOptData 2024-04-11 12:00:36 +02:00
hashtable.hpp Codechange: coding style fixes 2024-01-04 16:23:54 +01:00
lrucache.hpp Codechange: Emplace std::pair into vectors. 2024-04-20 10:25:20 +01:00