summaryrefslogtreecommitdiffstats
path: root/codemaker
Commit message (Expand)AuthorAgeFilesLines
* map SAL_DLLPUBLIC_RTTI to visibility:default for gccNoel Grandin2024-03-051-0/+4
* Extract embindmaker from cppumaker into its own toolStephan Bergmann2024-01-215-241/+1
* cppumaker: Work around problematic constant named "auto"Stephan Bergmann2024-01-192-121/+126
* Clean up generated embind code a bitStephan Bergmann2024-01-191-8/+5
* loplugin:unnecessaryvirtualNoel Grandin2024-01-151-1/+1
* cid#1546503 Using invalid iteratorCaolán McNamara2023-12-071-1/+3
* cid#1545597 Using invalid iteratorJulien Nabet2023-12-041-2/+6
* Extended loplugin:ostr: codemakerStephan Bergmann2023-11-301-5/+5
* Extended loplugin:ostr: codemakerStephan Bergmann2023-11-2010-300/+300
* Follow-up on "Make sure __cpp_lib_source_location is consistently defined"Stephan Bergmann2023-10-131-0/+3
* use std::source_location instead of std::experimental::source_locationNoel Grandin2023-10-121-9/+12
* WASM: Embind: get rid of redundant EMSCRIPTEN conditionalSarper Akdemir2023-09-261-6/+3
* Drop some newly obsolete __clang_major__ version checksStephan Bergmann2023-09-241-4/+2
* JavaScript uno bindings for WASM with Embind - first cutSarper Akdemir2023-09-187-23/+295
* Use less zlib external headers dependencyGabor Kelemen2023-09-182-2/+0
* loplugin:stringadd in c*Noel Grandin2023-03-241-2/+1
* Introduce css.reflection.Dump singletonStephan Bergmann2023-03-221-159/+0
* Add a to_string() function to the code generated for UNO IDL constant groupsTor Lillqvist2023-03-171-0/+159
* Make check for complete type more explicitStephan Bergmann2022-12-051-1/+1
* Clarify the use of untools::WeakReferenceStephan Bergmann2022-12-031-2/+10
* Drop obsolete preprocessor directives from UNOIDL filesStephan Bergmann2022-06-132-10/+0
* clang-tidy modernize-pass-by-value in codemakerNoel Grandin2022-05-184-30/+31
* Revert "use more string_view in codemaker"Noel Grandin2022-04-293-12/+12
* use more string_view in codemakerNoel Grandin2022-04-273-12/+12
* address review comments on "use more string in unoidl.."Noel Grandin2022-04-221-4/+4
* use more string_view in unoidl,codemakerNoel Grandin2022-04-211-4/+4
* loplugin:stringviewparam convert methods using copy()Noel Grandin2022-04-171-6/+11
* loplugin:stringview check for getToken and trimNoel Grandin2022-04-102-2/+4
* add a more complete o3tl::getTokenNoel Grandin2022-04-094-15/+18
* loplugin:stringviewparam convert methods using indexOfNoel Grandin2022-04-022-9/+10
* cid#1500511 silence Resource leakCaolán McNamara2022-03-041-2/+1
* Extend loplugin:stringview to O[U]StringBuffer::toStringStephan Bergmann2022-02-081-1/+1
* tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macroVaibhavMalik41872022-02-061-6/+4
* Improve DBG_UNHANDLED_EXCEPTION output a bitStephan Bergmann2022-01-231-2/+2
* loplugin:flatten in canvas..cuiNoel Grandin2021-12-211-60/+61
* Prepare for removal of non-const operator[] from Sequence in codemakerMike Kaganski2021-10-291-1/+4
* Use more appropriate type for OString-length related variableStephan Bergmann2021-10-141-1/+1
* codemaker : remove useless includesArnaud Versini2021-06-261-2/+0
* Use implicit conversion from OStringBuffer to std::string_viewStephan Bergmann2021-05-181-1/+1
* Improve loplugin:stringviewStephan Bergmann2021-05-141-1/+2
* throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann2021-05-021-1/+1
* throw() -> noexcept, part 1/3: Manual scaffoldingStephan Bergmann2021-04-301-1/+1
* cid#1473812 Untrusted value as argumentCaolán McNamara2021-04-292-0/+2
* loplugin:stringadd replace OUStringLiteral temporaries with OUString::ConcatNoel Grandin2021-04-212-16/+16
* Updated README.md files to represent current code / use Markdown formatHossein2021-04-071-9/+11
* Using .md extension/Markdown syntax for modules READMEHossein2021-03-241-0/+0
* fix fuzzer buildCaolán McNamara2021-02-122-2/+8
* loplugin:stringviewparam extend to new..Noel2021-01-292-3/+3
* loplugin:stringviewparam: operator +Stephan Bergmann2020-12-297-64/+66
* Adapt the remaining OUString functions to std string_viewStephan Bergmann2020-12-116-23/+25