f255c3e96e
* GCC documents -fvisibility at least as far back as the GCC 4.0 online documentation at <https://gcc.gnu.org/onlinedocs/gcc-4.0.4/gcc/Code-Gen-Options.html>. * For external code, odk/settings/settings.mk unconditionally set HAVE_GCC_VISIBILITY_FEATURE for all platforms other than Windows. Make this a fatal configure error for now. The check should be removed completely after LO 5.3 branch-off. Change-Id: I1de415b6ed1591e0a7b6640ece861b6f0ef74112 Reviewed-on: https://gerrit.libreoffice.org/29073 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com> |
||
---|---|---|
.. | ||
inc/pch | ||
qa | ||
source | ||
test | ||
unotypes/cppuhelper/detail | ||
CppunitTest_cppuhelper_cppu_ifcontainer.mk | ||
CppunitTest_cppuhelper_cppu_unourl.mk | ||
CppunitTest_cppuhelper_qa_weak.mk | ||
InternalUnoApi_cppuhelper.mk | ||
Library_cppuhelper.mk | ||
Makefile | ||
Module_cppuhelper.mk | ||
README | ||
StaticLibrary_findsofficepath.mk |
Helpers for using cppu in C++, e.g. templates for implementing UNO components, bootstrapping stuff. Get UNO up and running. See also: [http://wiki.openoffice.org/wiki/Uno/Cpp/Modules/CPPUhelper]