summaryrefslogtreecommitdiff
path: root/io/Module_io.mk
blob: f0a3ebf889570f0c265750c0c69f3a43d494f0cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
# Version: MPL 1.1 / GPLv3+ / LGPLv3+
#
# The contents of this file are subject to the Mozilla Public License Version
# 1.1 (the "License"); you may not use this file except in compliance with
# the License or as specified alternatively below. You may obtain a copy of
# the License at http://www.mozilla.org/MPL/
#
# Software distributed under the License is distributed on an "AS IS" basis,
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
# for the specific language governing rights and limitations under the
# License.
#
# Major Contributor(s):
# Copyright (C) 2012 Red Hat, Inc., David Tardon <dtardon@redhat.com>
#  (initial developer)
#
# All Rights Reserved.
#
# For minor contributions see the git repository.
#
# Alternatively, the contents of this file may be used under the terms of
# either the GNU General Public License Version 3 or later (the "GPLv3+"), or
# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
# instead of those above.

$(eval $(call gb_Module_Module,io))

$(eval $(call gb_Module_add_targets,io,\
    InternalUnoApi_acceptor \
    InternalUnoApi_connectr \
    InternalUnoApi_stm \
    Library_acceptor \
    Library_connector \
    Library_streams \
    Library_textinstream \
    Library_textoutstream \
    Package_xml \
))

# vim:set shiftwidth=4 softtabstop=4 expandtab:
04-21 18:18:44 +0200'>2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky 2017-03-25Fix typosAndrea Gelmini 2017-03-11Fix typosAndrea Gelmini 2017-02-28new loplugin unoanyNoel Grandin 2017-02-24makeAny->Any in cppuhelper..cuiNoel Grandin 2017-02-21loplugin:subtlezeroinit: cpputoolsStephan Bergmann 2017-02-15Some simplifications, using UNO_QUERY_THROWStephan Bergmann 2017-01-26Remove dynamic exception specificationsStephan Bergmann 2017-01-19New loplugin:dynexcspec: Add @throws documentation, cpputoolsStephan Bergmann 2016-03-11tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar 2016-02-09Remove excess newlinesChris Sherlock 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann 2015-11-09new loplugin: oncevarNoel Grandin 2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann 2015-10-30use uno::Reference::set method instead of assignmentNoel Grandin 2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-07-17tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe 2015-05-29loplugin:loopvartoosmallNoel Grandin 2015-03-29Clean up template-parameter-dependent C-style castsStephan Bergmann 2014-12-12cpputools: Use appropriate OUString functions on string constantsStephan Bergmann 2014-11-05markup with event type not checker typeCaolán McNamara 2014-10-28coverity#982593 experiment with silencing Infinite loopCaolán McNamara