summaryrefslogtreecommitdiff
path: root/codemaker/source/cppumaker/cpputype.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-04-26loplugin:ostr in codemaker,unoidlNoel Grandin1-57/+57
2024-03-05map SAL_DLLPUBLIC_RTTI to visibility:default for gccNoel Grandin1-0/+4
2024-01-21Extract embindmaker from cppumaker into its own toolStephan Bergmann1-204/+0
2024-01-19cppumaker: Work around problematic constant named "auto"Stephan Bergmann1-1/+5
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-20Extended loplugin:ostr: codemakerStephan Bergmann1-22/+22
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 Akdemir1-12/+238
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-05-18clang-tidy modernize-pass-by-value in codemakerNoel Grandin1-6/+6
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-04-30throw() -> noexcept, part 1/3: Manual scaffoldingStephan Bergmann1-1/+1
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann1-27/+27
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann1-17/+18
2020-05-19Fix the Clang check for using <experimental/source_location>Stephan Bergmann1-2/+3
2020-05-18use std::experimental::source_location in uno::ExceptionNoel Grandin1-5/+71
2020-04-18loplugin:flatten in codemakerNoel Grandin1-101/+103
2019-10-23size some stringbuffer to prevent re-allocNoel Grandin1-3/+52
2019-10-21size some stringbuffer to prevent re-allocNoel Grandin1-3/+3
2019-10-08loplugin:redundantpointerops simplify *p.get()Noel Grandin1-1/+1
2019-04-05Revert "Get rid of b2u/u2b helpers; use OUString's toUtf8/fromUtf8 instead"Mike Kaganski1-64/+64
2019-04-05tdf#120703: partially revert commit 85456fae54029edd26df2277a9eec5e2fe3d9739Mike Kaganski1-2/+1
2019-04-04Get rid of b2u/u2b helpers; use OUString's toUtf8/fromUtf8 insteadMike Kaganski1-64/+64
2019-04-01tdf#120703 PVS: Silence V522 warningsMike Kaganski1-1/+2
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin1-11/+5
2018-09-10Generate UNO exception classes as SAL_WARN_UNUSEDStephan Bergmann1-1/+1
2018-07-27codemaker: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann1-0/+6
2018-07-09Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-01-26coverity#1019311 silence Unchecked return valueCaolán McNamara1-1/+1
2018-01-19loplugin:unusedmethods also check for functions returning boolNoel Grandin1-4/+4
2018-01-19SAL_W32 is just an alias for _WIN32Stephan Bergmann1-4/+4
2017-11-27loplugin:unnecessaryparen: Warn about parentheses around literalsStephan Bergmann1-10/+10
2017-10-23loplugin:includeform: codemakerStephan Bergmann1-13/+13
2017-10-20loplugin:constmethod in codemaker,registry,storeNoel Grandin1-18/+18
2017-10-04add << operator for css::uno::ExceptionNoel Grandin1-0/+31
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin1-9/+5
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin1-6/+4
2017-04-30cppcheck: duplicateBreakJulien Nabet1-1/+0