summaryrefslogtreecommitdiff
path: root/writerperfect/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:
-06-06add COVERITY_NOEXCEPT_FALSECaolán McNamara 2017-04-22revert bits of "remove some old MSVC workarounds"Noel Grandin 2017-04-21remove some old MSVC workaroundsNoel Grandin 2017-03-03Remove redundant 'inline' keywordStephan Bergmann 2017-02-02convert method names in tools::SvRef to be more like our other..Noel Grandin 2017-01-26add 'explicit operator bool' to our reference classesNoel Grandin 2016-11-16new loplugin finalprotectedNoel Grandin 2016-10-18tdf#89307: Removed T* SvRef::opeartor &()Jacek Fraczek 2016-10-12use more 'nullptr' in SvRef templatesJochen Nitschke 2016-10-11Demonstrate that SvRef ==/!= are acceptable as member functionsStephan Bergmann 2016-10-10tdf#89307: Removed SvRef::operator T*()Jacek Fraczek 2016-08-29cid#1371154 Missing move assignment operatorNoel Grandin 2016-02-22BASIC : Add tools::make_ref and simplify SvRef usageArnaud Versini 2016-01-15loplugin:unusedmethods unused return value in include/toolsNoel Grandin 2015-12-10More loplugin:nullptr automatic rewrite (within templates)Stephan Bergmann 2015-11-24add SAL_WARN_UNUSED to css::uno::WeakReference and SvCompatWeakRefNoel Grandin 2015-11-04tools: re-order members of SvRefBase to work around clang 3.5 bugMichael Stahl 2015-10-27move SvRefMemberList into idlNoel Grandin 2015-10-27loplugin:unusedmethodsNoel Grandin 2015-08-20afl-clang-fast apparently miscompiles thisCaolán McNamara 2015-02-05fdo#39440: replace C-style cast'sJuan Picca 2015-01-26Visible function type RTTI for Clang -fsanitize=functionStephan Bergmann 2014-10-09remove SvRefBase::QueryDeleteNoel Grandin 2014-10-03rename SvRef::AddRef to AddFirstRefNoel Grandin 2014-07-29simplify "no delete" logic in SvRefBaseNoel Grandin 2014-07-25convert the weak reference macro in tools into a templateNoel Grandin 2014-07-22remove dead codeNoel Grandin 2014-07-17rename the Weak stuff in tools/ref.hxx to WeakRefNoel Grandin 2014-07-15Revert "remove unused SvRefBase constructor"Michael Stahl 2014-07-14add some comments to include/tools/ref.hxxNoel Grandin 2014-07-14inline SvCompatWeakHdlRef typedefNoel Grandin 2014-07-14inline tools::SvRefBaseRef typedefNoel Grandin 2014-07-14remove unused SvRefBase constructorNoel Grandin 2014-07-14include/tools/ref.hxx - cleanup formattingNoel Grandin 2014-07-14fix spelling in commentNoel Grandin 2014-07-10remove SvRefBase::ReleaseReferenceNoel Grandin 2014-06-19Catch illegal null pointer dereferences earlyStephan Bergmann