Age | Commit message (Expand) | Author |
2022-05-26 | clang-tidy modernize-pass-by-value in comphelper | Noel Grandin |
2022-05-25 | directly instantiate IndexedPropertyValuesContainer | Noel Grandin |
2022-05-25 | use comphelper::ByteWriter in UNOMemoryStream | Noel Grandin |
2022-05-25 | allow comphelper::OEnumerationByName to use a vector too for names | Noel Grandin |
2022-05-24 | modernize and improve PropertySetInfo | Noel Grandin |
2022-05-23 | comphelper: -Werror=class-memaccess | Michael Stahl |
2022-05-22 | cid#1504544 deliberately Uninitialized scalar field | Caolán McNamara |
2022-05-20 | don't waste time on memset when we're just going to overwrite it | Noel Grandin |
2022-05-20 | elide temporary OUStringBuffer in INetURLObject | Noel Grandin |
2022-05-20 | comphelper: fix natural string compare function + reorganize tests | Tomaž Vajngerl |
2022-05-19 | optimise NumberedCollection::impl_searchFreeNumber some more | Noel Grandin |
2022-05-19 | add ByteWriter to reduce memory copying when writing data | Noel Grandin |
2022-05-15 | don't construct SequenceAsHashMap just to extract a couple of properties | Noel Grandin |
2022-05-14 | tdf#121740 cache hashcode in SequenceAsHashMap | Noel Grandin |
2022-05-14 | use std::mutex in LocalProcessFactory | Noel Grandin |
2022-05-14 | simplify construction | Noel Grandin |
2022-05-13 | Remove need for two typedefs | Stephan Bergmann |
2022-05-12 | speed up simple use of NamedValueCollection | Noel Grandin |
2022-05-12 | reserve space in vector | Noel Grandin |
2022-05-11 | use better default size for UNOMemoryStream | Noel Grandin |
2022-05-11 | reserve space for bulk operations in SequenceAsHashMap | Noel Grandin |
2022-05-11 | cache the Sequence we return in comphelper::PropertySetInfo::getProperties | Noel Grandin |
2022-05-11 | avoid some OUString construction on some hot paths | Noel Grandin |
2022-05-10 | tdf#147590 update OLE object after document refresh | Juergen Funk |
2022-05-09 | tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macro | Pragat Pandya |
2022-05-07 | remove dead item cleanup from NumberedCollection::impl_searchFreeNumber | Noel Grandin |
2022-05-07 | osl::Mutex->std::mutex in comphelper::GenericPropertySet | Noel Grandin |
2022-05-06 | Only dereference iterators after checking them | Mike Kaganski |
2022-05-06 | tdf#128744 sw DOCX: unprotect change tracking with verification | László Németh |
2022-05-06 | comphelper: cleanup test_guards, add test for ValueRestorationGuard | Tomaž Vajngerl |
2022-05-06 | Remove duplicated includes | Andrea Gelmini |
2022-05-05 | use more o3tl::getToken | Noel Grandin |
2022-05-05 | use more string_view | Noel Grandin |
2022-05-04 | Just use Any ctor instead of makeAny in comphelper | Stephan Bergmann |
2022-05-03 | Adapt Base64::decodeSomeChars to change from OUString to std::u16string_view | Stephan Bergmann |
2022-04-30 | split comphelper::string::strip functions into String and view version | Noel Grandin |
2022-04-29 | Check iterator before dereference | Mike Kaganski |
2022-04-28 | use more string_view in comphelper | Noel Grandin |
2022-04-26 | add o3tl::toUInt32 | Noel Grandin |
2022-04-26 | Use o3tl::make_unsigned in some places | Stephan Bergmann |
2022-04-22 | use more string_view in comphelper | Noel Grandin |
2022-04-20 | loplugin:passstuffbyref | Noel Grandin |
2022-04-17 | loplugin:stringviewparam convert methods using copy() | Noel Grandin |
2022-04-13 | loplugin:stringviewparam whitelist some more functions | Noel Grandin |
2022-04-12 | Remove need for OPropertyAccessor default ctor | Stephan Bergmann |
2022-04-12 | loplugin:stringview more o3tl conversion | Noel Grandin |
2022-04-11 | loplugin:stringview add check for getToken().toInt32 | Noel Grandin |
2022-04-10 | use more string_view | Noel Grandin |
2022-04-08 | loplugin:stringviewparam convert methods using trim | Noel Grandin |
2022-04-05 | add tools::Guid class to generate, parse GUID values | Tomaž Vajngerl |