summaryrefslogtreecommitdiff
path: root/toolkit/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:
498c'>coverity#1326438 Dereference null return valueCaolán McNamara 2016-01-21coverity#1326551 Dereference before null checkCaolán McNamara 2015-11-04coverity#1327068 SIC: Inner class could be made staticCaolán McNamara 2015-11-04coverity#1327210 UwF: Unwritten fieldCaolán McNamara 2015-10-15cid#1327023 to cid#1327077 SIC: Inner class could be made staticNoel Grandin 2015-10-14coverity#1327210 UwF: Unwritten fieldCaolán McNamara 2015-10-14cid#1326605, cid#1326604 BC: Bad casts of object referencesNoel Grandin 2015-09-30Fix typosAndrea Gelmini 2015-07-29chmod -xTor Lillqvist 2015-07-08Fix typosAndrea Gelmini 2015-07-04Fix typosAndrea Gelmini 2015-06-15java: 'final static' to 'static final'Noel Grandin 2015-06-11java:regulatize the order of 'final' and public/privateNoel Grandin