office-gobmx/cppuhelper
Tor Lillqvist d72a0b5c61 Check for __GNUC__ instead of GCC in sources
We still have checks for $(COM) being GCC or MSC in makefiles, of
course. But there is no reason to pass -D$(COM) to compilations.
Checking the built-in compiler-specific macros __GNUC__, _MSC_VER
(etc) is the right thing to do.

Change-Id: Ia961a29ba74e2c4977e5300a92318f38104c6592
2012-12-27 13:38:15 +02:00
..
inc/cppuhelper API CHANGE: Remove deprecated cppuhelper/servicefactory.hxx and Java equiv. 2012-12-21 15:56:44 +01:00
prj
qa re-base on ALv2 code. Includes: 2012-12-06 09:12:57 +00:00
source Check for __GNUC__ instead of GCC in sources 2012-12-27 13:38:15 +02:00
test Get rid of (most uses of) GUI 2012-12-25 17:53:25 +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
InternalUnoApi_cppuhelper.mk
Library_cppuhelper.mk cppuhelper: add compatible symbol for obsolete method. 2012-12-06 09:48:49 +00:00
Makefile re-base on ALv2 code. Includes: 2012-12-06 09:12:57 +00:00
Module_cppuhelper.mk
Package_inc.mk API CHANGE: Remove deprecated cppuhelper/servicefactory.hxx and Java equiv. 2012-12-21 15:56:44 +01:00
Package_unorc.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.services.openoffice.org/wiki/Uno/Cpp/Modules/CPPUhelper]