summaryrefslogtreecommitdiff
path: root/unodevtools/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:
2017-10-23loplugin:includeform: helpcompilerStephan Bergmann 2017-10-05Rename and move SAL_U/W to o3tl::toU/WMike Kaganski 2017-10-03Replace more reinterpret_cast with SAL_W/SAL_UMike Kaganski 2017-08-06cppcheck: unreadVariableJochen Nitschke 2017-07-18loplugin:constparams in vclNoel Grandin 2017-07-02loplugin:casttovoid: helpcompilerStephan Bergmann 2017-06-25loplugin:oncevar in helpcompiler..jvmfwkNoel Grandin 2017-06-08remove some unnecessary use of OUStringBufferNoel Grandin 2017-05-28remove unnecessary use of OString::getStrNoel Grandin 2017-05-26Make helpcompiler more verbose on dot ahelpsGabor Kelemen 2017-05-09Clean up uses of SAL_U/SAL_W: helpcompilerStephan Bergmann 2017-05-03remove empty commentsNoel Grandin 2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock 2017-04-04Finally switch MSVC to sal_Unicode = char16_t, tooStephan Bergmann 2017-03-23Remove unused #include <ctype.h>Stephan Bergmann 2017-03-22Use rtl::isAscii* instead of ctype.h is* (and fix passing plain char)Stephan Bergmann 2017-03-22Prevent calls to rtl/character.hxx functions with (signed) char argumentsStephan Bergmann 2017-02-16convert HelpProcessingErrorClass to scoped enumNoel Grandin 2017-01-26Remove dynamic exception specificationsStephan Bergmann 2017-01-25loplugin: unnecessary destructor forms..idlcNoel Grandin 2017-01-19New loplugin:dynexcspec: Add @throws documentation, helpcompilerStephan Bergmann 2017-01-17new loplugin: useuniqueptr: helpcompiler..ioNoel Grandin 2017-01-10New loplugin:conststringvar: helpcompilerStephan Bergmann 2017-01-06New loplugin:charrightshiftStephan Bergmann 2016-11-23New o3tl::runtimeToOUString to convert from C++ runtime NTBS to OUStringStephan Bergmann 2016-11-02loplugin:oncevar in helpcompiler..reportdesignNoel Grandin 2016-10-16clang-cl loplugin: helpcompilerStephan Bergmann 2016-09-20[API CHANGE] Remove HAVE_GCC_VISIBILITY_FEATURE, always trueStephan Bergmann 2016-09-16loplugin:singlevalfields in basic..idlNoel Grandin 2016-08-23Reduce scope of variableStephan Bergmann 2016-06-23tdf#99589 - tolower / toupper - dangerous to Turks ...Gökhan Gurbetoğlu