summaryrefslogtreecommitdiff
path: root/solenv/gbuild/platform/SOLARIS_SPARC_GCC.mk
blob: 25b3834896ce7469e328545287152d7678615926 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# -*- 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/.
#
#*************************************************************************

gb_CPUDEFS := -D__sparcv8plus

include $(GBUILDDIR)/platform/solaris.mk


# vim: set noet sw=4 ts=4:
4bdd7bbbc8b83'>callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara 2014-09-23fdo#82577: Handle WindowNoel Grandin 2014-04-07sfx2: sal_Bool->boolNoel Grandin 2014-03-07coverity#735847 Dereference after null checkCaolán McNamara 2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann 2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert 2014-01-21fdo#72639: send proper ACTIVE_DESCENDANT_CHANGED eventsJacobo Aragunde Pérez 2013-08-27Spread "Use std::find()"Julien Nabet 2013-08-27Bin bool + transform while into for loop + add end iterator (2)Julien Nabet 2013-08-27Bin bool + transform while into for loop + add end iteratorJulien Nabet 2013-04-09Fetch thumbnails position and id from filter array instead.Rafael Dominguez 2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák 2013-03-30Prefer prefix ++/-- operators for non-primitive typesJulien Nabet 2013-03-22Template Manager: removed some dead selection codeCédric Bosdonnat 2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold