1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/cpp11-compat
Gunar Schorcht 9ec52361d1 sys/cpp11_compat: move __dso_handle to sys/cpp_new_delete
On ARM platforms, `__dso_handle` is used for dynamic shared objects. But it is also required if global static objects are used. To avoid that `sys/cpp11_compat` is required only for using the (re)defined `new`/`delete` operators, `__dso_handle` is moved to module `sys/cpp_new_delete`
2022-01-06 09:50:29 +01:00
..
include/riot sys: Cleanup access to internal variables 2020-08-24 20:28:11 +02:00
condition_variable.cpp sys: Cleanup access to internal variables 2020-08-24 20:28:11 +02:00
cppsupport.cpp sys/cpp11_compat: move __dso_handle to sys/cpp_new_delete 2022-01-06 09:50:29 +01:00
doc.txt doc: Improve C++ documentation 2021-12-15 18:58:23 +01:00
Makefile Add replacement headers for thread, mutex and cond 2015-05-18 13:57:02 +02:00
mutex.cpp everything: Remove filename from @file Doxygen command 2015-05-22 07:34:41 +02:00
thread.cpp sys: Cleanup access to internal variables 2020-08-24 20:28:11 +02:00