From 98752c1c135b824e2555ece40489965efd05a6e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernhard=20Rosenkr=C3=A4nzer?= Date: Mon, 20 Dec 2021 15:03:42 +0100 Subject: [PATCH 1/2] FOSDEM 2022: Add libc++ lightning talk MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Bernhard Rosenkränzer --- Events-oniro/2022/FOSDEM/libc++.md | 44 ++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 Events-oniro/2022/FOSDEM/libc++.md diff --git a/Events-oniro/2022/FOSDEM/libc++.md b/Events-oniro/2022/FOSDEM/libc++.md new file mode 100644 index 0000000..882d8f4 --- /dev/null +++ b/Events-oniro/2022/FOSDEM/libc++.md @@ -0,0 +1,44 @@ +# Libc++ on Linux - using the example of Oniro + +## Track +LLVM + +https://lists.llvm.org/pipermail/llvm-dev/2021-December/154215.html + +## Title +Libc++ on Linux - using the example on Oniro + +## Subtitle +Experiences with switching from libstdc++ to libc++ + +## Event type +Lightning Talk (5 min) + +## Persons +Bernhard "bero" Rosenkränzer + +Bero has been a Linux developer for 25 years - working on +desktop, server and embedded alike. +He is a regular speaker at Open Source conferences like +FOSDEM, Embedded Linux Conference, Linux Piter and Open +Source Summit. +He currently works on the Eclipse Foundation's Oniro +operating system. Previous employers include Linaro +and Red Hat. + +## Abstract (one paragraph) +Oniro - the Eclipse Foundation's embedded operating system - +is switching from libstdc++ to libc++ by default. This talk +gives an overview of our experience daring to +make the switch. + +## Description +Oniro - the Eclipse Foundation's embedded operating system - +is switching from libstdc++ to libc++ by default. + +Binary compatibility is a holdup for libc++ adoption on +Linux desktops and servers - but in the embedded world, +we have more options. + +This talk gives an overview of our experience daring to +make the switch. -- GitLab From 9170369e54f77520de476bf53a287d01970a5bd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernhard=20Rosenkr=C3=A4nzer?= Date: Mon, 20 Dec 2021 15:13:04 +0100 Subject: [PATCH 2/2] Fix typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Bernhard Rosenkränzer --- Events-oniro/2022/FOSDEM/libc++.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Events-oniro/2022/FOSDEM/libc++.md b/Events-oniro/2022/FOSDEM/libc++.md index 882d8f4..8e5ea2c 100644 --- a/Events-oniro/2022/FOSDEM/libc++.md +++ b/Events-oniro/2022/FOSDEM/libc++.md @@ -6,7 +6,7 @@ LLVM https://lists.llvm.org/pipermail/llvm-dev/2021-December/154215.html ## Title -Libc++ on Linux - using the example on Oniro +Libc++ on Linux - using the example of Oniro ## Subtitle Experiences with switching from libstdc++ to libc++ -- GitLab