office-gobmx/cppuhelper
Stephan Bergmann c2fd9b533c New cppu::defaultBootstrap_InitialComponentContext implementation
...that no longer uses XSimpleRegistry structures for the service data and thus
is potentially more performant.

* Registry-based functions from cppuhelper/bootstrap are deprecated now, client
  code should always use defaultBootstrap_InitialComponentContext.

* References to the obsolete UNO_WRITERDB have been removed.

* Some of the functions in cppuhelper/source that are used from multiple .cxx
  but had not been properly placed into .hxx have been cleaned up.

* css.lang.ServiceManager XSet insert/remove now support special
  sequence<NamedValue> to improve live deployment/removal of XML-based extension
  components data.

* 09524d410b "stoc: accelerate opening of multiple
  XML .rdb files in a directory" and its follow-up
  cb5c881a7f "avoid using the new rdb reading
  logic for empty/non-existent directories" have been obsoleted by this change
  and have been reverted again.
2012-04-20 22:57:32 +02:00
..
inc/cppuhelper New cppu::defaultBootstrap_InitialComponentContext implementation 2012-04-20 22:57:32 +02:00
prj New cppu::defaultBootstrap_InitialComponentContext implementation 2012-04-20 22:57:32 +02:00
qa
source New cppu::defaultBootstrap_InitialComponentContext implementation 2012-04-20 22:57:32 +02:00
test Remove extra parenthesis 2012-04-18 22:48:01 +02:00
unotypes/cppuhelper/detail cppuhelper: use InternalUnoApi 2012-04-09 21:04:38 +02: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
InternalUnoApi_cppuhelper.mk cppuhelper: use InternalUnoApi 2012-04-09 21:04:38 +02:00
Library_cppuhelper.mk New cppu::defaultBootstrap_InitialComponentContext implementation 2012-04-20 22:57:32 +02:00
Makefile
Module_cppuhelper.mk cppuhelper: use InternalUnoApi 2012-04-09 21:04:38 +02:00
Package_findsofficepath.mk
Package_inc.mk
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]