esp-idf/components/cxx
Alexey Lapshin afffbd9dd0 fix(cxx): use __cxa_throw() stub in case exceptions disabled
Reduces binary size since the linker will drop some code due to --gc-sections.
2024-05-02 22:12:01 +04:00
..
test_apps refactor(cxx): formatted according to IDF astyle rules 2024-03-05 14:49:04 +08:00
CMakeLists.txt fix(cxx): use __cxa_throw() stub in case exceptions disabled 2024-05-02 22:12:01 +04:00
cxx_exception_stubs.cpp fix(cxx): use __cxa_throw() stub in case exceptions disabled 2024-05-02 22:12:01 +04:00
cxx_guards.cpp refactor(cxx): formatted according to IDF astyle rules 2024-03-05 14:49:04 +08:00
cxx_init.cpp feat(cxx): get rid of _Unwind_SetEnableExceptionFdeSorting 2024-03-15 12:36:00 +04:00