Age | Commit message (Expand) | Author |
2023-12-07 | cid#1546503 Using invalid iterator | Caolán McNamara |
2023-12-04 | cid#1545597 Using invalid iterator | Julien Nabet |
2023-11-30 | Extended loplugin:ostr: codemaker | Stephan Bergmann |
2023-11-20 | Extended loplugin:ostr: codemaker | Stephan Bergmann |
2023-10-13 | Follow-up on "Make sure __cpp_lib_source_location is consistently defined" | Stephan Bergmann |
2023-10-12 | use std::source_location instead of std::experimental::source_location | Noel Grandin |
2023-09-26 | WASM: Embind: get rid of redundant EMSCRIPTEN conditional | Sarper Akdemir |
2023-09-24 | Drop some newly obsolete __clang_major__ version checks | Stephan Bergmann |
2023-09-18 | JavaScript uno bindings for WASM with Embind - first cut | Sarper Akdemir |
2023-09-18 | Use less zlib external headers dependency | Gabor Kelemen |
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 |
2022-12-05 | Make check for complete type more explicit | Stephan Bergmann |
2022-12-03 | Clarify the use of untools::WeakReference | Stephan Bergmann |
2022-06-13 | Drop obsolete preprocessor directives from UNOIDL files | Stephan Bergmann |
2022-05-18 | clang-tidy modernize-pass-by-value in codemaker | Noel Grandin |
2022-04-29 | Revert "use more string_view in codemaker" | Noel Grandin |
2022-04-27 | use more string_view in codemaker | Noel Grandin |
2022-04-22 | address review comments on "use more string in unoidl.." | Noel Grandin |
2022-04-21 | use more string_view in unoidl,codemaker | Noel Grandin |
2022-04-17 | loplugin:stringviewparam convert methods using copy() | Noel Grandin |
2022-04-10 | loplugin:stringview check for getToken and trim | Noel Grandin |
2022-04-09 | add a more complete o3tl::getToken | Noel Grandin |
2022-04-02 | loplugin:stringviewparam convert methods using indexOf | Noel Grandin |
2022-03-04 | cid#1500511 silence Resource leak | Caolán McNamara |
2022-02-08 | Extend loplugin:stringview to O[U]StringBuffer::toString | Stephan Bergmann |
2022-02-06 | tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macro | VaibhavMalik4187 |
2022-01-23 | Improve DBG_UNHANDLED_EXCEPTION output a bit | Stephan Bergmann |
2021-12-21 | loplugin:flatten in canvas..cui | Noel Grandin |
2021-10-29 | Prepare for removal of non-const operator[] from Sequence in codemaker | Mike Kaganski |
2021-10-14 | Use more appropriate type for OString-length related variable | Stephan Bergmann |
2021-06-26 | codemaker : remove useless includes | Arnaud Versini |
2021-05-18 | Use implicit conversion from OStringBuffer to std::string_view | Stephan Bergmann |
2021-05-14 | Improve loplugin:stringview | Stephan Bergmann |
2021-05-02 | throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewrite | Stephan Bergmann |
2021-04-30 | throw() -> noexcept, part 1/3: Manual scaffolding | Stephan Bergmann |
2021-04-29 | cid#1473812 Untrusted value as argument | Caolán McNamara |
2021-04-21 | loplugin:stringadd replace OUStringLiteral temporaries with OUString::Concat | Noel Grandin |
2021-04-07 | Updated README.md files to represent current code / use Markdown format | Hossein |
2021-03-24 | Using .md extension/Markdown syntax for modules README | Hossein |
2021-02-12 | fix fuzzer build | Caolán McNamara |
2021-01-29 | loplugin:stringviewparam extend to new.. | Noel |
2020-12-29 | loplugin:stringviewparam: operator + | Stephan Bergmann |
2020-12-11 | Adapt the remaining OUString functions to std string_view | Stephan Bergmann |
2020-11-13 | tdf#123936 Formatting files in module codemaker with clang-format | Philipp Hofer |
2020-11-11 | loplugin:stringview | Noel |
2020-09-04 | tdf#124176 Use #pragma once in codemaker | George Bateman |
2020-09-02 | Turn OStringLiteral into a consteval'ed, static-refcound rtl_String | Stephan Bergmann |
2020-08-30 | Goodbye O[U]StringView, welcome O[U]String::Concat | Stephan Bergmann |