summaryrefslogtreecommitdiff
path: root/cppuhelper/Library_cppuhelper.mk
AgeCommit message (Collapse)AuthorFilesLines
2012-12-06cppuhelper: add compatible symbol for obsolete method.Michael Meeks1-0/+1
(cherry picked from commit c8a733079f6718dc908edd4af8d9befeac157e80)
2012-12-06remove obsolete stdidlclass.Michael Meeks1-1/+0
(cherry picked from commit c95f6b679a548f7b79d10005b0415d7a0233e4b4)
2012-10-10replace findsofficepath.obj by static libDavid Tardon1-6/+2
Change-Id: I652ac46aec72a92667995353efa637f0a2310672
2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl1-2/+0
Always link in gb_STDLIBS, except when the library explicitly opts out with gb_LinkTarget_disable_standard_system_libs. Change-Id: I489a99114fbfa46d0421a27cf6c7b899dc268a4a
2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl1-1/+2
... new gb_LinkTarget_add_standard_system_libs Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69
2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl1-0/+1
Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7
2012-09-14Introduce cppu::supportsService helper, adapt some call-sitesStephan Bergmann1-0/+1
...more to follow (easy hack?) Change-Id: Icb02626495701a3905c124c7368b98c3258e91b2
2012-04-20New cppu::defaultBootstrap_InitialComponentContext implementationStephan Bergmann1-0/+4
...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. * 09524d410bbaad2a0b9b39811cb5cc16621b1396 "stoc: accelerate opening of multiple XML .rdb files in a directory" and its follow-up cb5c881a7f179391ee853f76e159254c97d776a3 "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-09cppuhelper: use InternalUnoApiMatúš Kukan1-4/+3
2012-04-08LinkTarget.mk: remove gb_LinkTarget_add_package_headersMichael Stahl1-2/+4
2012-04-08gbuild: "use" vs. "add":Michael Stahl1-1/+1
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-01-02cppuhelper: convert to gbuildMatúš Kukan1-0/+78
missing subsequent test qa/propertysetmixin/makefile.mk