Age | Commit message (Expand) | Author |
2023-04-06 | tdf#145538 Use range based for loops | ektagoel12 |
2023-03-30 | loplugin:stringadd in starmath..svl | Noel Grandin |
2023-03-22 | Remove unused file | Stephan Bergmann |
2023-03-22 | Introduce css.reflection.Dump singleton | Stephan Bergmann |
2023-02-16 | Drop 'using namespace ::std' in dirs s* | Gabor Kelemen |
2023-02-02 | osl::Mutex->std::mutex in JavaComponentLoader::getJavaLoader | Noel Grandin |
2023-01-20 | Related: rhbz#2136459 use a value which is exactly representable as a float | Caolán McNamara |
2023-01-19 | Base IdlReflectionServiceImpl on WeakComponentImplHelper | Stephan Bergmann |
2023-01-09 | use std::this_thread::sleep_for instead of osl equivalent | Arnaud VERSINI |
2022-12-19 | loplugin:implinheritancehelper in stoc | Noel Grandin |
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-25 | tdf#145759 Use symbolic constants instead of magic numerical constants | OmkarAcharekar |
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-13 | Drop obsolete preprocessor directives from UNOIDL files | Stephan Bergmann |
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-09 | URE Library_boostrap should not depend on Library_comphelper | Stephan Bergmann |
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-02-15 | tdf#145759 Use symbolic constants instead of magic numerical constants | Kunal Pawar |
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-12-10 | Generally determine Rdb content from gb_*_set_componentfile calls | Stephan Bergmann |
2021-11-26 | loplugin:stringliteraldefine in stoc,svtools | Noel Grandin |
2021-11-15 | test_corefl: Fix OSL_ENSURE bracketing | Dr. David Alan Gilbert |
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 |