summaryrefslogtreecommitdiffstats
path: root/bridges
Commit message (Expand)AuthorAgeFilesLines
...
* Replace brittle gcc3_linux_aarch64 vtableSlotCall with pure assembler codeStephan Bergmann2020-07-293-65/+75
* compact namespace in avmedia..bridgesNoel Grandin2020-05-0828-62/+60
* Move all public Java classes to libreoffice.jarSamuel Mehrbrodt2020-05-061-4/+2
* Use a less extreme entitlement for our run-time machine code generationTor Lillqvist2020-04-301-0/+6
* loplugin:flatten in bridgesNoel Grandin2020-04-184-208/+208
* loplugin:buriedassign in b*Noel Grandin2020-04-141-1/+2
* Extend loplugin:cstylecast to certain function-style castsStephan Bergmann2020-03-261-1/+1
* .eh_frame section should probably have type @unwindStephan Bergmann2020-02-231-1/+1
* Hack to dynamically adapt to __cxa_exceptiom in LLVM 11 libcxxabiStephan Bergmann2020-02-132-1/+46
* Blind fix for Linux aarch64 with libcxxabiStephan Bergmann2020-02-121-2/+2
* Hack to dynamically adapt to __cxa_exceptiom in LLVM 5.0 libcxxabiStephan Bergmann2020-02-121-0/+22
* remove some unused local varsNoel Grandin2020-01-261-1/+0
* clang-tidy modernize-concat-nested-namespace in basic..canvasNoel Grandin2020-01-146-12/+12
* aarch64 r18 is reserved at least on AndroidStephan Bergmann2020-01-071-2/+5
* Silence -Werror,-WuninitializedStephan Bergmann2019-12-181-0/+1
* tdf#128671: Rely on unwind.h, declare what's missing from cxxabi.hStephan Bergmann2019-12-183-36/+92
* Fix typos concerning the __cxa_exception checkStephan Bergmann2019-12-182-2/+2
* Elide use of rtl_Instance (which is obsoleted by C++11 thread-safe statics),Stephan Bergmann2019-12-185-122/+4
* Elide use of rtl_Instance (which is obsoleted by C++11 thread-safe statics)Noel Grandin2019-12-181-21/+1
* loplugin:unusedmember (clang-cl)Stephan Bergmann2019-12-101-1/+1
* loplugin:external (macOS)Stephan Bergmann2019-12-062-0/+8
* loplugin:external (clang-cl)Stephan Bergmann2019-12-051-1/+18
* android: Avoid throwing exceptions through the bridges.Jan Holesovsky2019-12-051-0/+4
* bridges arm64: Use [[falltrough]].Jan Holesovsky2019-12-023-9/+9
* Extend loplugin:external to warn about classesStephan Bergmann2019-11-222-0/+6
* loplugin:fakebool (clang-cl)Stephan Bergmann2019-11-191-1/+1
* Extend loplugin:external to warn about enumsStephan Bergmann2019-11-171-0/+4
* loplugin:indentation find broken if statementsNoel Grandin2019-11-061-1/+1
* typeinfo fix for x86Tomoyuki Kubota2019-11-051-1/+1
* Remove some memset callsMike Kaganski2019-10-172-2/+1
* loplugin:bufferadd loosen some constraintsNoel Grandin2019-10-161-10/+2
* aarch64 callVirtualFunction needs to be compiled w/o -fstack-clash-protectionStephan Bergmann2019-10-121-1/+6
* always use gb_LinkTarget__get_cxxflags for cxxobjectsLuboš Luňák2019-10-041-11/+8
* latest update of Visual Studio complains about typeinfo.hTomoyuki Kubota2019-09-241-1/+1
* android: add support for 64bit buildChristian Lohmaier2019-09-232-1/+11
* improve and enable loplugin:fragiledestructorNoel Grandin2019-09-191-1/+1
* loplugin:useuniqueptr in VtableFactoryNoel Grandin2019-09-053-14/+11
* loplugin:constvars, look for loop vars that can be constNoel Grandin2019-08-211-1/+1
* Fix typosAndrea Gelmini2019-08-181-1/+1
* android: support NDK 19 and above (20 as of this commit)Christian Lohmaier2019-08-081-2/+2
* Replace 0 in nullptrJuergen Funk2019-05-312-3/+3
* an uno -> a unoCaolán McNamara2019-05-101-1/+1
* Fix remaining uses of gb_SYMBOLStephan Bergmann2019-05-051-1/+1
* optimise find/insert patternNoel Grandin2019-04-191-2/+3
* use more std::make_uniqueNoel Grandin2019-04-131-1/+1
* Revert "add more append methods to *StringBuffer"Noel Grandin2019-04-032-4/+4
* add more append methods to *StringBufferNoel Grandin2019-04-032-4/+4
* loplugin:typedefparam (clang-cl)Stephan Bergmann2019-03-271-1/+1
* Simplify containers iterations in basctl, basegfx, basic, bridgesArkadiy Illarionov2019-03-162-10/+8
* tdf#112689: Replace changed O(U)StringBuffer::append() with operator+Omer Fatih Celik2019-02-221-9/+6