summaryrefslogtreecommitdiff
path: root/binaryurp
AgeCommit message (Expand)AuthorFilesLines
2024-03-06Use less boost_headers in low level librariesGabor Kelemen3-6/+0
2024-02-04cid#1591493 Unchecked return valueCaolán McNamara1-1/+1
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski1-1/+1
2023-11-18c++20: use std::erase instead of std::removed followed by erase (part 1)Julien Nabet1-1/+1
2023-09-13Revert "loplugin:unodispose in binaryurp"Noel Grandin1-2/+0
2023-09-13loplugin:unodispose in binaryurpNoel Grandin1-0/+2
2023-05-28Use getXWeak in binaryurpMike Kaganski2-13/+13
2022-08-27cid#1500596 silence Resource leakCaolán McNamara1-0/+1
2022-08-27cid#1500523 silence Resource leakCaolán McNamara1-0/+1
2022-06-16BridgeFactory should be a singletonNoel Grandin1-1/+1
2022-06-01The return value of XConnection::read is guaranteed to be non-negativeStephan Bergmann1-1/+1
2022-06-01The return value of those getLength functions is guaranteed to be non-negativeStephan Bergmann1-1/+2
2022-05-23cid#1504543 Silence unhelpful, aggressive UNINIT_CTORStephan Bergmann1-0/+1
2022-05-23Adapt commentStephan Bergmann1-1/+1
2022-05-21clang-tidy modernize-pass-by-value in binaryurpNoel Grandin12-51/+57
2022-05-09tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macroPragat Pandya1-1/+1
2022-04-14Pick better variable typesStephan Bergmann1-8/+12
2022-03-25binaryurp: use more std::mutexArnaud Versini4-30/+30
2022-02-06tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macroVaibhavMalik41871-1/+1
2021-12-10Generally determine Rdb content from gb_*_set_componentfile callsStephan Bergmann1-1/+1
2021-10-29Prepare for removal of non-const operator[] from Sequence in binaryurpMike Kaganski2-3/+4
2021-10-08loplugin:moveparam in binaryurpNoel Grandin9-28/+28
2021-09-10clang:optin.performance.Padding in binaryurpNoel Grandin5-30/+20
2021-08-03Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin1-3/+3
2021-07-18binaryurp : use std::mutex in outgoingrequestsArnaud Versini2-7/+5
2021-06-07Revert "improve logging message"Noel Grandin1-2/+2
2021-06-07improve logging messageNoel Grandin1-2/+2
2021-06-05Simplify Sequences initializations (accessibility/binaryurp)Julien Nabet1-2/+1
2021-05-17small perf improvement in readMemberValuesNoel Grandin1-0/+2
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann7-31/+31
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein1-3/+2
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein1-0/+0
2021-03-10Drop 'static_cast<cppu::OWeakObject*>' syntactic noiseMike Kaganski1-1/+1
2021-02-16loplugin:referencecasting in basctl..binaryurpNoel1-1/+1
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel2-2/+2
2020-11-13tdf#123936 Formatting files in module binaryurp with clang-formatPhilipp Hofer5-35/+45
2020-11-05tdf#42949 Fix new IWYU warnings in directories [ab]*Gabor Kelemen1-2/+0
2020-09-04tdf#124176 Use #pragma once in binaryurpGeorge Bateman18-72/+18
2020-07-10replace usage of blacklist with excludelist for IWYUThorsten Behrens1-1/+1
2020-07-05binaryurp: create instances with uno constructorsNoel Grandin3-46/+10
2020-06-30Upcoming improved loplugin:staticanonymous -> redundantstatic: binaryurpStephan Bergmann1-1/+1
2020-06-25Rephrase commentStephan Bergmann1-3/+3
2020-06-25Fix typosAndrea Gelmini1-1/+1
2020-06-23HACK to decouple URP release calls from all other threadsStephan Bergmann1-2/+19
2020-06-10Improve a SAL_WARN messageStephan Bergmann1-1/+2
2020-06-04Properly handle initial object queryInterface return valueStephan Bergmann1-1/+17
2020-05-15use for-range on Sequence in basctl..canvasNoel Grandin1-3/+3
2020-01-28tdf#42949 Add back includes to binaryurp/Gabor Kelemen3-0/+5
2020-01-28New loplugin:unsignedcompareStephan Bergmann1-1/+2
2020-01-27tdf#42949 Fix IWYU warnings in binaryurp/Gabor Kelemen9-17/+31