summaryrefslogtreecommitdiff
path: root/lingucomponent/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:
d>Matúš Kukan 2013-11-11xmlreader: include <> for external includesNorbert Thiebaud 2013-06-24fdo#43460 shell,vcl,xmlreader: use isEmpty()Jelle van der Waa 2013-06-03re-base on ALv2 code. Includes:Michael Meeks 2013-05-16Some string literal clean upStephan Bergmann 2013-05-06cleanup whitespaces due to RTL_CONSTASCII_USTRINGPARAM removalPhilipp Riemer 2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák 2013-04-24gbuild: drop uses of removed packagesDavid Tardon 2013-04-23execute move of global headersBjoern Michaelsen 2013-04-22re-base on ALv2 code.Michael Meeks 2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák 2013-04-04remove HAVE_SFINAE_ANONYMOUS_BROKENLuboš Luňák 2013-03-20use #if instead of #ifdef for testing config_xxx.hxx macrosLuboš Luňák 2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold 2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks 2013-02-28remove all d.lstMichael Stahl 2013-02-25xmlreader does not depend on any offapi .idl filesStephan Bergmann 2013-02-19I want HAVE_SFINAE_ANONYMOUS_BROKEN here rather than RTL_FAST_STRINGCaolán McNamara 2013-02-19reuse the ConstCharArrayDetector in SpanCaolán McNamara 2013-02-19add equals(OString const &text) to SpanChr. Rossmanith 2013-01-26gbuild: do not copy boost headers aroundMichael Stahl 2013-01-21Replaced O[U]String::valueOf( static_cast<> ) with O[U]String::number()Jean-Noël Rouvignac 2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens 2012-10-27remove xmlreader from string now I don't need it anymoreCaolán McNamara 2012-10-17allow XmlReader to parse a stringCaolán McNamara 2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl 2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl 2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl 2012-09-18deprecate oustringostreaminserter.hxxNorbert Thiebaud 2012-07-02targetted improvement of UNO API includes / usageMichael Meeks 2012-06-26re-base on ALv2 code.Michael Meeks 2012-06-21re-base on ALv2 code.Michael Meeks 2012-06-08calling nextAttribute before first tag uses uninited variablesCaolán McNamara 2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen 2012-04-18Improved error reportingStephan Bergmann 2012-04-08LinkTarget.mk: remove gb_LinkTarget_add_package_headersMichael Stahl 2012-04-08gbuild: "use" vs. "add":Michael Stahl 2012-03-09minor documentation tweaksMichael Meeks 2012-02-05switch to include-based build rather than sourced-based buildNorbert Thiebaud 2012-01-26Better exception message.Stephan Bergmann