OpenTTD/src/os/unix
Peter Nelson a28ab8cac2
Codechange: Replace C-style casts to size_t with static_cast. (#12455)
* Codechange: Replace C-style casts to size_t with static_cast.

This touches only simple value-type casts.

* Codechange: Replace static_cast<size_t>(-1) with SIZE_MAX

Co-authored-by: Rubidium <rubidium@openttd.org>
2024-04-19 20:34:36 +01:00
..
CMakeLists.txt Codechange: refactor the Windows-only DllLoader in a cross-platform LibraryLoader (#11751) 2024-01-10 21:38:58 +00:00
crashlog_unix.cpp Codechange: coding style fixes 2024-01-04 16:23:54 +01:00
font_unix.cpp Fix 09f585b: Crash if font name ends with comma or comma and whitespace on Linux. (#11838) 2024-01-19 08:03:32 +00:00
library_loader_unix.cpp Codechange: refactor the Windows-only DllLoader in a cross-platform LibraryLoader (#11751) 2024-01-10 21:38:58 +00:00
survey_unix.cpp Change: store crash logs in JSON format (#11232) 2023-09-14 20:13:27 +02:00
unix.cpp Codechange: Replace C-style casts to size_t with static_cast. (#12455) 2024-04-19 20:34:36 +01:00
unix_main.cpp Codechange: pass command line arguments as std::span to openttd_main 2024-04-11 21:57:53 +02:00