OpenTTD/src/core
2025-02-16 22:24:25 +00:00
..
alloc_func.cpp
alloc_func.hpp
alloc_type.hpp Codechange: let the ReusableBuffer use std::vector as storage 2025-02-16 19:31:13 +01:00
backup_type.hpp
base_bitset_type.hpp Codechange: Allow iterating a BaseBitSet. 2025-02-16 22:24:25 +00:00
bitmath_func.hpp Codechange: remove operator!=s that are synthesized 2025-02-08 06:37:36 +01:00
CMakeLists.txt Codechange: introduce BaseBitSet as base for EnumBitSet 2025-02-09 19:24:51 +01:00
container_func.hpp Codechange: Add Slide container helper function. 2024-12-05 18:17:58 +00:00
convertible_through_base.hpp Codechange: introduce ConvertibleThroughBase helpers 2025-02-16 14:02:18 +01:00
endian_func.hpp Codechange: Use std::endian instead of TTD_ENDIAN defines. 2025-01-28 19:37:34 +00:00
enum_type.hpp Fix #13513, ec492cb267: std::numeric_limits<CompanyMask> not working causes no vehicles to exist 2025-02-09 22:50:55 +01:00
format.hpp Codechange: add concept of ConvertibleThroughBase for strong types 2025-02-01 19:22:02 +01:00
geometry_func.cpp
geometry_func.hpp Codefix 37a03b5: the return value of maxdim should always be assigned (#12590) 2024-04-28 17:42:58 +00:00
geometry_type.hpp
kdtree.hpp Codefix: Missing this-> in Kdtree (#13095) 2024-12-10 17:30:55 +00:00
math_func.cpp
math_func.hpp Codechange: add concept of ConvertibleThroughBase for strong types 2025-02-01 19:22:02 +01:00
mem_func.hpp
multimap.hpp Codechange: move operator== inside MultiMap class and leave out ones that will be synthesized 2025-02-08 06:37:36 +01:00
overflowsafe_type.hpp Codechange: implement operator<=> and remove operators that are synthesized 2025-02-08 06:37:36 +01:00
pool_func.cpp Codechange: Use EnumBitSet for pool types 2025-02-01 17:04:04 +01:00
pool_func.hpp Codechange: remove transitional supports from the pool 2025-02-16 19:31:37 +01:00
pool_type.hpp Codechange: remove transitional supports from the pool 2025-02-16 19:31:37 +01:00
random_func.cpp Codechange: strongly type CompanyID 2025-02-16 14:02:18 +01:00
random_func.hpp
smallstack_type.hpp Codechange: Space between template and < (#13278) 2025-01-04 17:56:14 +00:00
strong_typedef_type.hpp Codechange: implement operator<=> and remove operators that are synthesized 2025-02-08 06:37:36 +01:00