office-gobmx/cppuhelper
Michael Stahl c923f7d2c2 gbuild: "use" vs. "add":
Naming convention for gbuild methods:
- "add" is used for stuff that is logically a part of the target
  (i.e. not registered at the Module, but defined in the target's makefile)
- "use" is used for stuff that is logically a different target
  (i.e. it is registered at the Module, has it's own makefile, may be
  in a different module than the target)
2012-04-08 01:05:52 +02:00
..
inc/cppuhelper Updated workaround comment 2012-04-02 15:08:28 +02:00
prj cppuhelper: convert to gbuild 2012-01-02 15:33:13 +01:00
qa cppuhelper: convert to gbuild 2012-01-02 15:33:13 +01:00
source Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator 2012-04-06 20:03:42 +02:00
test Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator 2012-04-06 20:03:42 +02:00
unotypes Enable -Wnon-virtual-dtor for GCC 4.6 2012-03-14 13:32:02 +01:00
CppunitTest_cppuhelper_cppu_ifcontainer.mk gbuild: "use" vs. "add": 2012-04-08 01:05:52 +02:00
CppunitTest_cppuhelper_cppu_unourl.mk gbuild: "use" vs. "add": 2012-04-08 01:05:52 +02:00
CppunitTest_cppuhelper_qa_weak.mk gbuild: "use" vs. "add": 2012-04-08 01:05:52 +02:00
Library_cppuhelper.mk gbuild: "use" vs. "add": 2012-04-08 01:05:52 +02:00
Makefile switch to include-based build rather than sourced-based build 2012-02-05 19:34:05 -06:00
Module_cppuhelper.mk CppunitTest_cppuhelper_qa_weak depends on module bridges 2012-01-02 15:33:13 +01:00
Package_findsofficepath.mk cppuhelper: convert to gbuild 2012-01-02 15:33:13 +01:00
Package_inc.mk cppuhelper: convert to gbuild 2012-01-02 15:33:13 +01:00
Package_unorc.mk cppuhelper: convert to gbuild 2012-01-02 15:33:13 +01:00
Package_unotypes.mk cppuhelper: convert to gbuild 2012-01-02 15:33:13 +01:00
README Added READMEs for modules related to URE, with content from the wiki 2012-02-06 05:28:46 +01: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]