# -*- Mode: makefile; 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. # # The Initial Developer of the Original Code is # Matúš Kukan # Portions created by the Initial Developer are Copyright (C) 2011 the # Initial Developer. All Rights Reserved. # # Major Contributor(s): # # 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_Package_Package,avmedia_inc,$(SRCDIR)/avmedia/inc)) $(eval $(call gb_Package_add_file,avmedia_inc,inc/avmedia/avmediadllapi.h,avmedia/avmediadllapi.h)) $(eval $(call gb_Package_add_file,avmedia_inc,inc/avmedia/mediaitem.hxx,avmedia/mediaitem.hxx)) $(eval $(call gb_Package_add_file,avmedia_inc,inc/avmedia/mediaplayer.hxx,avmedia/mediaplayer.hxx)) $(eval $(call gb_Package_add_file,avmedia_inc,inc/avmedia/mediatoolbox.hxx,avmedia/mediatoolbox.hxx)) $(eval $(call gb_Package_add_file,avmedia_inc,inc/avmedia/mediawindow.hxx,avmedia/mediawindow.hxx)) # vim: set noet sw=4 ts=4: LIBO_INTERNAL_ONLY for extension code and CppunitTest_odk_checkapi. (It also needs to revert any -Wundef, as the config_host/config_*.h files will not be included, so the HAVE_* macros will be undefined.) This obsoletes the need for RTL_DISABLE_FAST_STRING. Change-Id: If5eacba80c349efb90762aade8f2ea6d2db7e314
...to harmonize the mechanisms to not define LIBO_INTERNAL_ONLY for extension
code and CppunitTest_odk_checkapi.  (It also needs to revert any -Wundef, as the
config_host/config_*.h files will not be included, so the HAVE_* macros will be
undefined.)

This obsoletes the need for RTL_DISABLE_FAST_STRING.

Change-Id: If5eacba80c349efb90762aade8f2ea6d2db7e314
odk: disable MSVC warning C4996 2014-11-03T22:14:11+00:00 Michael Stahl mstahl@redhat.com 2014-11-03T22:14:11+00:00 fa836cab8d3a300e196c7f1b0990098567f7cd62 Change-Id: I6c2dab3b427121366bb2d39b95262311286ae371
Change-Id: I6c2dab3b427121366bb2d39b95262311286ae371
check that ODK headers compile with C++03 2014-09-15T15:39:00+00:00 Luboš Luňák l.lunak@collabora.com 2014-09-15T15:37:12+00:00 411e18028d39ace54096c99dafbdc4f19a2a01b5 Change-Id: Ief191a5bbbdca45aaaa8ae5bcc395124ed189796
Change-Id: Ief191a5bbbdca45aaaa8ae5bcc395124ed189796
build ODK headers check without LIBO_INTERNAL_ONLY 2014-09-15T15:38:55+00:00 Luboš Luňák l.lunak@collabora.com 2014-09-15T15:28:50+00:00 72400181a0c8ee3d193e5b03ed6287d40d57084b Change-Id: Ia8bca09a877bed6070c10e1c008bdb05ac088485
Change-Id: Ia8bca09a877bed6070c10e1c008bdb05ac088485
do not call the checkapi cxx file 'strings.cxx', now that it's the only one 2014-09-15T15:38:52+00:00 Luboš Luňák l.lunak@collabora.com 2014-09-15T15:13:48+00:00 16fd7841ef3f781aa231298e83176ef7db037d3f Change-Id: I796a6c4b460f83d6e6aef501055c8896565afc85
Change-Id: I796a6c4b460f83d6e6aef501055c8896565afc85
coverity#1213270 Parse warning 2014-05-10T20:12:55+00:00 Caolán McNamara caolanm@redhat.com 2014-05-10T08:59:07+00:00 3e40e67b09a9ab46bd4dc3a7df29135f6726b02e Change-Id: I60d723e6baebcdb64daaa108a7e1a73554941940
Change-Id: I60d723e6baebcdb64daaa108a7e1a73554941940
move URE headers to include/ 2013-04-24T05:17:10+00:00 David Tardon dtardon@redhat.com 2013-04-19T16:54:16+00:00 6c7659b584ea7ed3652ca4eb9a2297f36310c365 Change-Id: Ib48a12e902f2311c295b2007f08f44dee28f431d Reviewed-on: https://gerrit.libreoffice.org/3499 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
Change-Id: Ib48a12e902f2311c295b2007f08f44dee28f431d
Reviewed-on: https://gerrit.libreoffice.org/3499
Reviewed-by: David Tardon <dtardon@redhat.com>
Tested-by: David Tardon <dtardon@redhat.com>