summaryrefslogtreecommitdiff
path: root/cppuhelper
AgeCommit message (Collapse)Author
2011-10-28typo/spelling/grammar in commentLionel Elie Mamane
2011-10-18Some fixes for "clang version 3.1 (trunk 142234)" (with --enable-werror, on ↵Stephan Bergmann
Linux x86_64).
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara
2011-09-21Improved some error reporting.Stephan Bergmann
2011-09-21OSL_TRACE: Remove trailing newlinesThomas Arnhold
Done with perl regex: s/(\n\s*OSL_TRACE\(\s*\"[^\n]+?)\s*(\\n)+(\"[^\n]*\)\;\n)/$1$3/gs; - removed trailing whitespaces and (multiple) newlines
2011-09-12sb140: #i113503# mixing system CppUnit and OOo STLport does not work, backed ↵Stephan Bergmann
out a6913c9677c2 For LibO, that just means replacing sal/cppunit.h with sal/precppunit.hxx.
2011-09-12sb140: #i117698# no implementations of XIdlClassProvider remain, so code ↵Stephan Bergmann
that checks for it can be removed
2011-09-12sb140: #i117697# simplify obsolete cppuhelper/stdidlclass.hxx implementationStephan Bergmann
2011-09-12sb140: #i117694# some CppUnit related cleanupStephan Bergmann
2011-09-07This seems to help the MSVC build alongTor Lillqvist
2011-09-07correct OPropertySetHelper2 copy constructor and assignment operatorLionel Elie Mamane
allows to get rid of export of vtable
2011-09-07apparently vtable & thunks necessary after all in gcc3.mapLionel Elie Mamane
2011-09-07Restore ABI compatibility with LO 3.4 and earlierLionel Elie Mamane
Factor out ABI-breaking changes to OPropertySetHelper into a derived class OPropertySetHelper2. Only gcc3.map is up-to-date.
2011-09-02Typo in commentLionel Elie Mamane
2011-08-30Tweak some DLL and import library names in the WNTGCC caseTor Lillqvist
2011-08-22OSL_DEBUG_LEVEL > 1Caolán McNamara
2011-08-22servicefactory fixGabor
2011-08-16Renamed XPropertySet2 to XPropertySetOption.Kohei Yoshida
To avoid making it appear to be a derived interface of XPropertySet when it's not.
2011-08-16Make XPropertSet2 not a child interface of XPropertySet.Kohei Yoshida
This is to preserve ABI backward compatibility with cppu::OPropertySetHelper.
2011-08-16Changing the vtable symbol from XPropertySet to XPropertySet2.Kohei Yoshida
NOTE: This needs to be double-checked by an expert. I'm modifying a symbol that's defined in the UDK_3_0_0 section. I'm not really sure if this will cause any ABI breakages for either the core code or extensions.
2011-08-16Added symbol for MSVC.Kohei Yoshida
2011-08-16Added XPropertySet2 to allow disabling of change event notifications.Kohei Yoshida
Sometimes broadcasting changes to the property set on every new value insertion makes no sense especially during import. Turning that off also improves performance especially when inserting millions of property values.
2011-08-08Can't build the iOS static cppuhelper test here nowTor Lillqvist
Since we now link to the (also static) bootstrap.uno component which hasn't been built yet.
2011-08-08For iOS just link directly to the bootstrap componentTor Lillqvist
2011-08-08Don't bother trying to truncate parts debugging outputTor Lillqvist
Murphy says it's the part that is dropped which will be interesting one anyway.
2011-08-08Add invokeStaticComponentFactory() for statically linked componentsTor Lillqvist
Will be used for iOS at least. Factor out the part of loadSharedLibComponentFactory() that handle the symbol that has been successfully looked up.
2011-08-08Add metacommentTor Lillqvist
2011-08-08OSL_TRACE adds trailing newline itselfTor Lillqvist
2011-08-08Add XServiceInfo.hpp needed when OSL_DEBUG_LEVEL > 1Tor Lillqvist
2011-08-08Factor out "bootstrap.uno" repeated for all bootstrap servicesTor Lillqvist
2011-08-08Move function to the file where it is usedTor Lillqvist
2011-08-07getLibEnv always returned an empty string anyway so make it void insteadTor Lillqvist
2011-08-04Bin OS/2 .map filesTor Lillqvist
2011-08-01Use separate unit testers for subsequent and normal tests for iOSTor Lillqvist
2011-08-01Try to use the app executable module on iOS for nowTor Lillqvist
2011-08-01Nah, these must be subsequent tests also for iOSTor Lillqvist
2011-08-01Add statically linked cpphelper unit test for iOSTor Lillqvist
2011-07-28we are searching for prefix in activateMatúš Kukan
also fix small typo
2011-07-12Remove component_getImplementationEnvironmentMatúš Kukan
2011-07-11Default to current language binding name, if not specified.Matúš Kukan
Signed-off-by: Michael Meeks <michael.meeks@novell.com>
2011-06-27Export the new loadSharedLibComponentFactory() overload, tooTor Lillqvist
2011-06-24re-work prefix handling and undo cppuhelper ABI change, add unit testMichael Meeks
use a separate prefix enabled method instead of changing the ABI of cppuhelper also - lookup the prefix in the dllcomponentloader in case we are called this way also - add a unit test for the prefix change
2011-06-24Allows using prefix information about componentMatus Kukan
2011-06-18ause130: #i117218# change .idl handling to gnu makeHans-Joachim Lankenau
2011-06-18Use the i prefix for the import library only with MSCTor Lillqvist
2011-06-16Use DESKTOP and NATIVE where appropriateTor Lillqvist
2011-06-14Revert "Bypass DLL prefix and extension stuff on iOS for now"Tor Lillqvist
Not needed now with a normal SAL_DLLEXTENSION defined for iOS. This reverts commit dc915ed7fbbbeef9eefbf5bda07289a9462b6904.
2011-06-14Be less picky with library nameTor Lillqvist
2011-06-14Bypass DLL prefix and extension stuff on iOS for nowTor Lillqvist
2011-06-06Bypass qa thingies for now when cross-compilingTor Lillqvist