summaryrefslogtreecommitdiff
path: root/codemaker
AgeCommit message (Expand)AuthorFilesLines
2024-04-30WaE: C6011 Dereferencing NULL pointer warningsCaolán McNamara1-1/+1
2024-04-26loplugin:ostr in codemaker,unoidlNoel Grandin7-98/+98
2024-03-05map SAL_DLLPUBLIC_RTTI to visibility:default for gccNoel Grandin1-0/+4
2024-01-21Extract embindmaker from cppumaker into its own toolStephan Bergmann5-241/+1
2024-01-19cppumaker: Work around problematic constant named "auto"Stephan Bergmann2-121/+126
2024-01-19Clean up generated embind code a bitStephan Bergmann1-8/+5
2024-01-15loplugin:unnecessaryvirtualNoel Grandin1-1/+1
2023-12-07cid#1546503 Using invalid iteratorCaolán McNamara1-1/+3
2023-12-04cid#1545597 Using invalid iteratorJulien Nabet1-2/+6
2023-11-30Extended loplugin:ostr: codemakerStephan Bergmann1-5/+5
2023-11-20Extended loplugin:ostr: codemakerStephan Bergmann10-300/+300
2023-10-13Follow-up on "Make sure __cpp_lib_source_location is consistently defined"Stephan Bergmann1-0/+3
2023-10-12use std::source_location instead of std::experimental::source_locationNoel Grandin1-9/+12
2023-09-26WASM: Embind: get rid of redundant EMSCRIPTEN conditionalSarper Akdemir1-6/+3
2023-09-24Drop some newly obsolete __clang_major__ version checksStephan Bergmann1-4/+2
2023-09-18JavaScript uno bindings for WASM with Embind - first cutSarper Akdemir7-23/+295
2023-09-18Use less zlib external headers dependencyGabor Kelemen2-2/+0
2023-03-24loplugin:stringadd in c*Noel Grandin1-2/+1
2023-03-22Introduce css.reflection.Dump singletonStephan Bergmann1-159/+0
2023-03-17Add a to_string() function to the code generated for UNO IDL constant groupsTor Lillqvist1-0/+159
2022-12-05Make check for complete type more explicitStephan Bergmann1-1/+1
2022-12-03Clarify the use of untools::WeakReferenceStephan Bergmann1-2/+10
2022-06-13Drop obsolete preprocessor directives from UNOIDL filesStephan Bergmann2-10/+0
2022-05-18clang-tidy modernize-pass-by-value in codemakerNoel Grandin4-30/+31
2022-04-29Revert "use more string_view in codemaker"Noel Grandin3-12/+12
2022-04-27use more string_view in codemakerNoel Grandin3-12/+12
2022-04-22address review comments on "use more string in unoidl.."Noel Grandin1-4/+4
2022-04-21use more string_view in unoidl,codemakerNoel Grandin1-4/+4
2022-04-17loplugin:stringviewparam convert methods using copy()Noel Grandin1-6/+11
2022-04-10loplugin:stringview check for getToken and trimNoel Grandin2-2/+4
2022-04-09add a more complete o3tl::getTokenNoel Grandin4-15/+18
2022-04-02loplugin:stringviewparam convert methods using indexOfNoel Grandin2-9/+10
2022-03-04cid#1500511 silence Resource leakCaolán McNamara1-2/+1
2022-02-08Extend loplugin:stringview to O[U]StringBuffer::toStringStephan Bergmann1-1/+1
2022-02-06tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macroVaibhavMalik41871-6/+4
2022-01-23Improve DBG_UNHANDLED_EXCEPTION output a bitStephan Bergmann1-2/+2
2021-12-21loplugin:flatten in canvas..cuiNoel Grandin1-60/+61
2021-10-29Prepare for removal of non-const operator[] from Sequence in codemakerMike Kaganski1-1/+4
2021-10-14Use more appropriate type for OString-length related variableStephan Bergmann1-1/+1
2021-06-26codemaker : remove useless includesArnaud Versini1-2/+0
2021-05-18Use implicit conversion from OStringBuffer to std::string_viewStephan Bergmann1-1/+1
2021-05-14Improve loplugin:stringviewStephan Bergmann1-1/+2
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann1-1/+1
2021-04-30throw() -> noexcept, part 1/3: Manual scaffoldingStephan Bergmann1-1/+1
2021-04-29cid#1473812 Untrusted value as argumentCaolán McNamara2-0/+2
2021-04-21loplugin:stringadd replace OUStringLiteral temporaries with OUString::ConcatNoel Grandin2-16/+16
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein1-9/+11
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein1-0/+0
2021-02-12fix fuzzer buildCaolán McNamara2-2/+8
2021-01-29loplugin:stringviewparam extend to new..Noel2-3/+3