summaryrefslogtreecommitdiff
path: root/bridges
AgeCommit message (Expand)AuthorFilesLines
2020-05-08compact namespace in avmedia..bridgesNoel Grandin28-62/+60
2020-05-06Move all public Java classes to libreoffice.jarSamuel Mehrbrodt1-4/+2
2020-04-30Use a less extreme entitlement for our run-time machine code generationTor Lillqvist1-0/+6
2020-04-18loplugin:flatten in bridgesNoel Grandin4-208/+208
2020-04-14loplugin:buriedassign in b*Noel Grandin1-1/+2
2020-03-26Extend loplugin:cstylecast to certain function-style castsStephan Bergmann1-1/+1
2020-02-23.eh_frame section should probably have type @unwindStephan Bergmann1-1/+1
2020-02-13Hack to dynamically adapt to __cxa_exceptiom in LLVM 11 libcxxabiStephan Bergmann2-1/+46
2020-02-12Blind fix for Linux aarch64 with libcxxabiStephan Bergmann1-2/+2
2020-02-12Hack to dynamically adapt to __cxa_exceptiom in LLVM 5.0 libcxxabiStephan Bergmann1-0/+22
2020-01-26remove some unused local varsNoel Grandin1-1/+0
2020-01-14clang-tidy modernize-concat-nested-namespace in basic..canvasNoel Grandin6-12/+12
2020-01-07aarch64 r18 is reserved at least on AndroidStephan Bergmann1-2/+5
2019-12-18Silence -Werror,-WuninitializedStephan Bergmann1-0/+1
2019-12-18tdf#128671: Rely on unwind.h, declare what's missing from cxxabi.hStephan Bergmann3-36/+92
2019-12-18Fix typos concerning the __cxa_exception checkStephan Bergmann2-2/+2
2019-12-18Elide use of rtl_Instance (which is obsoleted by C++11 thread-safe statics),Stephan Bergmann5-122/+4
2019-12-18Elide use of rtl_Instance (which is obsoleted by C++11 thread-safe statics)Noel Grandin1-21/+1
2019-12-10loplugin:unusedmember (clang-cl)Stephan Bergmann1-1/+1
2019-12-06loplugin:external (macOS)Stephan Bergmann2-0/+8
2019-12-05loplugin:external (clang-cl)Stephan Bergmann1-1/+18
2019-12-05android: Avoid throwing exceptions through the bridges.Jan Holesovsky1-0/+4
2019-12-02bridges arm64: Use [[falltrough]].Jan Holesovsky3-9/+9
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann2-0/+6
2019-11-19loplugin:fakebool (clang-cl)Stephan Bergmann1-1/+1
2019-11-17Extend loplugin:external to warn about enumsStephan Bergmann1-0/+4
2019-11-06loplugin:indentation find broken if statementsNoel Grandin1-1/+1
2019-11-05typeinfo fix for x86Tomoyuki Kubota1-1/+1
2019-10-17Remove some memset callsMike Kaganski2-2/+1
2019-10-16loplugin:bufferadd loosen some constraintsNoel Grandin1-10/+2
2019-10-12aarch64 callVirtualFunction needs to be compiled w/o -fstack-clash-protectionStephan Bergmann1-1/+6
2019-10-04always use gb_LinkTarget__get_cxxflags for cxxobjectsLuboš Luňák1-11/+8
2019-09-24latest update of Visual Studio complains about typeinfo.hTomoyuki Kubota1-1/+1
2019-09-23android: add support for 64bit buildChristian Lohmaier2-1/+11
2019-09-19improve and enable loplugin:fragiledestructorNoel Grandin1-1/+1
2019-09-05loplugin:useuniqueptr in VtableFactoryNoel Grandin3-14/+11
2019-08-21loplugin:constvars, look for loop vars that can be constNoel Grandin1-1/+1
2019-08-18Fix typosAndrea Gelmini1-1/+1
2019-08-08android: support NDK 19 and above (20 as of this commit)Christian Lohmaier1-2/+2
2019-05-31Replace 0 in nullptrJuergen Funk2-3/+3
2019-05-10an uno -> a unoCaolán McNamara1-1/+1
2019-05-05Fix remaining uses of gb_SYMBOLStephan Bergmann1-1/+1
2019-04-19optimise find/insert patternNoel Grandin1-2/+3
2019-04-13use more std::make_uniqueNoel Grandin1-1/+1
2019-04-03Revert "add more append methods to *StringBuffer"Noel Grandin2-4/+4
2019-04-03add more append methods to *StringBufferNoel Grandin2-4/+4
2019-03-27loplugin:typedefparam (clang-cl)Stephan Bergmann1-1/+1
2019-03-16Simplify containers iterations in basctl, basegfx, basic, bridgesArkadiy Illarionov2-10/+8
2019-02-22tdf#112689: Replace changed O(U)StringBuffer::append() with operator+Omer Fatih Celik1-9/+6
2019-02-21loplugin:indentation (macOS)Stephan Bergmann1-2/+2