summaryrefslogtreecommitdiff
path: root/pyuno/Executable_python_wrapper.mk
blob: 7003a71a7fd9bca026858f9a89d13afb16fbabd2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# -*- 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_Executable_Executable,pyuno/python))

$(eval $(call gb_Executable_add_defs,pyuno/python,\
    -DMY_PYVERSION=L\"$(PYTHON_VERSION)\" \
))

$(eval $(call gb_Executable_use_static_libraries,pyuno/python,\
    ooopathutils \
))

$(eval $(call gb_Executable_add_noexception_objects,pyuno/python,\
    pyuno/zipcore/python \
))

# vim:set noet sw=4 ts=4:
.0-14&id=7419057e3ec4365748fa6456e207f40fd9e09c62'>loplugin:unusedmethods in chart2..svxNoel Grandin Change-Id: Ifb6045885049733415895f58cdd911256f48323c Reviewed-on: https://gerrit.libreoffice.org/29187 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk> 2015-06-26loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann Change-Id: I40b8e5df15d836a00536d9f21cd1125264aefd86 2015-05-22convert WINDOW constants for GetWindow() methods to scoped enumNoel Grandin Change-Id: I0c7c6d095732704eb4ab48f1277a0592b1c7fa33 2015-02-06shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara and boost:make_shared->std::make_shared Change-Id: Ic1e187c52c856a7b27817967b2caa8920f23a98d 2015-01-05Some loplugin:revisibility clean-upStephan Bergmann Stumbled across such redundant visibility re-specifications when looking at the odd case of cppu_unsatisfied_iquery_msg declared CPPU_DLLPUBLIC in cppu/source/cppu/cppu_opt.cxx and used in inline code in include/com/sun/star/uno/Reference.hxx with only a declaration lacking CPPU_DLLPUBLIC visible, and wondering how that actually works on Windows. However, this plugin is probably not worth it being run all the time, so committing it to compilerplugins/clang/store/. Change-Id: Ibc3c4e7499213de1b419ce7eb85455cb832e1510 2014-10-01fdo#82577: Handle TimeNoel Grandin Put the TOOLS Time class in the tools namespace. Avoids clash with the X11 Time typedef. Change-Id: Iac57d5aef35e81ace1ee0d5e6d76cb278f8ad866 Reviewed-on: https://gerrit.libreoffice.org/11684 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com> 2014-09-23fdo#82577: Handle WindowNoel Grandin Put the VCL Window class in the vcl namespace. Avoids clash with the X11 Window typedef. Change-Id: Ib1beb7ab4ad75562a42aeb252732a073d25eff1a 2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert Added vcl/settings.hxx to all cxx files which require it. This helps to speed up compilation after changes to the settings. Conflicts: sc/source/ui/dbgui/pvlaydlg.cxx Change-Id: I211a0735c47f72d6879f6f15339355abfe0e3cf4 Reviewed-on: https://gerrit.libreoffice.org/7933 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com> 2013-09-28fix change tracking options preview sizesCaolán McNamara Change-Id: I39bf97cd84685132180694fc99bb3a298ec798ed 2013-09-09unify strip previews optimal size in one placeCaolán McNamara Change-Id: I6ae1073d013c9d9bbca39c505955436cd4950d1b 2013-07-26stash rather arbitrary widget sizes in one placeCaolán McNamara Change-Id: I26cc3185d6abbce516f7c7d9243962b873587859 2013-07-16convert versions of dialog to .uiCaolán McNamara Change-Id: I1be2211b5c936e6e00f2fe81883b8fb1e67ef550 2013-06-19expand scheme to share sizes for paragraph dialog preview widgetsCaolán McNamara Change-Id: Id1ded6828468ff956c83eb57f1da62fd80761b5d