summaryrefslogtreecommitdiffstats
path: root/binaryurp
Commit message (Expand)AuthorAgeFilesLines
* Prepare for removal of non-const operator[] from Sequence in binaryurpMike Kaganski2021-10-292-3/+4
* loplugin:moveparam in binaryurpNoel Grandin2021-10-089-28/+28
* clang:optin.performance.Padding in binaryurpNoel Grandin2021-09-105-30/+20
* Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin2021-08-031-3/+3
* binaryurp : use std::mutex in outgoingrequestsArnaud Versini2021-07-182-7/+5
* Revert "improve logging message"Noel Grandin2021-06-071-2/+2
* improve logging messageNoel Grandin2021-06-071-2/+2
* Simplify Sequences initializations (accessibility/binaryurp)Julien Nabet2021-06-051-2/+1
* small perf improvement in readMemberValuesNoel Grandin2021-05-171-0/+2
* throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann2021-05-027-31/+31
* Updated README.md files to represent current code / use Markdown formatHossein2021-04-071-3/+2
* Using .md extension/Markdown syntax for modules READMEHossein2021-03-241-0/+0
* Drop 'static_cast<cppu::OWeakObject*>' syntactic noiseMike Kaganski2021-03-101-1/+1
* loplugin:referencecasting in basctl..binaryurpNoel2021-02-161-1/+1
* loplugin:stringviewparam extend to comparison operatorsNoel2020-11-242-2/+2
* tdf#123936 Formatting files in module binaryurp with clang-formatPhilipp Hofer2020-11-135-35/+45
* tdf#42949 Fix new IWYU warnings in directories [ab]*Gabor Kelemen2020-11-051-2/+0
* tdf#124176 Use #pragma once in binaryurpGeorge Bateman2020-09-0418-72/+18
* replace usage of blacklist with excludelist for IWYUThorsten Behrens2020-07-101-1/+1
* binaryurp: create instances with uno constructorsNoel Grandin2020-07-053-46/+10
* Upcoming improved loplugin:staticanonymous -> redundantstatic: binaryurpStephan Bergmann2020-06-301-1/+1
* Rephrase commentStephan Bergmann2020-06-251-3/+3
* Fix typosAndrea Gelmini2020-06-251-1/+1
* HACK to decouple URP release calls from all other threadsStephan Bergmann2020-06-231-2/+19
* Improve a SAL_WARN messageStephan Bergmann2020-06-101-1/+2
* Properly handle initial object queryInterface return valueStephan Bergmann2020-06-041-1/+17
* use for-range on Sequence in basctl..canvasNoel Grandin2020-05-151-3/+3
* tdf#42949 Add back includes to binaryurp/Gabor Kelemen2020-01-283-0/+5
* New loplugin:unsignedcompareStephan Bergmann2020-01-281-1/+2
* tdf#42949 Fix IWYU warnings in binaryurp/Gabor Kelemen2020-01-279-17/+31
* Improved loplugin:stringconstant (now that GCC 7 supports it): binaryurpStephan Bergmann2019-07-311-1/+1
* Use hasElements to check Sequence emptiness in accessibility..canvasArkadiy Illarionov2019-06-111-1/+1
* New loplugin:dataStephan Bergmann2019-05-222-8/+8
* Some uses of C++17 class template argument deductionStephan Bergmann2019-02-191-2/+2
* Use C++17 nested namespace definitions (in binaryurp)Stephan Bergmann2019-01-149-33/+15
* tdf#112689:Replace chained O(U)StringBuffer::append() with operator+Furkan Ahmet Kara2019-01-111-4/+2
* Use [[maybe_unused]] instead of cast to voidStephan Bergmann2018-12-081-2/+1
* Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann2018-12-082-2/+2
* Use structured bindingStephan Bergmann2018-12-061-10/+9
* clang-tidy readability-redundant-smartptr-getNoel Grandin2018-10-171-1/+2
* Revert "clang bugprone-unused-return-value"Noel Grandin2018-09-111-2/+4
* clang bugprone-unused-return-valueNoel Grandin2018-09-081-4/+2
* replace rtl_allocateMemory with std::mallocNoel Grandin2018-08-291-1/+1
* inline use-once typedefsNoel Grandin2017-12-191-2/+1
* loplugin:salcall fix functionsNoel Grandin2017-12-114-6/+6
* Replace list by vector in incomingrequest (binaryurp)Julien Nabet2017-11-231-2/+2
* Revert partly 9d1f61a61893435b26f7239136ad92b7354545a8Julien Nabet2017-11-231-1/+5
* Replace some lists by vectors in binaryurpJulien Nabet2017-11-184-40/+38
* loplugin:constmethods in unotoolsNoel Grandin2017-10-261-1/+1
* binaryurp: consistently use "" and <> for include directivesMike Kaganski2017-10-1130-243/+243