summaryrefslogtreecommitdiff
path: root/io/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:
pyuno/inc?id=5f520f757774db17ea4e33d34c724cf2af3adcba'>make some classes module-privateNoel Grandin 2019-08-30loplugin:noexceptmove in pyunoNoel Grandin 2019-05-10an uno -> a unoCaolán McNamara 2019-04-26tdf#42949 Fix IWYU warnings in pyuno/Gabor Kelemen 2018-02-02pyuno: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski 2017-12-11loplugin:salcall fix functionsNoel Grandin 2017-12-07loplugin:salcall handle static methodsNoel Grandin 2017-01-26Remove dynamic exception specificationsStephan Bergmann 2017-01-19New loplugin:dynexcspec: Add @throws documentation, pyunoStephan Bergmann 2016-09-23coverity#1371219 Missing move assignment operatorCaolán McNamara 2016-06-06Normalize on using @throws instead of @raise[s]Stephan Bergmann 2016-05-27Get rid of unnecessary directory levels $D/inc/$DTor Lillqvist 2016-03-29Avoid reserved identifierStephan Bergmann 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann 2015-10-23com::sun::star->css in package,pyunoNoel Grandin 2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-07-02loplugin:unusedmethods bridges,ucbhelper,io,pyunoNoel Grandin 2015-07-02coverity#1309066 Uncaught exceptionCaolán McNamara 2015-06-26Make PyUNO provide more Pythonic behaviourMatthew J. Francis 2015-03-26WaE: redundant const_cast on lhs of pointer comparison expressionTor Lillqvist 2015-02-07loplugin:deletedspecialStephan Bergmann 2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini 2014-05-26coverity#982760 Dereference null return valueCaolán McNamara 2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold 2014-05-08pyuno: sal_Bool->boolNoel Grandin