summaryrefslogtreecommitdiffstats
path: root/cppuhelper
Commit message (Expand)AuthorAgeFilesLines
* bool improvementsStephan Bergmann2014-01-282-7/+7
* Log what we are about to "load" in the DISABLE_DYNLOADING caseTor Lillqvist2014-01-241-0/+2
* Let C++ inline functions return bool instead of sal_BoolStephan Bergmann2014-01-231-1/+1
* Introduce static inline cppu::acquire(), and make use of that.Jan Holesovsky2014-01-222-49/+33
* Change _get_implementation()'s not to do initialization directly.Jan Holesovsky2014-01-212-22/+50
* Simplify code; STATUS_LOADED => component||factory1||factory2Stephan Bergmann2014-01-202-25/+15
* Minimize the constructor functions to a bare minimum.Jan Holesovsky2014-01-201-7/+4
* cppuhelper: valgrind complains about uninitialized variable...Michael Stahl2014-01-161-2/+4
* Support for singleton constructor functionsStephan Bergmann2014-01-162-167/+320
* Use const& arguments parameter for ctor functions.Matúš Kukan2014-01-152-5/+5
* Initialize constructor based implementations in one place.Matúš Kukan2014-01-151-7/+19
* Use SAL_WARN, too, to increase chance of actually seeing the messageTor Lillqvist2014-01-141-0/+2
* [API CHANGE] cppu::Enterable::v_isValid returns boolStephan Bergmann2014-01-101-3/+3
* remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin2014-01-071-6/+6
* Only component-mapping.h is needed here.Matúš Kukan2014-01-011-3/+1
* typo fixesAndras Timar2013-12-201-1/+1
* Missing initializationStephan Bergmann2013-12-191-1/+1
* Legacy cppu::loadSharedLibComponentFactory isn't DISABLE_DYNLOADING cond.Stephan Bergmann2013-12-191-2/+2
* FactoryWrapper is a misnomer nowStephan Bergmann2013-12-191-17/+20
* Add .component <implementation constructor="..." featureStephan Bergmann2013-12-194-431/+434
* Get more --disable-dynamic-loading code out of shlib.cxx.Matúš Kukan2013-12-181-58/+9
* bootstrap component: Split into implementation functions.Matúš Kukan2013-12-181-14/+10
* Deduplicate some foo_component_getFactory declarations.Matúš Kukan2013-12-181-31/+0
* Allow UNO component libraries to have each implementation in its own function.Matúš Kukan2013-12-181-4/+25
* Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann2013-12-171-2/+2
* fdo#72598 Remove SunStudio cruft from code baseJelle van der Waa2013-12-161-5/+0
* Allow setting environment value directly in .component filesStephan Bergmann2013-12-164-64/+89
* Parser::attrImplementation_ can be a local varStephan Bergmann2013-12-161-7/+6
* Clean-up uno/lbnames.hStephan Bergmann2013-12-168-5/+11
* Clean-up: The "_" delimiter is logically not part of the prefixStephan Bergmann2013-12-162-7/+7
* cppcheck: fix same expression, ')' = 29 not 28 in ascii'Julien Nabet2013-12-131-1/+1
* Shortcut common case of calling same-env component_getFactory fnStephan Bergmann2013-12-131-31/+41
* [API CHANGE] remove cppu::loadSharedLibComponentFactory w/ rPrefix againStephan Bergmann2013-12-134-21/+79
* fdo#60698: Merge fastsax and sax_shared into expwrapMarcos Paulo de Souza2013-12-111-2/+0
* Let's have a static variable for getenv("UNO_ENV_LOG").Matúš Kukan2013-12-111-1/+1
* remove most use of RTL_CONSTASCII_USTRINGPARAM macroNoel Grandin2013-11-191-1/+1
* Don't call Manager::addProvider(null) upon optional NoSuchFileExceptionStephan Bergmann2013-11-111-3/+1
* convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin2013-11-111-2/+2
* convert OUString 0==compareToAscii to equalsAsciiNoel Grandin2013-11-111-1/+1
* remove unnecessary use of OUString constructorNoel Grandin2013-11-113-23/+23
* remove redundant calls to OUString constructor in if expressionNoel Grandin2013-11-041-9/+9
* Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin2013-11-041-2/+2
* solver doesn't solve anything...Michael Stahl2013-10-311-16/+1
* cppuhelper: remove obsolete Package_unorcMichael Stahl2013-10-243-40/+0
* remove RTL_CONSTASCII_(U)STRINGPARAMChr. Rossmanith2013-10-239-178/+98
* convert code to use OUString::endsWithNoel Grandin2013-10-232-4/+2
* Some clean-upStephan Bergmann2013-10-201-215/+92
* Clean-up std::bad_alloc handlingStephan Bergmann2013-10-201-186/+116
* Minor refactoring of iOS codeTor Lillqvist2013-10-131-1/+1
* Not being able to honor a "prefix" is a rather hard errorStephan Bergmann2013-10-111-1/+1