summaryrefslogtreecommitdiff
path: root/binaryurp
AgeCommit message (Expand)AuthorFilesLines
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
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): binaryurpStephan Bergmann1-1/+1
2019-06-11Use hasElements to check Sequence emptiness in accessibility..canvasArkadiy Illarionov1-1/+1
2019-05-22New loplugin:dataStephan Bergmann2-8/+8
2019-02-19Some uses of C++17 class template argument deductionStephan Bergmann1-2/+2
2019-01-14Use C++17 nested namespace definitions (in binaryurp)Stephan Bergmann9-33/+15
2019-01-11tdf#112689:Replace chained O(U)StringBuffer::append() with operator+Furkan Ahmet Kara1-4/+2
2018-12-08Use [[maybe_unused]] instead of cast to voidStephan Bergmann1-2/+1
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann2-2/+2
2018-12-06Use structured bindingStephan Bergmann1-10/+9
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin1-1/+2
2018-09-11Revert "clang bugprone-unused-return-value"Noel Grandin1-2/+4
2018-09-08clang bugprone-unused-return-valueNoel Grandin1-4/+2
2018-08-29replace rtl_allocateMemory with std::mallocNoel Grandin1-1/+1
2017-12-19inline use-once typedefsNoel Grandin1-2/+1
2017-12-11loplugin:salcall fix functionsNoel Grandin4-6/+6
2017-11-23Replace list by vector in incomingrequest (binaryurp)Julien Nabet1-2/+2
2017-11-23Revert partly 9d1f61a61893435b26f7239136ad92b7354545a8Julien Nabet1-1/+5
2017-11-18Replace some lists by vectors in binaryurpJulien Nabet4-40/+38
2017-10-26loplugin:constmethods in unotoolsNoel Grandin1-1/+1
2017-10-11binaryurp: consistently use "" and <> for include directivesMike Kaganski30-243/+243
2017-10-04add << operator for css::uno::ExceptionNoel Grandin5-16/+10
2017-09-08clang-tidy modernize-use-emplace in b*Noel Grandin5-21/+14
2017-08-25Replace use of oslInterlockedCount with std::atomicStephan Bergmann2-4/+6
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin1-2/+2
2017-06-15use more SAL_N_ELEMENTS part 3Noel Grandin1-1/+1
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke1-1/+0
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky3-3/+0
2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic types: binaryurpStephan Bergmann1-5/+2
2017-02-15Drop :: prefix from std in [a-b]*/Tor Lillqvist1-1/+1