Age | Commit message (Expand) | Author |
2024-08-22 | cid#1555847 COPY_INSTEAD_OF_MOVE | Caolán McNamara |
2024-06-29 | Fix typo | Andrea Gelmini |
2024-05-02 | elide some OUString temporaries | Noel Grandin |
2024-04-30 | WaE: C6011 Dereferencing NULL pointer warnings | Caolán McNamara |
2024-04-30 | try to workaround clang crash | Caolán McNamara |
2024-04-27 | loplugin:ostr in cppu,cppuhelper | Noel Grandin |
2024-03-29 | tdf#146619 Drop unused 'using namespace' in: cppu/ cppuhelper/ | Gabor Kelemen |
2024-02-23 | Abort if type information is missing when creating sequences | Stephan Bergmann |
2023-12-03 | cid#1546503 Using invalid iterator | Caolán McNamara |
2023-11-18 | c++20: use std::erase instead of std::removed followed by erase (part 2) | Julien Nabet |
2023-09-28 | cid#1546008 silence Using invalid iterator | Caolán McNamara |
2023-03-24 | loplugin:stringadd in c* | Noel Grandin |
2023-02-15 | Drop 'using namespace ::std' in dirs b* c* | Gabor Kelemen |
2023-01-27 | Remove support for AIX | Stephan Bergmann |
2022-10-11 | Deduplicate O(U)StringConcatenation | Mike Kaganski |
2022-08-10 | Better cast to sal_[u]IntPtr when passing pointer to O[U]String::number | Stephan Bergmann |
2022-07-21 | elide some makeStringAndClear() calls | Noel Grandin |
2022-06-01 | No need to call resume() on all already running thread | Stephan Bergmann |
2022-05-29 | New o3tl::intcmp.hxx | Stephan Bergmann |
2022-05-29 | [API CHANGE] Deprecate unused typelib_setCacheSize and make it a no-op | Stephan Bergmann |
2022-05-23 | Extend '-Werror=attributes' workaround to GCC versions < 12.1 | Michael Weghorn |
2022-05-18 | Work around bogus -Werror=attributes with old GCC | Stephan Bergmann |
2022-05-18 | Replace OFFSET_OF macro with a function template | Stephan Bergmann |
2022-05-17 | clang-tidy modernize-pass-by-value in cppu | Noel Grandin |
2022-05-09 | osl::Mutex->std::mutex in cppu::MappingsData | Noel Grandin |
2022-04-29 | Use the false warning suppression mechanism for loplugin:fakebool | Stephan Bergmann |
2022-04-21 | use more string_view in cppu | Noel Grandin |
2022-04-14 | Simplify equality comparison among the various UNOIDL integer types | Stephan Bergmann |
2022-04-13 | use more string_view in cppu | Noel Grandin |
2022-04-13 | loplugin:stringviewparam whitelist some more functions | Noel Grandin |
2022-04-09 | use more subView when converting to Int32 | Noel Grandin |
2022-01-19 | WASM UNO: add a minimal dummy bridge | Thorsten Behrens |
2022-01-13 | Recheck modules [a-c]* with IWYU | Gabor Kelemen |
2021-12-21 | loplugin:flatten in canvas..cui | Noel Grandin |
2021-11-09 | BaseList doesn't need set member after the constructor is done | Noel Grandin |
2021-11-09 | rtl::Static to thread-safe static | Noel Grandin |
2021-10-26 | d46f659c7524625474f0bb907805e285ee27d5ec follow-up: simplify checks | Mike Kaganski |
2021-10-26 | Make sure that self-assign test checks types | Mike Kaganski |
2021-10-11 | In O[U]StringBuffer, make string_view params replacements for OUString ones | Stephan Bergmann |
2021-10-03 | A more lightweight O[U]StringConcatenation | Stephan Bergmann |
2021-10-03 | drop 'using namespace std' in cppu | Julien Nabet |
2021-09-10 | clang:optin.performance.Padding in cppu | Noel Grandin |
2021-08-31 | Elide class makeOIdPart | Stephan Bergmann |
2021-08-15 | rtl::Static -> thread-safe static local | Noel Grandin |
2021-08-06 | return a reference instead of a pointer | Caolán McNamara |
2021-08-06 | cid#1489779 Uninitialized pointer field | Caolán McNamara |
2021-08-04 | osl_createThreadKey->thread_local in IdContainer | Noel Grandin |
2021-08-03 | Consolidate on C++17 std::scoped_lock instead of std::lock_guard | Noel Grandin |
2021-07-19 | osl::Mutex->std::mutex in MappingsData | Noel Grandin |
2021-07-19 | remove unnecessary rtl::Static | Noel Grandin |