summaryrefslogtreecommitdiff
path: root/avmedia/Makefile
blob: 0997e628485b15db1ce05c94758f56e1174fb221 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# -*- 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/.
#

module_directory:=$(dir $(realpath $(firstword $(MAKEFILE_LIST))))

include $(module_directory)/../solenv/gbuild/partial_build.mk

# vim: set noet sw=4 ts=4:
pan class='decoration'>Arkadiy Illarionov 2019-08-12Fix typosAndrea Gelmini 2019-08-09Fix typosAndrea Gelmini 2019-08-05Fix typosAndrea Gelmini 2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): lotuswordproStephan Bergmann 2019-07-29Fix typosAndrea Gelmini 2019-07-27Fix typosAndrea Gelmini 2019-07-25Fix typosAndrea Gelmini 2019-07-25Fix typosAndrea Gelmini 2019-07-20Fix typosAndrea Gelmini 2019-06-25improve loplugin:simplifyconstructNoel Grandin 2019-05-09regenerate PCH headers for the 4 new levelsLuboš Luňák 2019-04-14tdf#120703 PVS: Silence V522 warningsMike Kaganski 2019-04-13loplugin:sequentialassign in linguistic..lotuswordproNoel Grandin 2019-04-10clang-tidy: Silence warnings from WIP unhandled-self-assignment checkTamás Zolnai 2019-04-05Remove unused using declarations in directories [e-l]*Gabor Kelemen 2019-03-05Resolves: tdf#123815 null terminator included in stringCaolán McNamara 2019-03-04Rename SVBT16ToShort to SVBT16ToUInt16Stephan Bergmann 2019-02-27loplugin:unusedfields look for classes where we can make all the..Noel Grandin 2019-02-18Simplify containers iterations in [f-l]*Arkadiy Illarionov 2019-02-11tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski 2019-02-09loplugin:indentation in jvmfwk..lotuswordproNoel Grandin 2019-01-22o3tl::make_unique -> std::make_unique in i18npool...reportdesignGabor Kelemen 2019-01-07use unique_ptr in LwpTools::GetSystemDateStyleNoel Grandin 2019-01-07use unique_ptr in lotuswordproNoel Grandin 2019-01-07use unique_ptr in BenOpenContainerNoel Grandin 2018-12-18Fix typoAndrea Gelmini 2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann 2018-12-05loplugin:singlevalfields in lotuswordproNoel Grandin 2018-12-05loplugin:unnecessaryparen include more assignmentsNoel Grandin 2018-11-25tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski 2018-11-16loplugin:buriedassign in dbaccess..ooxNoel Grandin 2018-11-13loplugin singlevalfields improvementNoel Grandin 2018-11-06loplugin:collapseif in dbaccess..lotuswordproNoel Grandin 2018-11-04tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski 2018-11-02fix signatures of deleted copy/assign operatorsNoel Grandin 2018-11-01clang-tidy: (WIP) bugprone-too-small-loop-variable findingsTamás Zolnai