office-gobmx/static
Stephan Bergmann 038c198312 Embind: Clarify need for emscripten::internal::raw_destructor specializations
...which are needed at compile time (the emscripten::class_<T> ctor always
records the address of emscripten::internal::raw_destructor<T>, even in cases
where it never calls it; and raw_destructor internally calls delete, but the
dtor of the UNO interface types is protected) but not at runtime (as those UNO
interface types are only accessed through css::uno::Reference smart pointers)

Change-Id: I09e4f258f8dfc0fc53c0fe7210c7f709d86be176
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166304
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <stephan.bergmann@allotropia.de>
2024-04-19 21:38:50 +02:00
..
emscripten
source Embind: Clarify need for emscripten::internal::raw_destructor specializations 2024-04-19 21:38:50 +02:00
CustomTarget_components.mk
CustomTarget_emscripten_fs_image.mk
CustomTarget_unoembind.mk
CustomTarget_wasm-qt5-mandelbrot_moc.mk
Executable_embindmaker.mk
Executable_wasm-qt5-mandelbrot.mk
Library_components.mk
Makefile
Module_static.mk
Package_favicon.mk
Package_unoembind.mk
README.md
README.wasm.md Embind: Consistently represent empty interface references as JS null 2024-04-19 21:20:59 +02:00
StaticLibrary_unoembind.mk

Static build components library

The library contains a map of all build component names to their constructor function calls.