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/music
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 Remove: OS/2 port 1 year ago
allegro_m.cpp Codechange: convert printf DEBUG statements to fmt Debug statements 3 years ago
allegro_m.h Codechange: Use std::string in the driver and blitter selection code. 4 years ago
bemidi.cpp Fix: Workarounds for BeMidi driver to work properly on Haiku 3 years ago
bemidi.h Fix: Workarounds for BeMidi driver to work properly on Haiku 3 years ago
cocoa_m.cpp Codechange: convert printf DEBUG statements to fmt Debug statements 3 years ago
cocoa_m.h Codechange: Use std::string in the driver and blitter selection code. 4 years ago
dmusic.cpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 11 months ago
dmusic.h Codechange: Use std::string in the driver and blitter selection code. 4 years ago
extmidi.cpp Codechange: use std::string/std::vector over stredup/strecpy/CallocT/free 1 year ago
extmidi.h Codechange: use std::string/std::vector over stredup/strecpy/CallocT/free 1 year ago
fluidsynth.cpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 11 months ago
fluidsynth.h Codechange: Use std::string in the driver and blitter selection code. 4 years ago
midi.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 11 months ago
midifile.cpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 11 months ago
midifile.hpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 11 months ago
music_driver.hpp Codechange: Use std::string in the driver and blitter selection code. 4 years ago
null_m.cpp Cleanup: Removed SVN headers 5 years ago
null_m.h Codechange: Use std::string in the driver and blitter selection code. 4 years ago
win32_m.cpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 11 months ago
win32_m.h Codechange: Use std::string in the driver and blitter selection code. 4 years ago