summaryrefslogtreecommitdiff
path: root/readlicense_oo/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>Move all public Java classes to libreoffice.jarSamuel Mehrbrodt 2020-02-04tdf#117331 Merge jurt and unoil into ridlSamuel Mehrbrodt 2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin 2018-04-09Remove std::bad_alloc -> css::uno::RuntimeException mappingsStephan Bergmann 2017-05-30Fix quotingStephan Bergmann 2017-05-20tdf#105204 fix shellcheck warnings in ure/source/unoYeliz Taneroğlu 2017-01-27Remove dynamic exception specifications from !LIBO_INTERNAL_ONLYStephan Bergmann 2017-01-26ure/source/uretest is !LIBO_INTERNAL_ONLYStephan Bergmann 2017-01-18update approximate install location in READMECaolán McNamara 2016-12-07tdf#88206 replace cppu::WeakImplHelper* miscJochen Nitschke 2016-09-20[API CHANGE] Remove HAVE_GCC_VISIBILITY_FEATURE, always trueStephan Bergmann 2015-09-15Revert cppuhelper/implbase.hxx usage in non-LIBO_INTERNAL_ONLY code, againStephan Bergmann 2015-09-15Resolves: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe 2015-03-01Typo: embeded->embeddedJulien Nabet