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
Rubidium aa5ba5bd7f Codechange: allow certain enumeration to be added
Otherwise C++20 doesn't like it.
5 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 Codechange: replace static inline with static for non-class functions 5 months 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 Codechange: replace static inline with static for non-class functions 5 months ago
container_func.hpp Codechange: rename smallvec_type to container_func and use only when needed 1 year ago
endian_func.hpp Codechange: replace static inline with static for non-class functions 5 months ago
endian_type.hpp Fix: Globally apply preprocessor directive coding style 4 years ago
enum_type.hpp Codechange: allow certain enumeration to be added 5 months ago
format.hpp Codechange: Ensure function opening `{` is on new line. 7 months ago
geometry_func.cpp Codechange: Move RectPadding::zero definition to header. (#11461) 7 months ago
geometry_func.hpp Codechange: replace static inline with static for non-class functions 5 months ago
geometry_type.hpp Codechange: Make geometry methods constexpr. 5 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: replace static inline with static for non-class functions 5 months ago
mem_func.hpp Codechange: replace static inline with static for non-class functions 5 months ago
multimap.hpp Codechange: Move includes for common STL headers to stdafx. 1 year ago
overflowsafe_type.hpp Codechange: coding style fixes 5 months ago
pool_func.cpp Codechange: replace x.size() == 0 with x.empty() 7 months ago
pool_func.hpp Codechange: replace error/usererror printf variant with fmt variant and rename 1 year ago
pool_type.hpp Codechange: coding style fixes 5 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: replace static inline with static for non-class functions 5 months ago
smallstack_type.hpp Codechange: rename smallvec_type to container_func and use only when needed 1 year ago
span_type.hpp Codechange: coding style fixes 5 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