summaryrefslogtreecommitdiff
path: root/unoil/Module_unoil.mk
blob: 12d8122d981f3139e403e7af82624fc438a82282 (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
# -*- 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/.
#

$(eval $(call gb_Module_Module,unoil))

ifneq ($(ENABLE_JAVA),)
$(eval $(call gb_Module_add_targets,unoil,\
    CustomTarget_javamaker \
    Jar_unoil \
))
endif

ifeq ($(ENABLE_CLI),TRUE)
ifeq ($(COM),MSC)
ifneq ($(CPUNAME)_$(CROSS_COMPILING),AARCH64_TRUE)
$(eval $(call gb_Module_add_targets,unoil,\
    CliUnoApi_oootypes \
))
endif
endif
endif

# vim:set noet sw=4 ts=4:
5-18clang-tidy modernize-pass-by-value in unoidlNoel Grandin 2022-05-17use reserve before filling some vectorsNoel Grandin 2022-04-22address review comments on "use more string in unoidl.."Noel Grandin 2022-04-21use more string_view in unoidl,codemakerNoel Grandin 2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin 2022-04-10Move unoidl-write from cross-tooling to defaultJan-Marek Glogowski 2022-04-10use more string_viewNoel Grandin 2022-04-09Introduce `unoidl-read --summary` modeStephan Bergmann 2022-04-02loplugin:stringviewparam convert methods using indexOfNoel Grandin 2022-02-25Provide unoidl-write also for the SDKStephan Bergmann 2021-12-02Fix clang-cl -Zc:dllexportInlines- buildStephan Bergmann 2021-10-21loplugin:flattenNoel Grandin 2021-10-15Repurpose regcompare test as unoidl-check testStephan Bergmann 2021-10-14Enforce the UNOIDL identifier schemeStephan Bergmann 2021-10-11loplugin:moveparam in unoidlNoel Grandin 2021-10-03A more lightweight O[U]StringConcatenationStephan Bergmann 2021-09-21Implement the SourceTreeProvider CursorStephan Bergmann