summaryrefslogtreecommitdiff
path: root/svl/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:
e/source/*Gabor Kelemen 2017-07-17loplugin:constparams in store,registryNoel Grandin 2017-06-16Remove a bunch of comment cruft - esp. "the end." bitsChris Sherlock 2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann 2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-10-07loplugin:mergeclassesNoel Grandin 2015-04-15remove unnecessary use of void in function declarationsNoel Grandin 2015-02-07loplugin:deletedspecialStephan Bergmann 2014-04-19fixincludeguards.sh: some smaller dirsThomas Arnhold 2014-03-12No need for isKindOf to be SAL_CALLStephan Bergmann 2014-02-17store: sal_Bool -> boolStephan Bergmann 2012-06-27re-base on ALv2 code.Michael Meeks 2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann