summaryrefslogtreecommitdiff
path: root/cppuhelper/source
AgeCommit message (Expand)Author
2013-02-11WaE: strict-aliasing issuesCaolán McNamara
2013-02-11Fix floating point handlingStephan Bergmann
2013-02-03More typosStephan Bergmann
2013-02-03reg2bin: Shrink output by reusing common stringsStephan Bergmann
2013-02-02Missing reading of # members of polystructStephan Bergmann
2013-01-31Keep old GCC happyStephan Bergmann
2013-01-31warning C4701: potentially uninitialized local variableStephan Bergmann
2013-01-31WIP: Experimental new binary type.rdb formatStephan Bergmann
2013-01-30Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRINGJean-Noël Rouvignac
2013-01-26Remove redundant braces around for loopsStephan Bergmann
2013-01-18Insert type rdbs individually into theTypeDescriptionManagerStephan Bergmann
2013-01-16Move addSingletonContextEntries to ServiceManagerStephan Bergmann
2013-01-16UNO methods are no longer called directly on ServiceManagerStephan Bergmann
2013-01-16Register theTypeDescriptionManager normally in services.rdbStephan Bergmann
2013-01-16Unfold remainder of add_access_control_entries at call siteStephan Bergmann
2013-01-16Remove support for UNO_AC* bootstrap variablesStephan Bergmann
2013-01-16get_this_libpath only used in paths.cxxStephan Bergmann
2013-01-16API CHANGE: Remove obsolete cppu::bootstrapInitialSFStephan Bergmann
2013-01-16Reorganize defaultbootstrap so that typedescriptionprovider can use servicemgrStephan Bergmann
2013-01-16Simplify defaultbootstrap.cxxStephan Bergmann
2013-01-16Extract servicemanager and typedescriptionprovider from defaultbootstrapStephan Bergmann
2013-01-06UNO components have the "lib" prefix only on AndroidTor Lillqvist
2012-12-27Check for __GNUC__ instead of GCC in sourcesTor Lillqvist
2012-12-21Remove support for XML .rdbs froom SimpleRegistry service againStephan Bergmann
2012-12-21API CHANGE: Remove deprecated cppuhelper/servicefactory.hxx and Java equiv.Stephan Bergmann
2012-12-20Always have UNO_SERVICES/TYPES set in in-build uno ini fileStephan Bergmann
2012-12-20API CHANGE: Remove deprecated cppuhelper/bootstrap.hxx functionalityStephan Bergmann
2012-12-06cppuhelper: add compatible symbol for obsolete method.Michael Meeks
2012-12-06re-base on ALv2 code. Includes:Michael Meeks
2012-12-06remove obsolete stdidlclass.Michael Meeks
2012-12-03fixes for where fast string operator+ is not perfectly source compatibleLuboš Luňák
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens
2012-11-30Do not override the message of an underlying PropertyVetoExceptionLionel Elie Mamane
2012-11-29Enhance error message when setting a CONSTRAINED property to Vetoed valueLionel Elie Mamane
2012-11-12Do stay backward-compatible also in 4.0 and later for nowTor Lillqvist
2012-10-11Update library names for DISABLE_DYNLOADINGTor Lillqvist
2012-10-11Include android-bootstrap.h for AndroidTor Lillqvist
2012-10-09I want to see what unknown library is required alwaysTor Lillqvist
2012-10-07Handle lack of module loading/unloading API when DISABLE_DYNLOADINGTor Lillqvist
2012-10-04Version name/dependency cleanup towards 3.7Stephan Bergmann
2012-10-04Disable-dynloading updates to component listTor Lillqvist
2012-09-17Keep null service manager throw a DeploymentExceptionStephan Bergmann
2012-09-17Require XComponentContext.getServiceManager to throw instead of returning nullStephan Bergmann
2012-09-17migrate some of the biggest consumer of osl_*InterlockedCount to osl_atomicNorbert Thiebaud
2012-09-14Introduce cppu::supportsService helper, adapt some call-sitesStephan Bergmann
2012-08-24Fix removeRdbFiles (caused extension update to fail)Stephan Bergmann
2012-08-10Missing mutex lockStephan Bergmann
2012-08-09Related fdo#52639: Do not destroy Implementations with mutex lockedStephan Bergmann
2012-08-08ServiceManager::createInstanceWithContext needs to honor given ContextStephan Bergmann
2012-07-13This look like the same as rLibName.endsWithIgnoreAsciiCase so kill it. Add m...Christophe JAILLET