OVMS3-idf/components/cxx
Anton Maklakov fae64f79bb C++: prepare RTTI support
Ref. https://github.com/espressif/esp-idf/issues/1684

Also, for full RTTI support, libstdc++.a in the toolchain should be built
in both with RTTI and w/o RTTI options. Multilib with -fno-rtti
flag is used for that.

Note that this commit does not actually enable RTTI support.
The respective Kconfig option is hidden, and will be made visible when
the toolchain is updated.
2019-10-31 13:27:39 +07:00
..
test components: use new component registration api 2019-06-21 19:53:29 +08:00
CMakeLists.txt C++: prepare RTTI support 2019-10-31 13:27:39 +07:00
component.mk Rename Kconfig options (root) 2019-05-21 09:09:01 +02:00
cxx_exception_stubs.cpp Rename Kconfig options (root) 2019-05-21 09:09:01 +02:00
cxx_guards.cpp Add declarations of private cxx_guard functions (__cxa_guard_*) in cxx component to fix C++ -Wmissing-declarations warning 2018-06-04 16:36:44 +10:00