summaryrefslogtreecommitdiffstats
path: root/comphelper
Commit message (Expand)AuthorAgeFilesLines
* comphelper: fix MSVC 2015 build by removing pointless catchlbenes2016-08-011-11/+1
* tdf#100726: Improve readability of OUString concatenationnadith2016-08-013-6/+3
* comphelper,vcl: let DeInitVCL() join some AsyncEventNotifier threadsMichael Stahl2016-07-291-7/+121
* change from a 2 min dbgutil failure to a 3 minCaolán McNamara2016-07-271-2/+2
* improve passstuffbyref return analysisNoel Grandin2016-07-274-7/+7
* fix buildCaolán McNamara2016-07-181-1/+1
* -Werror=enum-compareNoel Grandin2016-07-181-1/+1
* remove some now unnecessary debug traceNoel Grandin2016-07-181-5/+0
* add tagging to ThreadTasks so we don't need more one poolNoel Grandin2016-07-181-10/+139
* Implement XServiceInfo for com.sun.star.comp.MemoryStreamMatúš Kukan2016-07-091-4/+23
* tdf#74608 Constructor function for MemoryStreamYeliz Taneroğlu2016-07-094-27/+8
* loplugin:redundantcast: redundant static_casts in comphelperStephan Bergmann2016-07-081-2/+2
* loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann2016-07-073-4/+4
* remove comphelper::string::removeNoel Grandin2016-07-041-16/+0
* Improve readability of OUString concatanation in OStorageHelperMuhammet Kara2016-06-281-10/+10
* loplugin:singlevalfields in comphelperNoel Grandin2016-06-242-27/+4
* loplugin:singlevalfields in ucbhelperNoel Grandin2016-06-242-8/+0
* Clean up uses of Any::getValue() in comphelperStephan Bergmann2016-06-203-13/+18
* loplugin:salbool: Implicit conversions from non-Boolean fundamental typesStephan Bergmann2016-06-191-2/+2
* LOK: tile rendering regression fixAshod Nakashian2016-06-191-0/+24
* add comphelper::string::splitMarkus Mohrhard2016-06-182-9/+32
* uitest: this is obviously wrongMarkus Mohrhard2016-06-181-1/+1
* Simplify OPropertyContainerHelper::registerPropertyNoMember's _pInitialValueStephan Bergmann2016-06-172-9/+9
* comphelper lok: remove the g_bViewCallback globalMiklos Vajna2016-06-171-12/+0
* comphelper: enable LibreOfficeKit::isViewCallback() by defaultMiklos Vajna2016-06-161-1/+1
* Expect fewer than MAX_CONCURRENCY threads in test (2)Ashod Nakashian2016-06-161-1/+1
* Expect fewer than MAX_CONCURRENCY threads in testAshod Nakashian2016-06-161-1/+1
* tdf#98955 hardware_concurrency not ideal for thread poolsAshod Nakashian2016-06-154-2/+110
* tdf#94698 cleanup Makefiles. Get rid of udkapi and offapiGleb Mishchenko2016-06-093-12/+3
* remove some manual ref-countingNoel Grandin2016-06-061-14/+8
* tdf#89329: use unique_ptr for pImpl in accimplaccessXisco Fauli2016-06-031-2/+1
* tdf#89329: use unique_ptr for pImpl in embeddedobjectcontainerXisco Fauli2016-06-031-4/+3
* tdf#89329: use unique_ptr for pImpl in propertysetinfoXisco Fauli2016-06-021-12/+11
* tdf#89329: use unique_ptr for pImpl in propertysethelperXisco Fauli2016-06-021-15/+14
* tdf#89329: use unique_ptr for pImpl in componentmoduleXisco Fauli2016-06-021-14/+0
* tdf#89329: use unique_ptr for pImpl in accessiblecontexthelperXisco Fauli2016-06-011-5/+1
* teach refcounting clang plugin about uno::ReferenceNoel Grandin2016-05-311-1/+1
* comphelper: fix the comphelp.componentMichael Stahl2016-05-261-1/+1
* tdf#74608 Constructor functions for OPropertyBagSteven Guo2016-05-265-41/+12
* loplugin:unusedmethodsNoel Grandin2016-05-261-29/+0
* Revert "remove some manual ref-counting"Noel Grandin2016-05-241-8/+14
* remove some manual ref-countingNoel Grandin2016-05-241-14/+8
* clang-tidy misc-unused-alias-declsNoel Grandin2016-05-191-2/+0
* update unusedmethods plugin to deal with constructorsNoel Grandin2016-05-182-18/+0
* clang-tidy modernize-make-sharedNoel Grandin2016-05-181-1/+1
* conver CHAR to scoped enumNoel Grandin2016-05-161-73/+79
* use Any constructor instead of temporariesNoel Grandin2016-05-042-6/+2
* Iteration must not start at the endSeraphime Kirkovski2016-04-291-1/+1
* -Werror,-WvarargsStephan Bergmann2016-04-271-9/+5
* loplugin:simplifyboolStephan Bergmann2016-04-261-1/+1