- 1f9c579 Drop SDK by Stephan Bergmann · 10 days ago
- d037b81 Clarify project in source code headers. by Michael Meeks · 11 days ago
- 24539cd netmaker: Fix generating a service constructor with a rest argument by Neil Roberts · 8 weeks ago
- 71b7dbf change the line endings of codemaker/Executable_pythonmaker by Manish Bera · 5 months ago
- 8985ebd fix --enable-rust-uno build after fd2e467ba3320c99d8f4856784c7ccd0912a08a7(?) by Rene Engelhard · 5 months ago
- fd2e467 tdf#146619 Run IWYU in fw decl mode on include/[a-c]* by Gabor Kelemen · 6 months ago
- 5ab2021 enable-msvc-analyze: C4310: cast truncates constant value by Mike Kaganski · 5 months ago
- 5429ad3 Fix loplugin warnings in --enable-rust-uno code by Stephan Bergmann · 5 months ago
- f706c98 Some dtoa removal leftovers by Mike Kaganski · 6 months ago
- 86ade63 Rust Bindings: Use typed parameters instead of void* in UNO bindings by Mohamed Ali · 6 months ago
- 048761f Rust Bindings: Refactor RustProducer and CppProducer by Mohamed Ali · 7 months ago
- b6feccc Replace dtoa with fast_float for faster string-to-float parsing by Mike Kaganski · 7 months ago
- 2b44a63 Fix typo by Andrea Gelmini · 7 months ago
- 257f798 rustmaker: Avoid string copy (loplugin:stringview) by Michael Weghorn · 7 months ago
- 5ecb0b6 rustmaker: Use more string_view params, address loplugin:unnecessarygetstr by Michael Weghorn · 7 months ago
- 292f5fe rustmaker: Use string_view params (loplugin:stringviewparam) by Michael Weghorn · 7 months ago
- cc9c0ba rustmaker: Make methods static (loplugin:staticmethods) by Michael Weghorn · 7 months ago
- 8b513dc rustmaker: Make loplugin:simplifyconstruct happy by Michael Weghorn · 7 months ago
- 82df59f rustmaker: Use OString literals (loplugin:ostr) by Michael Weghorn · 7 months ago
- d9f05dc Rust Bindings: Add rustmaker (Rust codemaker) by Mohamed Ali · 9 months ago
- 3cc8e28 Fix typo by Andrea Gelmini · 7 months ago
- 756adb5 cid#1665185 silence Untrusted loop bound by Caolán McNamara · 7 months ago
- 2bdf17e Add initial scaffolding for pythonmaker by Manish Bera · 11 months ago
- 8cf9bdb tdf#158237 Use C++20 contains() instead of find() and end() by Manish · 8 months ago
- 46d43e8 codemaker: remove dead test code by Xisco Fauli · 9 months ago
- e0afd45 tdf#146619 Run IWYU on codemaker/ by Gabor Kelemen · 9 months ago
- 35df278 codemaker: use frozen by Xisco Fauli · 9 months ago
- a48bb5c Remove obsolete fw declarations from canvas/ codemaker/ configmgr/ by Gabor Kelemen · 1 year, 3 months ago
- 068fef4 Related tdf#162279: rather use OSL_DEBUG_LEVEL instead of NDEBUG by Julien Nabet · 1 year, 3 months ago
- 91b1153 Move LIBO_USE_SOURCE_LOCATION to o3tl for possible reuse by Mike Kaganski · 1 year, 3 months ago
- 5fe9b3d loplugin:reftotemp in codemaker..connectivity by Noel Grandin · 1 year, 5 months ago
- 23d7910 cid#1554844 COPY_INSTEAD_OF_MOVE by Caolán McNamara · 1 year, 6 months ago
- 15492ec Add "f" suffix to literals of type float by Stephan Bergmann · 1 year, 6 months ago
- 0896403 cid#1607989 Overflowed constant by Caolán McNamara · 1 year, 7 months ago
- c3c7b48 .NET Bindings: Native bridge for .NET by RMZeroFour · 1 year, 7 months ago
- b289d5f cid#1608561 Overflowed constant by Caolán McNamara · 1 year, 7 months ago
- d29d6b4 Avoid slicing in operator== by Mike Kaganski · 1 year, 8 months ago
- 641d082 .NET Bindings: Fix netmaker and net_basetypes by RMZeroFour · 1 year, 8 months ago
- 5720118 tdf#162279: Base Forms: details of the warning only on debug mode by Julien Nabet · 1 year, 8 months ago
- 1eb3b00c cid#1608295 silence Untrusted loop bound by Caolán McNamara · 1 year, 8 months ago
- 1bbcc3f O[U]String overloads that return view for rest parameter by Noel Grandin · 1 year, 11 months ago
- e1a351c Remove now unneeded osl/diagnose.h by Gabor Kelemen · 1 year, 11 months ago
- 4b3ecc3 cid#1604129 Uninitialized scalar field by Caolán McNamara · 1 year, 9 months ago
- fda1827a Fix typo by Andrea Gelmini · 1 year, 10 months ago
- e597e71 .NET Bindings: Add netmaker (.NET codemaker) by RMZeroFour · 1 year, 10 months ago
- b671bb2 WaE: C6011 Dereferencing NULL pointer warnings by Caolán McNamara · 2 years ago
- 59ad8d6 loplugin:ostr in codemaker,unoidl by Noel Grandin · 2 years ago
- e8b9bcf map SAL_DLLPUBLIC_RTTI to visibility:default for gcc by Noel Grandin · 2 years, 1 month ago
- b2ade3e Extract embindmaker from cppumaker into its own tool by Stephan Bergmann · 2 years, 3 months ago
- 56ceb5d cppumaker: Work around problematic constant named "auto" by Stephan Bergmann · 2 years, 3 months ago
- 2bc1c11 Clean up generated embind code a bit by Stephan Bergmann · 2 years, 3 months ago
- 6583f5d loplugin:unnecessaryvirtual by Noel Grandin · 2 years, 3 months ago
- 12b96ac cid#1546503 Using invalid iterator by Caolán McNamara · 2 years, 4 months ago
- 67c2a47 cid#1545597 Using invalid iterator by Julien Nabet · 2 years, 4 months ago
- bc012f1 Extended loplugin:ostr: codemaker by Stephan Bergmann · 2 years, 4 months ago
- 99b9bc7 Extended loplugin:ostr: codemaker by Stephan Bergmann · 2 years, 5 months ago
- 27e7a61 Follow-up on "Make sure __cpp_lib_source_location is consistently defined" by Stephan Bergmann · 2 years, 6 months ago
- 9c5f597 use std::source_location instead of std::experimental::source_location by Noel Grandin · 2 years, 6 months ago
- da38a44 WASM: Embind: get rid of redundant EMSCRIPTEN conditional by Sarper Akdemir · 2 years, 6 months ago
- 414316a Drop some newly obsolete __clang_major__ version checks by Stephan Bergmann · 2 years, 6 months ago
- 841f898 JavaScript uno bindings for WASM with Embind - first cut by Sarper Akdemir · 2 years, 8 months ago
- 6f60670 Use less zlib external headers dependency by Gabor Kelemen · 2 years, 7 months ago
- 637ccee loplugin:stringadd in c* by Noel Grandin · 3 years ago
- 9111536 Introduce css.reflection.Dump singleton by Stephan Bergmann · 3 years, 1 month ago
- e1c6f36 Add a to_string() function to the code generated for UNO IDL constant groups by Tor Lillqvist · 3 years, 1 month ago
- c08e5db Make check for complete type more explicit by Stephan Bergmann · 3 years, 4 months ago
- 485c9d4 Clarify the use of untools::WeakReference by Stephan Bergmann · 3 years, 4 months ago
- 5687eba Drop obsolete preprocessor directives from UNOIDL files by Stephan Bergmann · 3 years, 10 months ago
- 225328b clang-tidy modernize-pass-by-value in codemaker by Noel Grandin · 3 years, 11 months ago
- fa88fd0 Revert "use more string_view in codemaker" by Noel Grandin · 4 years ago
- 9463550 use more string_view in codemaker by Noel Grandin · 4 years ago
- 9820f11 address review comments on "use more string in unoidl.." by Noel Grandin · 4 years ago
- 2d9291b use more string_view in unoidl,codemaker by Noel Grandin · 4 years ago
- 33bd16b loplugin:stringviewparam convert methods using copy() by Noel Grandin · 4 years ago
- e4ff847 loplugin:stringview check for getToken and trim by Noel Grandin · 4 years ago
- 2bf5658 add a more complete o3tl::getToken by Noel Grandin · 4 years ago
- 1927b51 loplugin:stringviewparam convert methods using indexOf by Noel Grandin · 4 years ago
- bc9b5c8 cid#1500511 silence Resource leak by Caolán McNamara · 4 years, 1 month ago
- b01e048 Extend loplugin:stringview to O[U]StringBuffer::toString by Stephan Bergmann · 4 years, 2 months ago
- 8b327cd tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macro by VaibhavMalik4187 · 4 years, 2 months ago
- 162017c Improve DBG_UNHANDLED_EXCEPTION output a bit by Stephan Bergmann · 4 years, 2 months ago
- 2529893 loplugin:flatten in canvas..cui by Noel Grandin · 4 years, 4 months ago
- da51433 Prepare for removal of non-const operator[] from Sequence in codemaker by Mike Kaganski · 4 years, 5 months ago
- 900ba7d Use more appropriate type for OString-length related variable by Stephan Bergmann · 4 years, 6 months ago
- 3721f4a codemaker : remove useless includes by Arnaud Versini · 4 years, 10 months ago
- 2b3879c Use implicit conversion from OStringBuffer to std::string_view by Stephan Bergmann · 4 years, 11 months ago
- af16aa6 Improve loplugin:stringview by Stephan Bergmann · 5 years ago
- 10d29c3 throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewrite by Stephan Bergmann · 5 years ago
- 6a113a4 throw() -> noexcept, part 1/3: Manual scaffolding by Stephan Bergmann · 5 years ago
- b550d72 cid#1473812 Untrusted value as argument by Caolán McNamara · 5 years ago
- 7049328 loplugin:stringadd replace OUStringLiteral temporaries with OUString::Concat by Noel Grandin · 5 years ago
- ea5641b Updated README.md files to represent current code / use Markdown format by Hossein · 5 years ago
- c161587 Using .md extension/Markdown syntax for modules README by Hossein · 5 years ago
- 28555fc fix fuzzer build by Caolán McNamara · 5 years ago
- 1250aec loplugin:stringviewparam extend to new.. by Noel · 5 years ago
- 042033f loplugin:stringviewparam: operator + by Stephan Bergmann · 5 years ago
- 35e471b Adapt the remaining OUString functions to std string_view by Stephan Bergmann · 5 years ago
- a079d78 tdf#123936 Formatting files in module codemaker with clang-format by Philipp Hofer · 5 years ago
- 93c64a6 loplugin:stringview by Noel · 5 years ago
- ce73b52 tdf#124176 Use #pragma once in codemaker by George Bateman · 6 years ago