Age | Commit message (Expand) | Author |
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 |
2021-06-10 | Simplify Sequences initializations (sot/stock/svl/svtools/svx) | Julien Nabet |
2021-05-29 | std::unique->std::optional | Noel Grandin |
2021-05-02 | throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewrite | Stephan Bergmann |
2021-04-29 | loplugin:stringadd simplify some *StringBuffer operations | Noel Grandin |
2021-04-07 | Updated README.md files to represent current code / use Markdown format | Hossein |
2021-03-24 | Using .md extension/Markdown syntax for modules README | Hossein |
2021-03-23 | use single-use attribute for IdlReflectionServiceImpl | Noel Grandin |
2021-03-23 | use single-use attribute for Introspection | Noel Grandin |
2021-03-23 | use single-use attribute for JavaVirtualMachine | Noel Grandin |
2021-03-22 | cid#1473974 silence Explicit null dereferenced | Caolán McNamara |
2021-03-10 | Drop 'static_cast<cppu::OWeakObject*>' syntactic noise | Mike Kaganski |
2021-03-10 | Drop 'static_cast<cppu::OWeakObject*>' syntactic noise | Mike Kaganski |
2021-02-16 | loplugin:referencecasting in stoc..svtools | Noel |
2021-01-28 | simplify code, use more subView() | Noel |
2021-01-10 | Fix some warnings for Raspberry pi 4 (part5) | Julien Nabet |
2021-01-09 | fix coverity parse errors | Caolán McNamara |
2020-12-29 | loplugin:stringviewparam: operator + | Stephan Bergmann |
2020-12-26 | New loplugin:stringliteralvar | Stephan Bergmann |
2020-12-21 | Revert "lok: add pre-condition "DontEnableJava"" | Henry Castro |
2020-12-18 | lok: add pre-condition "DontEnableJava" | Henry Castro |
2020-12-01 | tdf#42949 Fix new IWYU warnings in directories s* | Gabor Kelemen |
2020-12-01 | OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTION | Noel |
2020-11-24 | loplugin:stringviewparam extend to comparison operators | Noel |
2020-11-19 | tdf#123936 Formatting files in module stoc with clang-format | Philipp Hofer |
2020-11-11 | loplugin:stringview | Noel |
2020-11-10 | new loplugin:reducevarscope | Noel Grandin |
2020-10-02 | Use the new single-instance="true" attribute in stoc | Stephan Bergmann |
2020-09-24 | speed-up: preload JVM when PreloadJVM is set | Serge Krot |
2020-09-04 | Make many OUString functions take std::u16string_view parameters | Stephan Bergmann |
2020-08-30 | Goodbye O[U]StringView, welcome O[U]String::Concat | Stephan Bergmann |
2020-08-28 | Change OUStringLiteral from char[] to char16_t[] | Stephan Bergmann |
2020-08-21 | Fix typos | Andrea Gelmini |
2020-07-25 | Use comphelper::IsContextFlagActive for flags from comphelper::NewFlagContext | Mike Kaganski |
2020-07-24 | stoc/javavm: create instances with uno constructors | Noel Grandin |
2020-07-15 | stoc/proxy: create instances with uno constructors | Noel Grandin |
2020-07-15 | stoc/invocation: create instances with uno constructors | Noel Grandin |
2020-07-15 | stoc/invocadapt: create instances with uno constructors | Noel Grandin |
2020-07-15 | stoc/javaloader: create instances with uno constructors | Noel Grandin |