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 eaae0bb5e7 Codechange: automatic adding of _t to (u)int types, and WChar to char32_t
for i in `find src -type f|grep -v 3rdparty/fmt|grep -v 3rdparty/catch2|grep -v 3rdparty/opengl|grep -v stdafx.h`; do sed 's/uint16& /uint16 \&/g;s/int8\([ >*),;[]\)/int8_t\1/g;s/int16\([ >*),;[]\)/int16_t\1/g;s/int32\([ >*),;[]\)/int32_t\1/g;s/int64\([ >*),;[]\)/int64_t\1/g;s/ uint32(/ uint32_t(/g;s/_uint8_t/_uint8/;s/Uint8_t/Uint8/;s/ft_int64_t/ft_int64/g;s/uint64$/uint64_t/;s/WChar/char32_t/g;s/char32_t char32_t/char32_t WChar/' -i $i; done
11 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 Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 11 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: fmt (and std::format) do explicitly not support enums out-of-the-box 1 year 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 Change: include fmt.h C++ headers in stdafx.h 1 year 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: automatic adding of _t to (u)int types, and WChar to char32_t 11 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 Cleanup: Removed SVN headers 5 years ago
pool_func.hpp Codechange: replace error/usererror printf variant with fmt variant and rename 1 year ago
pool_type.hpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 11 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 Add: subspan function to span 12 months ago
strong_typedef_type.hpp Codechange: use Tthis instead of StrongTypedef, so ==/= does not compare/assign different strong typedefs 1 year ago