summaryrefslogtreecommitdiffstats
path: root/binaryurp
Commit message (Expand)AuthorAgeFilesLines
* Use less boost_headers in low level librariesGabor Kelemen2024-03-063-6/+0
* cid#1591493 Unchecked return valueCaolán McNamara2024-02-041-1/+1
* Drop std::as_const from css::uno::Sequence iterationsMike Kaganski2024-01-271-1/+1
* c++20: use std::erase instead of std::removed followed by erase (part 1)Julien Nabet2023-11-181-1/+1
* Revert "loplugin:unodispose in binaryurp"Noel Grandin2023-09-131-2/+0
* loplugin:unodispose in binaryurpNoel Grandin2023-09-131-0/+2
* Use getXWeak in binaryurpMike Kaganski2023-05-282-13/+13
* cid#1500596 silence Resource leakCaolán McNamara2022-08-271-0/+1
* cid#1500523 silence Resource leakCaolán McNamara2022-08-271-0/+1
* BridgeFactory should be a singletonNoel Grandin2022-06-161-1/+1
* The return value of XConnection::read is guaranteed to be non-negativeStephan Bergmann2022-06-011-1/+1
* The return value of those getLength functions is guaranteed to be non-negativeStephan Bergmann2022-06-011-1/+2
* cid#1504543 Silence unhelpful, aggressive UNINIT_CTORStephan Bergmann2022-05-231-0/+1
* Adapt commentStephan Bergmann2022-05-231-1/+1
* clang-tidy modernize-pass-by-value in binaryurpNoel Grandin2022-05-2112-51/+57
* tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macroPragat Pandya2022-05-091-1/+1
* Pick better variable typesStephan Bergmann2022-04-141-8/+12
* binaryurp: use more std::mutexArnaud Versini2022-03-254-30/+30
* tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macroVaibhavMalik41872022-02-061-1/+1
* Generally determine Rdb content from gb_*_set_componentfile callsStephan Bergmann2021-12-101-1/+1
* 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