# -*- 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/. # include $(SRCDIR)/cli_ure/version/version.txt $(eval $(call gb_CliLibrary_CliLibrary,cli_basetypes)) $(eval $(call gb_CliLibrary_set_configfile,cli_basetypes,cli_ure/source/basetypes/cli_basetypes_config,cli_ure/version/version.txt)) $(eval $(call gb_CliLibrary_set_keyfile,cli_basetypes,$(SRCDIR)/cli_ure/source/cliuno.snk)) $(eval $(call gb_CliLibrary_set_policy,cli_basetypes,$(CLI_BASETYPES_POLICY_ASSEMBLY),$(CLI_BASETYPES_POLICY_VERSION))) $(eval $(call gb_CliLibrary_add_csfiles,cli_basetypes,\ cli_ure/source/basetypes/uno/Any \ cli_ure/source/basetypes/uno/BoundAttribute \ cli_ure/source/basetypes/uno/ExceptionAttribute \ cli_ure/source/basetypes/uno/OnewayAttribute \ cli_ure/source/basetypes/uno/ParameterizedTypeAttribute \ cli_ure/source/basetypes/uno/PolymorphicType \ cli_ure/source/basetypes/uno/TypeArgumentsAttribute \ cli_ure/source/basetypes/uno/TypeParametersAttribute \ )) $(eval $(call gb_CliLibrary_add_generated_csfiles,cli_basetypes,\ CustomTarget/cli_ure/source/basetypes/assembly \ )) # vim: set noet sw=4 ts=4: ndividual .cxx files, as the need arises. Change-Id: If1e893c79abf1c1bb7fb7b89dcb9bd423a7f1b94 Reviewed-on: https://gerrit.libreoffice.org/48108 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
...instead of having to add it to more and more individual .cxx files, as the
need arises.

Change-Id: If1e893c79abf1c1bb7fb7b89dcb9bd423a7f1b94
Reviewed-on: https://gerrit.libreoffice.org/48108
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Tested-by: Stephan Bergmann <sbergman@redhat.com>
android: use unified headers and llvm-c++ STL (x86) with NDK 16 2018-01-18T13:44:25+00:00 Christian Lohmaier lohmaier+LibreOffice@googlemail.com 2017-11-22T22:08:06+00:00 4082a18406c18af7b4fcef7bd501c3679c3be56b gnustl (and others) are to be removed in future versions of the ndk also bump gradle and build-tools to current versions along with it arm unfortunately crashes with llvm-c++, so keep with gnustl for now/fix that later Change-Id: Ic794c3293b599b77ec48096bf3283a99c09cbb79 Reviewed-on: https://gerrit.libreoffice.org/45163 Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
gnustl (and others) are to be removed in future versions of the ndk
also bump gradle and build-tools to current versions along with it

arm unfortunately crashes with llvm-c++, so keep with gnustl for now/fix
that later

Change-Id: Ic794c3293b599b77ec48096bf3283a99c09cbb79
Reviewed-on: https://gerrit.libreoffice.org/45163
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
android: make compat header self-contained 2018-01-17T10:45:54+00:00 Miklos Vajna vmiklos@collabora.co.uk 2018-01-17T10:44:06+00:00 e7544e2297a7411f5cf724d12566c6a1610866b6 Change-Id: I0362725646521c9e2126faeaaf35a1c1dbf775af
Change-Id: I0362725646521c9e2126faeaaf35a1c1dbf775af
Clean up android specific template functions defined in std namespace 2017-07-18T08:14:39+00:00 brainbreaker gautamprajapati06@gmail.com 2017-07-13T04:13:23+00:00 e530689ef6ba79a26162670580ba28f9b09eb689 Change-Id: I2094ee8eec00587f166d96723a02eb5957dbf79b Reviewed-on: https://gerrit.libreoffice.org/39890 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Change-Id: I2094ee8eec00587f166d96723a02eb5957dbf79b
Reviewed-on: https://gerrit.libreoffice.org/39890
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>