summaryrefslogtreecommitdiffstats
path: root/cppuhelper/source/defaultbootstrap.cxx
Commit message (Expand)AuthorAgeFilesLines
* remove boilerplate in UNO Exception constructor callsNoel Grandin2014-05-231-4/+2
* Don't call code in UNO object ctor that throws UNO exceptionsStephan Bergmann2013-05-081-5/+4
* Revert "Revert "WIP: Experimental new binary type.rdb format""Stephan Bergmann2013-04-221-15/+12
* Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks2013-04-221-24/+4
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-071-0/+2
* Revert "WIP: Experimental new binary type.rdb format"Stephan Bergmann2013-03-091-12/+15
* WIP: Experimental new binary type.rdb formatStephan Bergmann2013-03-091-15/+12
* Insert type rdbs individually into theTypeDescriptionManagerStephan Bergmann2013-01-181-1/+2
* Move addSingletonContextEntries to ServiceManagerStephan Bergmann2013-01-161-16/+1
* Register theTypeDescriptionManager normally in services.rdbStephan Bergmann2013-01-161-6/+0
* Unfold remainder of add_access_control_entries at call siteStephan Bergmann2013-01-161-2/+10
* Remove support for UNO_AC* bootstrap variablesStephan Bergmann2013-01-161-1/+1
* Reorganize defaultbootstrap so that typedescriptionprovider can use servicemgrStephan Bergmann2013-01-161-17/+7
* Simplify defaultbootstrap.cxxStephan Bergmann2013-01-161-38/+32
* Extract servicemanager and typedescriptionprovider from defaultbootstrapStephan Bergmann2013-01-161-2043/+8
* Remove support for XML .rdbs froom SimpleRegistry service againStephan Bergmann2012-12-211-7/+3
* c++ API: use css alias in generated headers, adds global css declThorsten Behrens2012-11-301-2/+0
* Do stay backward-compatible also in 4.0 and later for nowTor Lillqvist2012-11-121-4/+5
* Introduce cppu::supportsService helper, adapt some call-sitesStephan Bergmann2012-09-141-14/+3
* Fix removeRdbFiles (caused extension update to fail)Stephan Bergmann2012-08-241-11/+15
* Missing mutex lockStephan Bergmann2012-08-101-0/+1
* Related fdo#52639: Do not destroy Implementations with mutex lockedStephan Bergmann2012-08-091-45/+56
* ServiceManager::createInstanceWithContext needs to honor given ContextStephan Bergmann2012-08-081-12/+19
* fdo#51143 Do not wrap CannotActivateFactoryException as DeploymentExceptionStephan Bergmann2012-07-131-18/+6
* Unbreak stuff on iOS a bit after bootstrapping changesTor Lillqvist2012-06-041-0/+2
* Revert "bootstrapping should elide duplicate .rdb paths in the configuration"Stephan Bergmann2012-06-011-8/+3
* Add "virtual" for consistencyStephan Bergmann2012-06-011-7/+8
* fdo#49291 Postpone actual factory instantiation as long as possibleStephan Bergmann2012-06-011-119/+314
* bootstrapping should elide duplicate .rdb paths in the configurationMichael Meeks2012-05-221-3/+8
* Added link to LanguageTool.oxt issueStephan Bergmann2012-05-141-1/+3
* Work around extension factories not implementing XServiceInfoStephan Bergmann2012-05-141-0/+16
* WaE: simple minded MSVC2008 thinks s could be used uninitializedCaolán McNamara2012-04-241-1/+1
* Trying to parse legacy rdb as XML can cause InvalidRegistryException, tooStephan Bergmann2012-04-231-3/+5
* Do not fail for legacy rdb that only contains root keyStephan Bergmann2012-04-231-1/+6
* Various clean up of previous commitStephan Bergmann2012-04-201-3/+3
* New cppu::defaultBootstrap_InitialComponentContext implementationStephan Bergmann2012-04-201-0/+1980