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