summaryrefslogtreecommitdiff
path: root/oox/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:
09b04bff3d7c606f1c7a21427357'>Fix typosAndrea Gelmini 2016-05-05clang-tidy modernize-loop-convert in oox to saxNoel Grandin 2016-04-29coverity#1358844 Uninitialized pointer fieldCaolán McNamara 2016-04-29coverity#1358843 Argument cannot be negativeCaolán McNamara 2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin 2016-04-22Various loplugin warnings in opencl/Stephan Bergmann 2016-04-22opencl: better logging of devices and device selectionTomaž Vajngerl 2016-04-12Move clew/clew.h into external, tooStephan Bergmann 2016-03-29The OpenCL shared library is called libOpenCL.so.1 on LinuxTor Lillqvist 2016-02-17use consistent #define checks for the Windows platformNoel Grandin 2016-02-04loplugin:fpcomparison in opencl/Noel Grandin 2015-11-11new loplugin: memoryvarNoel Grandin 2015-11-10loplugin:nullptr (automatic rewrite; Mac-specific code)Stephan Bergmann 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann 2015-10-07clang-analyzer-deadcode.DeadStoresStephan Bergmann 2015-10-01loplugin:unusedmethodsNoel Grandin 2015-09-29loplugin:removeunusedmethods, remove unused stuffNoel Grandin 2015-09-16YAGNITor Lillqvist 2015-09-15Split formula group for OpenCL up into smaller bits when necessaryTor Lillqvist 2015-09-14boost->stdCaolán McNamara 2015-08-26Log OpenCL errors symbolically here, tooTor Lillqvist 2015-08-26Revert "Enable out-of-order kernel execution"Tor Lillqvist 2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe 2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann 2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann