summaryrefslogtreecommitdiff
path: root/cppuhelper
AgeCommit message (Expand)Author
2014-02-17Drop unused #includeTakeshi Abe
2014-02-07Simplify service manager's tracking of singletonsStephan Bergmann
2014-02-03Remove needless SAL_DLLPRIVATE annotationsStephan Bergmann
2014-02-03fdo#54938 Convert to cppu::supportsServiceAlexandre Vicenzi
2014-01-31Remove UNOIDL "array" and "union" vaporware remnantsStephan Bergmann
2014-01-28bool improvementsStephan Bergmann
2014-01-24Log what we are about to "load" in the DISABLE_DYNLOADING caseTor Lillqvist
2014-01-23Let C++ inline functions return bool instead of sal_BoolStephan Bergmann
2014-01-22Introduce static inline cppu::acquire(), and make use of that.Jan Holesovsky
2014-01-21Change _get_implementation()'s not to do initialization directly.Jan Holesovsky
2014-01-20Simplify code; STATUS_LOADED => component||factory1||factory2Stephan Bergmann
2014-01-20Minimize the constructor functions to a bare minimum.Jan Holesovsky
2014-01-16cppuhelper: valgrind complains about uninitialized variable...Michael Stahl
2014-01-16Support for singleton constructor functionsStephan Bergmann
2014-01-15Use const& arguments parameter for ctor functions.Matúš Kukan
2014-01-15Initialize constructor based implementations in one place.Matúš Kukan
2014-01-14Use SAL_WARN, too, to increase chance of actually seeing the messageTor Lillqvist
2014-01-10[API CHANGE] cppu::Enterable::v_isValid returns boolStephan Bergmann
2014-01-07remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin
2014-01-01Only component-mapping.h is needed here.Matúš Kukan
2013-12-20typo fixesAndras Timar
2013-12-19Missing initializationStephan Bergmann
2013-12-19Legacy cppu::loadSharedLibComponentFactory isn't DISABLE_DYNLOADING cond.Stephan Bergmann
2013-12-19FactoryWrapper is a misnomer nowStephan Bergmann
2013-12-19Add .component <implementation constructor="..." featureStephan Bergmann
2013-12-18Get more --disable-dynamic-loading code out of shlib.cxx.Matúš Kukan
2013-12-18bootstrap component: Split into implementation functions.Matúš Kukan
2013-12-18Deduplicate some foo_component_getFactory declarations.Matúš Kukan
2013-12-18Allow UNO component libraries to have each implementation in its own function.Matúš Kukan
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann
2013-12-16fdo#72598 Remove SunStudio cruft from code baseJelle van der Waa
2013-12-16Allow setting environment value directly in .component filesStephan Bergmann
2013-12-16Parser::attrImplementation_ can be a local varStephan Bergmann
2013-12-16Clean-up uno/lbnames.hStephan Bergmann
2013-12-16Clean-up: The "_" delimiter is logically not part of the prefixStephan Bergmann
2013-12-13cppcheck: fix same expression, ')' = 29 not 28 in ascii'Julien Nabet
2013-12-13Shortcut common case of calling same-env component_getFactory fnStephan Bergmann
2013-12-13[API CHANGE] remove cppu::loadSharedLibComponentFactory w/ rPrefix againStephan Bergmann
2013-12-11fdo#60698: Merge fastsax and sax_shared into expwrapMarcos Paulo de Souza
2013-12-11Let's have a static variable for getenv("UNO_ENV_LOG").Matúš Kukan
2013-11-19remove most use of RTL_CONSTASCII_USTRINGPARAM macroNoel Grandin
2013-11-11Don't call Manager::addProvider(null) upon optional NoSuchFileExceptionStephan Bergmann
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin
2013-11-11convert OUString 0==compareToAscii to equalsAsciiNoel Grandin
2013-11-11remove unnecessary use of OUString constructorNoel Grandin
2013-11-04remove redundant calls to OUString constructor in if expressionNoel Grandin
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin
2013-10-31solver doesn't solve anything...Michael Stahl
2013-10-24cppuhelper: remove obsolete Package_unorcMichael Stahl
2013-10-23remove RTL_CONSTASCII_(U)STRINGPARAMChr. Rossmanith