summaryrefslogtreecommitdiffstats
path: root/cppuhelper
Commit message (Expand)AuthorAgeFilesLines
* cppcheck: Iterator i used after element has been erasedStephan Bergmann2013-02-171-3/+3
* Comment clean-upStephan Bergmann2013-02-141-6/+2
* WaE: strict-aliasing issuesCaolán McNamara2013-02-111-30/+36
* Fix floating point handlingStephan Bergmann2013-02-111-29/+120
* More typosStephan Bergmann2013-02-031-3/+3
* reg2bin: Shrink output by reusing common stringsStephan Bergmann2013-02-031-39/+57
* Missing reading of # members of polystructStephan Bergmann2013-02-021-0/+8
* Keep old GCC happyStephan Bergmann2013-01-311-63/+86
* warning C4701: potentially uninitialized local variableStephan Bergmann2013-01-311-1/+1
* WIP: Experimental new binary type.rdb formatStephan Bergmann2013-01-311-21/+3046
* Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRINGJean-Noël Rouvignac2013-01-308-108/+95
* gbuild: fix silly "expandtabs" in makefile VIM modelinesMichael Stahl2013-01-261-1/+1
* gbuild: do not copy boost headers aroundMichael Stahl2013-01-261-0/+2
* Remove redundant braces around for loopsStephan Bergmann2013-01-261-4/+4
* Insert type rdbs individually into theTypeDescriptionManagerStephan Bergmann2013-01-183-72/+66
* Move addSingletonContextEntries to ServiceManagerStephan Bergmann2013-01-163-18/+28
* UNO methods are no longer called directly on ServiceManagerStephan Bergmann2013-01-162-33/+33
* Register theTypeDescriptionManager normally in services.rdbStephan Bergmann2013-01-161-6/+0
* Unfold remainder of add_access_control_entries at call siteStephan Bergmann2013-01-164-108/+10
* Remove support for UNO_AC* bootstrap variablesStephan Bergmann2013-01-164-145/+6
* get_this_libpath only used in paths.cxxStephan Bergmann2013-01-162-3/+5
* API CHANGE: Remove obsolete cppu::bootstrapInitialSFStephan Bergmann2013-01-163-157/+16
* Reorganize defaultbootstrap so that typedescriptionprovider can use servicemgrStephan Bergmann2013-01-163-64/+66
* Simplify defaultbootstrap.cxxStephan Bergmann2013-01-161-38/+32
* Extract servicemanager and typedescriptionprovider from defaultbootstrapStephan Bergmann2013-01-168-2043/+2230
* UNO components have the "lib" prefix only on AndroidTor Lillqvist2013-01-061-6/+19
* Check for __GNUC__ instead of GCC in sourcesTor Lillqvist2012-12-271-1/+3
* Get rid of (most uses of) GUITor Lillqvist2012-12-256-11/+11
* Remove support for XML .rdbs froom SimpleRegistry service againStephan Bergmann2012-12-211-7/+3
* API CHANGE: Remove deprecated cppuhelper/servicefactory.hxx and Java equiv.Stephan Bergmann2012-12-214-456/+8
* Always have UNO_SERVICES/TYPES set in in-build uno ini fileStephan Bergmann2012-12-201-0/+2
* API CHANGE: Remove deprecated cppuhelper/bootstrap.hxx functionalityStephan Bergmann2012-12-203-92/+45
* cppuhelper: add compatible symbol for obsolete method.Michael Meeks2012-12-062-0/+39
* re-base on ALv2 code. Includes:Michael Meeks2012-12-0692-2129/+1287
* remove obsolete stdidlclass.Michael Meeks2012-12-065-540/+0
* fixes for where fast string operator+ is not perfectly source compatibleLuboš Luňák2012-12-031-1/+1
* c++ API: use css alias in generated headers, adds global css declThorsten Behrens2012-11-308-23/+0
* Do not override the message of an underlying PropertyVetoExceptionLionel Elie Mamane2012-11-301-1/+6
* Enhance error message when setting a CONSTRAINED property to Vetoed valueLionel Elie Mamane2012-11-291-1/+1
* Adding SAL_DEPRECATED_INTERNAL to an implementation function is pointlessStephan Bergmann2012-11-231-1/+0
* create SAL_DEPRECATED_INTERNAL for annotating APIMichael Meeks2012-11-221-0/+1
* sal, cppuhelper, udkapi, offapi: s/@since 3.7/@since 4.0/Michael Stahl2012-11-201-1/+1
* Do stay backward-compatible also in 4.0 and later for nowTor Lillqvist2012-11-121-4/+5
* cppuhelper: remove obsolete commentMichael Stahl2012-10-131-4/+0
* Update library names for DISABLE_DYNLOADINGTor Lillqvist2012-10-111-5/+12
* Include android-bootstrap.h for AndroidTor Lillqvist2012-10-111-0/+4
* replace findsofficepath.obj by static libDavid Tardon2012-10-104-41/+24
* I want to see what unknown library is required alwaysTor Lillqvist2012-10-091-4/+0
* fix mergedlib on windowsPeter Foley2012-10-072-2/+2
* Handle lack of module loading/unloading API when DISABLE_DYNLOADINGTor Lillqvist2012-10-071-0/+2