Age | Commit message (Expand) | Author |
2022-11-22 | loplugin:unusedfields | Noel Grandin |
2022-10-27 | cid#1242675 Untrusted value as argument | Caolán McNamara |
2022-10-21 | tdf#133767 new service TempFileFastService | Noel Grandin |
2022-09-29 | split utl::TempFile into fast and named variants | Noel Grandin |
2022-09-27 | use more string_view in package | Noel Grandin |
2022-08-18 | Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxx | Stephan Bergmann |
2022-08-17 | cid#1500507 silence Resource leak | Caolán McNamara |
2022-07-18 | comphelper::ByteWriter::writeSomeBytes always writes all bytes | Stephan Bergmann |
2022-06-28 | use utl::TempFile directly in package | Noel Grandin |
2022-06-23 | clang-tidy modernize-pass-by-value in package | Noel Grandin |
2022-06-02 | Use more appropriate return type for ThreadPool::getPreferredConcurrency | Stephan Bergmann |
2022-05-25 | elide some OUString allocation | Noel Grandin |
2022-05-24 | use comphelper::ByteReader in XBufferedStream | Noel Grandin |
2022-05-20 | fix OWriteStream implementing XUnoTunnel | Noel Grandin |
2022-05-19 | add ByteWriter to reduce memory copying when writing data | Noel Grandin |
2022-05-17 | elide some OUString allocation | Noel Grandin |
2022-05-14 | tdf#121740 cache hashcode in SequenceAsHashMap | Noel Grandin |
2022-05-14 | reserve space in map in ZipFile::readCEN | Noel Grandin |
2022-05-11 | avoid some OUString construction on some hot paths | Noel Grandin |
2022-05-06 | tdf#121740 reduce cost of OStorage_Impl::GetElementNames | Noel Grandin |
2022-05-04 | Just use Any ctor instead of makeAny in package | Stephan Bergmann |
2022-05-01 | use more string_view in various | Noel Grandin |
2022-04-26 | Use o3tl::make_unsigned in some places | Stephan Bergmann |
2022-04-20 | loplugin:passstuffbyref | Noel Grandin |
2022-04-13 | loplugin:stringviewparam whitelist some more functions | Noel Grandin |
2022-03-17 | no need to have duplicate m_bIsRoot fields | Noel Grandin |
2022-03-17 | no need to have duplicate m_nStorageType fields | Noel Grandin |
2022-03-17 | flatten OStorage a little | Noel Grandin |
2022-03-14 | loplugin:trivialdestructor (-stdlib=libc++) | Stephan Bergmann |
2022-03-11 | new loplugin:trivialdestructor | Noel Grandin |
2022-02-23 | cid#1500664 Dereference before null check | Caolán McNamara |
2022-01-30 | Recheck modules [o-r]* with IWYU | Gabor Kelemen |
2022-01-20 | WASM make test file loading work | Armin Le Grand (Allotropia) |
2022-01-11 | optimise and simplify ZipOutputEntryInThread | Noel Grandin |
2022-01-09 | Simplify some TempFile service code | Noel Grandin |
2021-12-26 | Let comphelper::Base64::decode* take std::u16string_view | Mike Kaganski |
2021-12-22 | loplugin:flatten in package..reportdesign | Noel Grandin |
2021-12-10 | Generally determine Rdb content from gb_*_set_componentfile calls | Stephan Bergmann |
2021-11-27 | use more OInterfaceContainerHelper3 in package | Noel Grandin |
2021-11-27 | Fix typo | Stephan Bergmann |
2021-11-26 | loplugin:stringliteraldefine in package | Noel Grandin |
2021-11-24 | loplugin:stringliteraldefine in comphelper | Noel Grandin |
2021-10-30 | Prepare for removal of non-const operator[] from Sequence in package | Mike Kaganski |
2021-10-15 | Remove non-const Sequence::begin()/end() in internal code | Mike Kaganski |
2021-10-11 | loplugin:moveparam in package | Noel Grandin |
2021-10-03 | drop 'using namespace std' in package | Julien Nabet |
2021-10-01 | loplugin:constmethod | Noel Grandin |
2021-09-30 | loplugin:constparams improve handling of pointer params | Noel Grandin |
2021-09-15 | loplugin:finalclasses | Noel Grandin |
2021-09-15 | Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 5 | Mike Kaganski |