# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # # This file is part of the LibreOffice project. # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. $(eval $(call gb_AllLangMoTarget_AllLangMoTarget,vcl)) # vim: set noet sw=4 ts=4: '>cgit logo index : lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/bridges
AgeCommit message (Expand)Author
2020-05-08compact namespace in avmedia..bridgesNoel Grandin
2020-05-06Move all public Java classes to libreoffice.jarSamuel Mehrbrodt
2020-04-30Use a less extreme entitlement for our run-time machine code generationTor Lillqvist
2020-04-18loplugin:flatten in bridgesNoel Grandin
2020-04-14loplugin:buriedassign in b*Noel Grandin
2020-03-26Extend loplugin:cstylecast to certain function-style castsStephan Bergmann
2020-02-23.eh_frame section should probably have type @unwindStephan Bergmann
2020-02-13Hack to dynamically adapt to __cxa_exceptiom in LLVM 11 libcxxabiStephan Bergmann
2020-02-12Blind fix for Linux aarch64 with libcxxabiStephan Bergmann
2020-02-12Hack to dynamically adapt to __cxa_exceptiom in LLVM 5.0 libcxxabiStephan Bergmann
2020-01-26remove some unused local varsNoel Grandin
2020-01-14clang-tidy modernize-concat-nested-namespace in basic..canvasNoel Grandin
2020-01-07aarch64 r18 is reserved at least on AndroidStephan Bergmann
2019-12-18Silence -Werror,-WuninitializedStephan Bergmann
2019-12-18tdf#128671: Rely on unwind.h, declare what's missing from cxxabi.hStephan Bergmann
2019-12-18Fix typos concerning the __cxa_exception checkStephan Bergmann
2019-12-18Elide use of rtl_Instance (which is obsoleted by C++11 thread-safe statics),Stephan Bergmann
2019-12-18Elide use of rtl_Instance (which is obsoleted by C++11 thread-safe statics)Noel Grandin
2019-12-10loplugin:unusedmember (clang-cl)Stephan Bergmann
2019-12-06loplugin:external (macOS)Stephan Bergmann
2019-12-05loplugin:external (clang-cl)Stephan Bergmann
2019-12-05android: Avoid throwing exceptions through the bridges.Jan Holesovsky
2019-12-02bridges arm64: Use [[falltrough]].Jan Holesovsky
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-11-19loplugin:fakebool (clang-cl)Stephan Bergmann
2019-11-17Extend loplugin:external to warn about enumsStephan Bergmann
2019-11-06loplugin:indentation find broken if statementsNoel Grandin
2019-11-05typeinfo fix for x86Tomoyuki Kubota
2019-10-17Remove some memset callsMike Kaganski
2019-10-16loplugin:bufferadd loosen some constraintsNoel Grandin
2019-10-12aarch64 callVirtualFunction needs to be compiled w/o -fstack-clash-protectionStephan Bergmann
2019-10-04always use gb_LinkTarget__get_cxxflags for cxxobjectsLuboš Luňák