summaryrefslogtreecommitdiff
path: root/binaryurp
AgeCommit message (Expand)AuthorFilesLines
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
2017-02-06Add missing #includesStephan Bergmann3-0/+4
2017-02-03makeAny->Any in basctl..chart2Noel Grandin1-2/+2
2017-01-26Remove dynamic exception specificationsStephan Bergmann4-39/+18
2016-11-23New o3tl::runtimeToOUString to convert from C++ runtime NTBS to OUStringStephan Bergmann2-8/+5
2016-11-15loplugin:unusedfieldsNoel Grandin2-11/+5
2016-09-16Replace remaining OSL_ASSERT etc. in binaryurpStephan Bergmann3-48/+54
2016-09-16In binaryurp, fix change from rtl_copyMemory to memcpyStephan Bergmann1-11/+13
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann4-4/+4
2016-08-19cid#1371307: Move semantics for BinaryAnyStephan Bergmann2-0/+35
2016-07-10split the assert into twoMarkus Mohrhard1-3/+3
2016-07-04use SAL_DEPRECATED in uno::ReferenceNoel Grandin1-1/+1
2016-07-04Fix some spelling errors in comments and stringsOtto Kekäläinen1-1/+1