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/.github/workflows
rubidium42 98e653dacc Fix #9386: compilers failing to compile with LTO by using variants instead of new + unique_ptr
With std::variant all memory can be figured out at compile time, so the compiler needs to keep track of fewer elements. It also saves out a unique_ptr and its memory management, over a slight impact for resolving a setting.
3 years ago
..
ci-build.yml Fix #9386: compilers failing to compile with LTO by using variants instead of new + unique_ptr 3 years ago
commit-checker.yml Change: [Actions] use newly created Actions instead of custom shell-scripting (#9284) 3 years ago
preview_build.yml Add: [Actions] preview workflow, where PRs can be reviewed in the browser 4 years ago
preview_label.yml Add: [Actions] preview workflow, where PRs can be reviewed in the browser 4 years ago
preview_push.yml Add: [Actions] preview workflow, where PRs can be reviewed in the browser 4 years ago
release.yml Fix #9386: compilers failing to compile with LTO by using variants instead of new + unique_ptr 3 years ago