office-gobmx/cppuhelper
Michael Stahl 5032dc0fc3 gbuild: invert handling of standard system libraries:
Always link in gb_STDLIBS, except when the library explicitly opts out
with gb_LinkTarget_disable_standard_system_libs.

Change-Id: I489a99114fbfa46d0421a27cf6c7b899dc268a4a
2012-09-28 16:49:08 +02:00
..
inc/cppuhelper Introduce cppu::supportsService helper, adapt some call-sites 2012-09-14 19:32:30 +02:00
prj
qa
source Keep null service manager throw a DeploymentException 2012-09-17 19:12:34 +02:00
test Introduce cppu::supportsService helper, adapt some call-sites 2012-09-14 19:32:30 +02:00
unotypes/cppuhelper/detail
CppunitTest_cppuhelper_checkapi.mk gbuild: invert handling of standard system libraries: 2012-09-28 16:49:08 +02:00
CppunitTest_cppuhelper_cppu_ifcontainer.mk gbuild: invert handling of standard system libraries: 2012-09-28 16:49:08 +02:00
CppunitTest_cppuhelper_cppu_unourl.mk gbuild: invert handling of standard system libraries: 2012-09-28 16:49:08 +02:00
CppunitTest_cppuhelper_qa_weak.mk gbuild: invert handling of standard system libraries: 2012-09-28 16:49:08 +02:00
CustomTarget_cppuhelper_allheaders.mk dependency on makefile needs full path 2012-09-22 08:15:35 +02:00
InternalUnoApi_cppuhelper.mk
Library_cppuhelper.mk gbuild: invert handling of standard system libraries: 2012-09-28 16:49:08 +02:00
Makefile
Module_cppuhelper.mk
Package_findsofficepath.mk
Package_inc.mk Introduce cppu::supportsService helper, adapt some call-sites 2012-09-14 19:32:30 +02:00
Package_unorc.mk
README

Helpers for using cppu in C++, e.g. templates for implementing UNO components, bootstrapping stuff. Get UNO up and running.

See also:
[http://wiki.services.openoffice.org/wiki/Uno/Cpp/Modules/CPPUhelper]