office-gobmx/cppuhelper
Stephan Bergmann fa545023ad Introduce HAVE_GCC_PRAGMA_DIAGNOSTIC_{MODIFY,SCOPE}
...replacing hard-coded GCC version checks.  Those checks that guard

  #pragma GCC diagnostic ignored "-Wnon-virtual-dtor"

appear relevant only for GCC itself, not Clang (which used to fail the old
guards because it typically announces itself with a rather low
__GNUC__/__GNUC_MINOR__ version), see 6e67c03dc0
"Enable -Wnon-virtual-dtor for GCC 4.6"

Change-Id: I6bfa4d5caa6192e7a203ce829682bf6bb8d61a1b
2013-03-25 08:52:54 +01:00
..
inc/cppuhelper Introduce HAVE_GCC_PRAGMA_DIAGNOSTIC_{MODIFY,SCOPE} 2013-03-25 08:52:54 +01:00
qa automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings 2013-03-19 09:00:26 +00:00
source Remove uses of rtl::OUString::compareToAscii(asciiStr, maxLength) 2013-03-20 13:05:35 +01:00
test removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarations 2013-03-19 10:48:30 +00:00
unotypes/cppuhelper/detail
CppunitTest_cppuhelper_checkapi.mk
CppunitTest_cppuhelper_cppu_ifcontainer.mk
CppunitTest_cppuhelper_cppu_unourl.mk
CppunitTest_cppuhelper_qa_weak.mk
CustomTarget_cppuhelper_allheaders.mk cppuhelper: new ZipPackage_cppuhelper_odk_headers 2013-02-27 01:33:19 +01:00
InternalUnoApi_cppuhelper.mk gbuild: stop using $(OUTDIR)/idl 2013-03-13 14:33:55 +01:00
Library_cppuhelper.mk Revert "WIP: Experimental new binary type.rdb format" 2013-03-09 13:03:49 +01:00
Makefile
Module_cppuhelper.mk cppuhelper: new ZipPackage_cppuhelper_odk_headers 2013-02-27 01:33:19 +01:00
Package_unorc.mk
README
StaticLibrary_findsofficepath.mk cppuhelper: new ZipPackage_cppuhelper_odk_headers 2013-02-27 01:33:19 +01:00
ZipPackage_cppuhelper_odk_headers.mk add implbase13 - another interface is needed. 2013-03-22 16:40:15 +00:00

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]