e37c97bc1d
Use NSLog() and not just SAL_WARN(). There are so many irrelevant SAL_WARN() warnings displayed that these ones that can be extremely relevant are easily missed. I typically run the app in Xcode with SAL_LOG=-WARN. (Such warnings are typically caused by something missing from the solenv/bin/native-code.py.) Change-Id: I4ab16f4f652ac34319021c9427e2e9f911ee29e4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122721 Tested-by: Tor Lillqvist <tml@collabora.com> Reviewed-by: Tor Lillqvist <tml@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122756 Tested-by: Jenkins |
||
---|---|---|
.. | ||
inc/pch | ||
qa | ||
source | ||
unotypes/cppuhelper/detail | ||
CppunitTest_cppuhelper_cppu_ifcontainer.mk | ||
CppunitTest_cppuhelper_cppu_unourl.mk | ||
CppunitTest_cppuhelper_qa_misc.mk | ||
CppunitTest_cppuhelper_qa_weak.mk | ||
InternalUnoApi_cppuhelper.mk | ||
IwyuFilter_cppuhelper.yaml | ||
Library_cppuhelper.mk | ||
Makefile | ||
Module_cppuhelper.mk | ||
README.md | ||
StaticLibrary_findsofficepath.mk |
C++ cppu Helpers
Helpers for using cppu
in C++, e.g. templates for implementing UNO components, bootstrapping
stuff. Get UNO up and running.