summaryrefslogtreecommitdiff
path: root/codemaker
AgeCommit message (Expand)AuthorFilesLines
13 daysloplugin:reftotemp in codemaker..connectivityNoel Grandin1-2/+2
2024-10-14cid#1554844 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2024-09-29Add "f" suffix to literals of type floatStephan Bergmann1-1/+1
2024-09-23cid#1607989 Overflowed constantCaolán McNamara1-1/+2
2024-09-18.NET Bindings: Native bridge for .NETRMZeroFour1-22/+82
2024-09-17cid#1608561 Overflowed constantCaolán McNamara1-1/+2
2024-08-22Avoid slicing in operator==Mike Kaganski1-2/+2
2024-08-14.NET Bindings: Fix netmaker and net_basetypesRMZeroFour1-17/+19
2024-08-01tdf#162279: Base Forms: details of the warning only on debug modeJulien Nabet1-1/+1
2024-07-26cid#1608295 silence Untrusted loop boundCaolán McNamara1-0/+1
2024-07-25O[U]String overloads that return view for rest parameterNoel Grandin1-2/+3
2024-07-20Remove now unneeded osl/diagnose.hGabor Kelemen1-0/+1
2024-07-01cid#1604129 Uninitialized scalar fieldCaolán McNamara1-0/+2
2024-06-19Fix typoAndrea Gelmini1-1/+1
2024-06-19.NET Bindings: Add netmaker (.NET codemaker)RMZeroFour9-1/+1630
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