summaryrefslogtreecommitdiff
path: root/remotebridges/Makefile
blob: ccb1c85a04da1561bdd303802e54abac8b052084 (plain)
1
2
3
4
5
6
7
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-

module_directory:=$(dir $(realpath $(firstword $(MAKEFILE_LIST))))

include $(module_directory)/../solenv/gbuild/partial_build.mk

# vim: set noet sw=4 ts=4:
>AgeCommit message (Expand)Author 2018-10-30tdf#42949 Fix IWYU warnings in sd/source/ui/inc/{framework,tools,view}/*Gabor Kelemen 2018-10-06use more uniqueptr in SdGlobalResourceContainerNoel Grandin 2018-09-11Revert "clang bugprone-unused-return-value"Noel Grandin 2018-09-08clang bugprone-unused-return-valueNoel Grandin 2018-07-30Add missing sal/log.hxx headersGabor Kelemen 2018-01-22C++17 deprecated std::shared_ptr::unique()Michael Stahl 2017-10-23loplugin:includeform: sdStephan Bergmann 2017-08-29sd: delete the global CacheConfiguration timer on shutdownMichael Stahl 2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock 2017-02-21loplugin:subtlezeroinit: sdStephan Bergmann 2017-01-13tdf#105188 sd: fix shutdown crash after accessing master pagesMichael Stahl 2016-12-15teach sallogareas plugin to catch inconsistenciesNoel Grandin 2016-06-12convert more DBG_ASSERT(false to SAL_WARNNoel Grandin 2016-04-12clang-tidy performance-unnecessary-value-param in sdNoel Grandin 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann 2015-09-23boost::shared_ptr->std::shared_ptrCaolán McNamara 2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara 2015-09-17boost->stdCaolán McNamara 2015-04-15remove unnecessary use of void in function declarationsNoel Grandin 2015-03-13tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann 2014-10-01sd: std::auto_ptr -> std::unique_ptrStephan Bergmann 2014-06-25remove whitespacesMarkus Mohrhard