summaryrefslogtreecommitdiffstats
path: root/cppuhelper/source
Commit message (Expand)AuthorAgeFilesLines
* Code cleanup: ( () ) replaced by (())Alexander Bergmann2012-01-2614-130/+130
* android: nasty hack to overcome unpleasantness of UNO bootstrappingMichael Meeks2012-01-231-0/+11
* Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann2012-01-215-24/+24
* fix prefix of command line switches (-- instead of -)Andras Timar2012-01-111-6/+6
* WaE: unused parameter 'rPath'Tor Lillqvist2012-01-031-0/+1
* cppuhelper: convert to gbuildMatúš Kukan2012-01-025-1163/+8
* cppuhelper: add visibility symbols as first step for porting to gbuildMatúš Kukan2012-01-021-1/+1
* Fix for fdo43460 Part X getLength() to isEmpty()Olivier Hallot2011-12-177-20/+20
* ignore backup files in services/ directory to avoid debugging griefMichael Meeks2011-12-071-0/+7
* remove include of pch header in cppuhelperNorbert Thiebaud2011-11-2721-40/+0
* Look for libboostrap.uno.so and not bootstrap.uno.so on AndroidTor Lillqvist2011-11-171-1/+8
* Simplify addition of optional components to URE_MORE_{SERVICES,TYPES}.Stephan Bergmann2011-11-021-43/+120
* Minor clean up.Stephan Bergmann2011-11-021-46/+22
* just silence the auto_ptr deprecations in isolationCaolán McNamara2011-09-221-11/+15
* Improved some error reporting.Stephan Bergmann2011-09-211-1/+1
* OSL_TRACE: Remove trailing newlinesThomas Arnhold2011-09-211-2/+2
* sb140: #i117697# simplify obsolete cppuhelper/stdidlclass.hxx implementationStephan Bergmann2011-09-122-225/+14
* This seems to help the MSVC build alongTor Lillqvist2011-09-071-2/+3
* correct OPropertySetHelper2 copy constructor and assignment operatorLionel Elie Mamane2011-09-071-2/+0
* apparently vtable & thunks necessary after all in gcc3.mapLionel Elie Mamane2011-09-071-11/+15
* Restore ABI compatibility with LO 3.4 and earlierLionel Elie Mamane2011-09-073-18/+44
* Tweak some DLL and import library names in the WNTGCC caseTor Lillqvist2011-08-301-3/+3
* OSL_DEBUG_LEVEL > 1Caolán McNamara2011-08-221-0/+2
* servicefactory fixGabor2011-08-221-0/+1
* Renamed XPropertySet2 to XPropertySetOption.Kohei Yoshida2011-08-163-4/+4
* Make XPropertSet2 not a child interface of XPropertySet.Kohei Yoshida2011-08-161-1/+2
* Changing the vtable symbol from XPropertySet to XPropertySet2.Kohei Yoshida2011-08-161-1/+1
* Added symbol for MSVC.Kohei Yoshida2011-08-162-3/+8
* Added XPropertySet2 to allow disabling of change event notifications.Kohei Yoshida2011-08-163-1/+20
* For iOS just link directly to the bootstrap componentTor Lillqvist2011-08-081-1/+25
* Don't bother trying to truncate parts debugging outputTor Lillqvist2011-08-081-1/+1
* Add invokeStaticComponentFactory() for statically linked componentsTor Lillqvist2011-08-082-77/+129
* OSL_TRACE adds trailing newline itselfTor Lillqvist2011-08-081-1/+1
* Add XServiceInfo.hpp needed when OSL_DEBUG_LEVEL > 1Tor Lillqvist2011-08-081-0/+1
* Factor out "bootstrap.uno" repeated for all bootstrap servicesTor Lillqvist2011-08-081-12/+4
* Move function to the file where it is usedTor Lillqvist2011-08-082-68/+63
* getLibEnv always returned an empty string anyway so make it void insteadTor Lillqvist2011-08-071-109/+108
* Bin OS/2 .map filesTor Lillqvist2011-08-041-378/+0
* Try to use the app executable module on iOS for nowTor Lillqvist2011-08-011-0/+11
* we are searching for prefix in activateMatúš Kukan2011-07-281-21/+0
* Default to current language binding name, if not specified.Matúš Kukan2011-07-111-16/+6
* Export the new loadSharedLibComponentFactory() overload, tooTor Lillqvist2011-06-271-0/+1
* re-work prefix handling and undo cppuhelper ABI change, add unit testMichael Meeks2011-06-242-1/+12
* Allows using prefix information about componentMatus Kukan2011-06-244-6/+33
* Use the i prefix for the import library only with MSCTor Lillqvist2011-06-181-0/+4
* Revert "Bypass DLL prefix and extension stuff on iOS for now"Tor Lillqvist2011-06-141-2/+0
* Bypass DLL prefix and extension stuff on iOS for nowTor Lillqvist2011-06-141-0/+2
* Merge remote-tracking branch 'origin/integration/dev300_m106'Jan Holesovsky2011-05-271-8/+8
|\
* | Some cppcheck cleaningJulien Nabet2011-05-171-2/+2
* | avoid double deleteDavid Tardon2011-05-161-2/+0