Age | Commit message (Expand) | Author |
2022-11-14 | Destruction of Registry and RegitsryKey isn't MT-safe | Stephan Bergmann |
2022-11-02 | Use o3tl::to_underlying() instead of static_cast<int>() | Tor Lillqvist |
2022-11-01 | Make exception message a bit more informative | Tor Lillqvist |
2022-10-11 | revert pessimization | Noel Grandin |
2022-10-11 | Deduplicate O(U)StringConcatenation | Mike Kaganski |
2022-09-30 | use more string_view in stoc | Noel Grandin |
2022-06-27 | clang-tidy modernize-pass-by-value in stoc | Noel Grandin |
2022-06-11 | [API CHANGE] Deprecate css.registry.XSimpleRegistry::mergeKey | Stephan Bergmann |
2022-06-03 | Use more appropriate index variable types | Stephan Bergmann |
2022-05-13 | officecfg,stoc: allow running JVM UNO components out-of-process | Michael Stahl |
2022-05-06 | remove unnecessary sequenceToContainer | Noel Grandin |
2022-05-03 | Just use Any ctor instead of makeAny in stoc | Stephan Bergmann |
2022-05-01 | use more string_view in various | Noel Grandin |
2022-04-26 | Two more uses of rtl::createUriCharClass | Stephan Bergmann |
2022-04-12 | loplugin:stringview more o3tl conversion | Noel Grandin |
2022-04-10 | use more string_view | Noel Grandin |
2022-04-09 | use more subView when converting to Int32 | Noel Grandin |
2022-03-18 | tdf#148063: Avoid dereferencing potentially bad user-supplied TypeDescription | Stephan Bergmann |
2022-03-01 | Recheck modules s[f-t]* with IWYU | Gabor Kelemen |
2022-02-25 | Don't use Library_tl in URE libraries | Stephan Bergmann |
2022-01-15 | Let loplugin:nullptr look into template instantiations | Stephan Bergmann |
2022-01-03 | osl::Mutex->std::mutex in ImplIntrospectionAccess | Noel Grandin |
2021-12-26 | can use OUStringLiteral here | Noel Grandin |
2021-12-24 | Use rtl functions instead of own surrogate checking/combining | Mike Kaganski |
2021-12-19 | use more cppu::BaseMutex | Noel Grandin |
2021-12-18 | use more cppu::BaseMutex | Noel Grandin |
2021-11-26 | loplugin:stringliteraldefine in stoc,svtools | Noel Grandin |
2021-10-31 | Prepare for removal of non-const operator[] from Sequence in stoc | Mike Kaganski |
2021-10-15 | Remove non-const Sequence::begin()/end() in internal code | Mike Kaganski |
2021-10-14 | Avoid COW overhead using css::uno::Sequence | Mike Kaganski |
2021-10-11 | In O[U]StringBuffer, make string_view params replacements for OUString ones | Stephan Bergmann |
2021-10-05 | drop 'using namespace std' in s* + toolkit | Julien Nabet |
2021-10-03 | A more lightweight O[U]StringConcatenation | Stephan Bergmann |
2021-09-15 | Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4 | Mike Kaganski |
2021-09-02 | clang-tidy:readability-redundant-member-init | Noel Grandin |
2021-08-19 | Fix locking of public UriReference members again | Stephan Bergmann |
2021-08-19 | loplugin:constmethods | Noel Grandin |
2021-08-19 | remove some locking from UriReference | Noel Grandin |
2021-08-03 | osl::Mutex->std::mutex in UriReference | Noel Grandin |
2021-08-03 | Consolidate on C++17 std::scoped_lock instead of std::lock_guard | Noel Grandin |
2021-08-02 | convert #defines to OUStringLiteral | Noel Grandin |
2021-08-02 | osl::Mutex->std::mutex in SimpleRegistry | Noel Grandin |
2021-08-02 | osl::Mutex->std::mutex in LRU_Cache | Noel Grandin |
2021-08-01 | osl::Mutex->std::mutex in InteractionRequest::RetryContinuation | Noel Grandin |
2021-07-19 | osl::Mutex->std::mutex in ImplementationEnumeration_Impl | Noel Grandin |
2021-07-18 | osl::Mutex->std::mutex in ServiceEnumeration_Impl | Noel Grandin |
2021-07-18 | osl::Mutex->std::mutex in NamingService_Impl | Noel Grandin |
2021-06-29 | Drop old MSVC workaround | Stephan Bergmann |
2021-06-29 | Fix JavaVirtualMachine::dispose | Stephan Bergmann |
2021-06-29 | Missing acquire in UNO constructor function | Stephan Bergmann |