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/core
Peter Nelson ab535c0a86
Codechange: Add base() method to StrongType to allow access to the base type without casting. (#11445)
This removes the ability to explicitly cast to the base type, but the requirement
to use .base() means the conversion is still explicit.
7 months ago
..
CMakeLists.txt Codechange: fmt (and std::format) do explicitly not support enums out-of-the-box 1 year ago
alloc_func.cpp Codechange: replace error/usererror printf variant with fmt variant and rename 1 year ago
alloc_func.hpp Cleanup: Unused alloca definitions and includes 1 year ago
alloc_type.hpp Codechange: use default dtor instead of empty (#10826) 1 year ago
backup_type.hpp Codechange: use RAII to automatically restore _cur_dpi after use 1 year ago
bitmath_func.cpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 11 months ago
bitmath_func.hpp Cleanup: missing spaces before continuation * in some comments 7 months ago
container_func.hpp Codechange: rename smallvec_type to container_func and use only when needed 1 year ago
endian_func.hpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 11 months ago
endian_type.hpp Fix: Globally apply preprocessor directive coding style 4 years ago
enum_type.hpp Codechange: Rename DECLARE_ENUM_AS_BIT_SET parameter to enum_type. 1 year ago
format.hpp Codechange: Add base() method to StrongType to allow access to the base type without casting. (#11445) 7 months ago
geometry_func.cpp Add: RectPadding type. 2 years ago
geometry_func.hpp Fix: [SDL2] simplify what to redraw to prevent tearing (#8685) 3 years ago
geometry_type.hpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 11 months ago
kdtree.hpp Cleanup: missing spaces before continuation * in some comments 7 months ago
math_func.cpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 11 months ago
math_func.hpp Codechange: Add base() method to StrongType to allow access to the base type without casting. (#11445) 7 months ago
mem_func.hpp Codechange: Use std::reverse instead of custom implementation. (#10918) 1 year ago
multimap.hpp Codechange: Move includes for common STL headers to stdafx. 1 year ago
overflowsafe_type.hpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 11 months ago
pool_func.cpp Codechange: replace x.size() == 0 with x.empty() 8 months ago
pool_func.hpp Codechange: replace error/usererror printf variant with fmt variant and rename 1 year ago
pool_type.hpp Codechange: Add missing override specifiers. 8 months ago
random_func.cpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 11 months ago
random_func.hpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 11 months ago
smallstack_type.hpp Codechange: rename smallvec_type to container_func and use only when needed 1 year ago
span_type.hpp Codechange: replace x.size() == 0 with x.empty() 8 months ago
strong_typedef_type.hpp Codechange: Add base() method to StrongType to allow access to the base type without casting. (#11445) 7 months ago