summaryrefslogtreecommitdiff
path: root/stoc
AgeCommit message (Expand)AuthorFilesLines
2021-11-15test_corefl: Fix OSL_ENSURE bracketingDr. David Alan Gilbert1-2/+2
2021-10-31Prepare for removal of non-const operator[] from Sequence in stocMike Kaganski7-25/+27
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski3-8/+10
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski4-16/+17
2021-10-11In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann1-17/+7
2021-10-05drop 'using namespace std' in s* + toolkitJulien Nabet4-5/+1
2021-10-03A more lightweight O[U]StringConcatenationStephan Bergmann1-8/+8
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4Mike Kaganski1-1/+3
2021-09-02clang-tidy:readability-redundant-member-initNoel Grandin1-1/+0
2021-08-19Fix locking of public UriReference members againStephan Bergmann2-14/+21
2021-08-19loplugin:constmethodsNoel Grandin2-14/+14
2021-08-19remove some locking from UriReferenceNoel Grandin2-16/+6
2021-08-03osl::Mutex->std::mutex in UriReferenceNoel Grandin3-22/+22
2021-08-03Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin5-45/+45
2021-08-02convert #defines to OUStringLiteralNoel Grandin1-10/+10
2021-08-02osl::Mutex->std::mutex in SimpleRegistryNoel Grandin1-35/+35
2021-08-02osl::Mutex->std::mutex in LRU_CacheNoel Grandin1-5/+5
2021-08-01osl::Mutex->std::mutex in InteractionRequest::RetryContinuationNoel Grandin1-4/+4
2021-07-19osl::Mutex->std::mutex in ImplementationEnumeration_ImplNoel Grandin1-3/+3
2021-07-18osl::Mutex->std::mutex in ServiceEnumeration_ImplNoel Grandin1-3/+4
2021-07-18osl::Mutex->std::mutex in NamingService_ImplNoel Grandin1-5/+5
2021-06-29Drop old MSVC workaroundStephan Bergmann2-12/+5
2021-06-29Fix JavaVirtualMachine::disposeStephan Bergmann2-6/+0
2021-06-29Missing acquire in UNO constructor functionStephan Bergmann1-1/+2
2021-06-10Simplify Sequences initializations (sot/stock/svl/svtools/svx)Julien Nabet1-6/+1
2021-05-29std::unique->std::optionalNoel Grandin4-47/+42
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann11-31/+31
2021-04-29loplugin:stringadd simplify some *StringBuffer operationsNoel Grandin1-5/+4
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein1-20/+19
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein1-0/+0
2021-03-23use single-use attribute for IdlReflectionServiceImplNoel Grandin2-20/+3
2021-03-23use single-use attribute for IntrospectionNoel Grandin2-16/+3
2021-03-23use single-use attribute for JavaVirtualMachineNoel Grandin2-19/+4
2021-03-22cid#1473974 silence Explicit null dereferencedCaolán McNamara1-0/+1
2021-03-10Drop 'static_cast<cppu::OWeakObject*>' syntactic noiseMike Kaganski1-1/+1
2021-03-10Drop 'static_cast<cppu::OWeakObject*>' syntactic noiseMike Kaganski1-1/+1
2021-02-16loplugin:referencecasting in stoc..svtoolsNoel1-1/+1
2021-01-28simplify code, use more subView()Noel2-7/+5
2021-01-10Fix some warnings for Raspberry pi 4 (part5)Julien Nabet3-1/+22
2021-01-09fix coverity parse errorsCaolán McNamara1-1/+1
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann3-19/+22
2020-12-26New loplugin:stringliteralvarStephan Bergmann1-1/+1
2020-12-21Revert "lok: add pre-condition "DontEnableJava""Henry Castro1-3/+0
2020-12-18lok: add pre-condition "DontEnableJava"Henry Castro1-0/+3
2020-12-01tdf#42949 Fix new IWYU warnings in directories s*Gabor Kelemen6-9/+7
2020-12-01OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTIONNoel3-7/+8
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel2-8/+8
2020-11-19tdf#123936 Formatting files in module stoc with clang-formatPhilipp Hofer3-20/+11
2020-11-11loplugin:stringviewNoel2-4/+4
2020-11-10new loplugin:reducevarscopeNoel Grandin1-6/+3