Age | Commit message (Expand) | Author |
2024-08-01 | tdf#162279: Base Forms: details of the warning only on debug mode | Julien Nabet |
2024-04-30 | WaE: C6011 Dereferencing NULL pointer warnings | Caolán McNamara |
2024-04-26 | loplugin:ostr in codemaker,unoidl | Noel Grandin |
2024-03-05 | map SAL_DLLPUBLIC_RTTI to visibility:default for gcc | Noel Grandin |
2024-01-21 | Extract embindmaker from cppumaker into its own tool | Stephan Bergmann |
2024-01-19 | cppumaker: Work around problematic constant named "auto" | Stephan Bergmann |
2024-01-19 | Clean up generated embind code a bit | Stephan Bergmann |
2024-01-15 | loplugin:unnecessaryvirtual | Noel Grandin |
2023-12-07 | cid#1546503 Using invalid iterator | Caolán McNamara |
2023-12-04 | cid#1545597 Using invalid iterator | Julien Nabet |
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-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-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-09 | add a more complete o3tl::getToken | Noel Grandin |
2022-04-02 | loplugin:stringviewparam convert methods using indexOf | Noel Grandin |
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-06-26 | codemaker : remove useless includes | Arnaud Versini |
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 |
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-09-04 | tdf#124176 Use #pragma once in codemaker | George Bateman |
2020-05-19 | Fix the Clang check for using <experimental/source_location> | Stephan Bergmann |
2020-05-18 | use std::experimental::source_location in uno::Exception | Noel Grandin |
2020-05-08 | compact namespace in canvas..cui | Noel Grandin |
2020-04-18 | loplugin:flatten in codemaker | Noel Grandin |
2020-01-15 | clang-tidy modernize-concat-nested-namespace in codemaker..configmgr | Noel Grandin |
2019-10-28 | loplugin:stringadd improve detection | Noel Grandin |
2019-10-23 | size some stringbuffer to prevent re-alloc | Noel Grandin |
2019-10-21 | size some stringbuffer to prevent re-alloc | Noel Grandin |
2019-10-14 | loplugin:stringadd look for unnecessary temporaries | Noel Grandin |
2019-10-08 | loplugin:redundantpointerops simplify *p.get() | Noel Grandin |
2019-10-01 | loplugin:stringadd in basctl..cui | Noel Grandin |
2019-04-13 | loplugin:sequentialassign in codemaker..connectivity | Noel Grandin |
2019-04-05 | Revert "Get rid of b2u/u2b helpers; use OUString's toUtf8/fromUtf8 instead" | Mike Kaganski |