summaryrefslogtreecommitdiff
path: root/dtrans/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:
pan>Noel Grandin 2017-09-19rename GetGenericData to GetGenericUnixSalDataNoel Grandin 2017-08-01loplugin:constparams in variousNoel Grandin 2017-07-28loplugin:checkunusedparams more part1Noel Grandin 2017-06-17loplugin:unusedfields in vcl part3Noel Grandin 2017-01-13new loplugin: useuniqueptr: vclNoel Grandin 2016-09-06don't need to include all these headers, reduce to required minCaolán McNamara 2015-11-23VirtualDevices either match another device depth, or are 1 bitCaolán McNamara 2015-11-23establish that Virtual Devices either match Physical Device depth or ...Caolán McNamara 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann 2015-06-15remove unnecessary check for null when calling deleteNoel Grandin 2015-06-12that case can't happen anymoreMarkus Mohrhard 2015-06-12in general this seems to make more senseMarkus Mohrhard 2015-05-20convert SAL_LAYOUT flags to scoped enumNoel Grandin