summaryrefslogtreecommitdiff
path: root/embeddedobj/Makefile
blob: 0997e628485b15db1ce05c94758f56e1174fb221 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# -*- 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/.
#

module_directory:=$(dir $(realpath $(firstword $(MAKEFILE_LIST))))

include $(module_directory)/../solenv/gbuild/partial_build.mk

# vim: set noet sw=4 ts=4:
/td> 2014-02-03auto_ptr -> scoped_ptrStephan Bergmann 2014-02-03USE_CPP_CONN is unusedStephan Bergmann 2014-02-03Get rid of macrosStephan Bergmann 2014-02-03Fix typosStephan Bergmann 2014-02-02fdo#54938 Convert basctl, mysqlc, sdext, svgio, writerp. to cppu::supportsSer.Alexandre Vicenzi 2013-12-20typo fixesAndras Timar 2013-12-17Keep using component_getImplementationEnvironment in extensionsStephan Bergmann 2013-12-17Remove unnecessary use of OUString constructor in + expressionsNoel Grandin 2013-12-10Drop duplicate #includeTakeshi Abe 2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin 2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin 2013-11-11convert OUString !compareToAscii to equalsAsciiNoel Grandin 2013-11-11remove unnecessary use of OUString constructorNoel Grandin 2013-11-04gbuild: fix gb_Extension_use_default_descriptionMichael Stahl 2013-10-19fdo#70496 revert to using libmysqlclientLionel Elie Mamane 2013-10-16cleanupThomas Arnhold 2013-10-11Extension shared library components must not use the "prefix" featureStephan Bergmann 2013-09-12Update mysqlc's ColumnLocate::findColumn to throw for invalid column.Andrzej J.R. Hunt