summaryrefslogtreecommitdiff
path: root/cppuhelper
AgeCommit message (Expand)Author
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-26gbuild: fix silly "expandtabs" in makefile VIM modelinesMichael Stahl
2013-01-26gbuild: do not copy boost headers aroundMichael Stahl
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-25Get rid of (most uses of) GUITor 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-23Adding SAL_DEPRECATED_INTERNAL to an implementation function is pointlessStephan Bergmann
2012-11-22create SAL_DEPRECATED_INTERNAL for annotating APIMichael Meeks
2012-11-20sal, cppuhelper, udkapi, offapi: s/@since 3.7/@since 4.0/Michael Stahl
2012-11-12Do stay backward-compatible also in 4.0 and later for nowTor Lillqvist
2012-10-13cppuhelper: remove obsolete commentMichael Stahl
2012-10-11Update library names for DISABLE_DYNLOADINGTor Lillqvist
2012-10-11Include android-bootstrap.h for AndroidTor Lillqvist
2012-10-10replace findsofficepath.obj by static libDavid Tardon
2012-10-09I want to see what unknown library is required alwaysTor Lillqvist
2012-10-07fix mergedlib on windowsPeter Foley
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-28gbuild: invert handling of standard system libraries:Michael Stahl