OpenTTD/.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.
2021-06-26 20:28:34 +02:00
..
ci-build.yml Fix #9386: compilers failing to compile with LTO by using variants instead of new + unique_ptr 2021-06-26 20:28:34 +02:00
commit-checker.yml Change: [Actions] use newly created Actions instead of custom shell-scripting (#9284) 2021-05-20 19:12:33 +02:00
preview_build.yml Add: [Actions] preview workflow, where PRs can be reviewed in the browser 2020-12-15 15:46:39 +01:00
preview_label.yml Add: [Actions] preview workflow, where PRs can be reviewed in the browser 2020-12-15 15:46:39 +01:00
preview_push.yml Add: [Actions] preview workflow, where PRs can be reviewed in the browser 2020-12-15 15:46:39 +01:00
release.yml Fix #9386: compilers failing to compile with LTO by using variants instead of new + unique_ptr 2021-06-26 20:28:34 +02:00