Age | Commit message (Expand) | Author |
2024-02-23 | Abort if type information is missing when creating sequences | Stephan Bergmann |
2024-01-19 | cppumaker: Work around problematic constant named "auto" | 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-03-22 | Introduce css.reflection.Dump singleton | Stephan Bergmann |
2023-03-17 | Add a to_string() function to the code generated for UNO IDL constant groups | Tor Lillqvist |
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-13 | Drop obsolete preprocessor directives from UNOIDL files | Stephan Bergmann |
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-05-04 | Just use Any ctor instead of makeAny in cppu | Stephan Bergmann |
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 | Fix build | Stephan Bergmann |
2022-01-13 | Recheck modules [a-c]* with IWYU | Gabor Kelemen |
2021-12-21 | loplugin:flatten in canvas..cui | Noel Grandin |
2021-12-02 | Fix clang-cl -Zc:dllexportInlines- build | Stephan Bergmann |
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 | d46f659c7524625474f0bb907805e285ee27d5ec follow-up: add unit test | 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-20 | use clang-cl's -Zc:dllexportInlines- for clang-cl builds | Luboš Luňák |
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 |