OpenTTD/src/misc
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
2023-07-19 19:30:14 +02:00
..
CMakeLists.txt Change: [Network] Transfer command data as serialized byte stream without fixed structure. 2021-12-16 22:28:32 +01:00
array.hpp Codechange: use std::string for parameters in the dbg_helpers 2023-06-04 15:56:53 +02: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: use std::string for parameters in the dbg_helpers 2023-06-04 15:56:53 +02:00
dbg_helpers.h Codechange: use std::string for parameters in the dbg_helpers 2023-06-04 15:56:53 +02:00
endian_buffer.hpp Change: include fmt.h C++ headers in stdafx.h 2023-05-08 16:49:23 +02:00
fixedsizearray.hpp Codechange: Replace assert_compile macro with static_assert 2020-12-27 10:55:42 +00:00
getoptdata.cpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
getoptdata.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
hashtable.hpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
lrucache.hpp Codechange: Move includes for common STL headers to stdafx. 2023-05-17 10:14:41 +01:00