1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/cpp11-compat
Joakim Gebart 248fb1c6c0 sys/cpp11-compat: Add C++ runtime helpers
cppsupport.cpp contains functions which are necessary in order to use
some features of the C++ language, e.g. calling static constructors or
virtual functions.

TODO/Not implemented yet:
 - Test virtual functions
 - Handle exceptions (stack unwinding)
 - Run time type identification (RTTI)
2015-08-08 14:44:41 +02:00
..
include/riot everything: Remove filename from @file Doxygen command 2015-05-22 07:34:41 +02:00
condition_variable.cpp everything: Remove filename from @file Doxygen command 2015-05-22 07:34:41 +02:00
cppsupport.cpp sys/cpp11-compat: Add C++ runtime helpers 2015-08-08 14:44:41 +02:00
doc.txt Add replacement headers for thread, mutex and cond 2015-05-18 13:57:02 +02: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 everything: Remove filename from @file Doxygen command 2015-05-22 07:34:41 +02:00