summaryrefslogtreecommitdiff
path: root/binaryurp/source/unmarshal.cxx
AgeCommit message (Expand)AuthorFilesLines
2022-05-21clang-tidy modernize-pass-by-value in binaryurpNoel Grandin1-2/+3
2021-05-17small perf improvement in readMemberValuesNoel Grandin1-0/+2
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann1-1/+1
2020-01-28tdf#42949 Add back includes to binaryurp/Gabor Kelemen1-0/+1
2020-01-27tdf#42949 Fix IWYU warnings in binaryurp/Gabor Kelemen1-3/+0
2018-08-29replace rtl_allocateMemory with std::mallocNoel Grandin1-1/+1
2017-10-11binaryurp: consistently use "" and <> for include directivesMike Kaganski1-20/+20
2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic types: binaryurpStephan Bergmann1-5/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-9/+9
2015-11-02tdf#94269: Replace "n" prefix for bool variables with "b"Benjamin Ni1-3/+3
2015-05-29loplugin:redundantcast: const_cast to same typeStephan Bergmann1-3/+2
2015-02-16boost::noncopyable->'= delete'Caolán McNamara1-1/+0
2015-01-09loplugin:cstylecast: warn about certain redundant reinterpret_castsStephan Bergmann1-1/+1
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin1-40/+21
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens1-2/+0
2012-09-05CosmeticsStephan Bergmann1-12/+8
2012-09-05OUString and RTL_CONSTASCII cleanupRicardo Montania1-63/+25
2012-08-22Change rtl::OUString to OUStringRicardo Montania1-25/+25
2012-06-12re-base on ALv2 code.Michael Meeks1-26/+17
2012-04-14put the missing type into the exception messageMichael Stahl1-2/+4
2011-12-13Fix for fdo43460 Part IV getLength to isEmptyOlivier Hallot1-2/+2
2011-11-28Adapted to new assertion/logging mechanisms.Stephan Bergmann1-7/+6
2011-06-02add mode lines to new filesCaolán McNamara1-0/+3
2011-03-29drop bogus executable flag from [ch]xx/bas/asm filesFrancisco Saito1-0/+0
2011-01-26sb138: #i116038# fresh implementation of binary URP bridgesb1-0/+563