# -*- 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) 2011 Red Hat, Inc., David Tardon # (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_Library_Library,deploymentmisc)) $(eval $(call gb_Library_set_include,deploymentmisc,\ $$(INCLUDE) \ -I$(SRCDIR)/desktop/inc \ -I$(SRCDIR)/desktop/source/deployment/inc \ )) $(eval $(call gb_Library_add_api,deploymentmisc,\ offapi \ udkapi \ )) $(eval $(call gb_Library_add_defs,deploymentmisc,\ -DDESKTOP_DEPLOYMENTMISC_DLLIMPLEMENTATION \ )) $(eval $(call gb_Library_add_linked_libs,deploymentmisc,\ comphelper \ cppu \ cppuhelper \ sal \ tl \ ucbhelper \ utl \ xcr \ $(gb_STDLIBS) \ )) $(eval $(call gb_Library_use_externals,deploymentmisc,\ berkeleydb \ )) $(eval $(call gb_Library_add_exception_objects,deploymentmisc,\ desktop/source/deployment/misc/db \ desktop/source/deployment/misc/dp_dependencies \ desktop/source/deployment/misc/dp_descriptioninfoset \ desktop/source/deployment/misc/dp_identifier \ desktop/source/deployment/misc/dp_interact \ desktop/source/deployment/misc/dp_misc \ desktop/source/deployment/misc/dp_platform \ desktop/source/deployment/misc/dp_resource \ desktop/source/deployment/misc/dp_ucb \ desktop/source/deployment/misc/dp_update \ desktop/source/deployment/misc/dp_version \ )) # vim: set ts=4 sw=4 et: ra/co-22.05-testflight LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/unotest
AgeCommit message (Expand)Author
2020-10-29python test shutdown robustnessNoel
2020-09-11Fix the minimal build-tools targetJan-Marek Glogowski
2020-08-11loplugin:flattenNoel Grandin
2020-06-19Move data for signing tests to test/Miklos Vajna
2020-05-06Move all public Java classes to libreoffice.jarSamuel Mehrbrodt
2020-04-09pyuno,*: kill Python 2 support with fireMichael Stahl
2020-02-06Fix mis-mergeStephan Bergmann
2020-02-04tdf#117331 Merge jurt and unoil into ridlSamuel Mehrbrodt
2020-02-03tdf#42949 Fix IWYU warnings in unotest/Gabor Kelemen
2020-01-31clang-tidy modernize-concat-nested-namespaceNoel Grandin
2020-01-17Clean up duplicated command dispatch test functionalityMiklos Vajna
2019-12-29Avoid crash in shutdown when accessing already destroyed BASIC_DLLMike Kaganski
2019-10-02WTF "WTF 255 return value?"Stephan Bergmann
2019-09-19Improve test output a bitStephan Bergmann
2019-09-06Fixing "...."Andrea Gelmini
2019-08-12Fix typosAndrea Gelmini
2019-07-21loplugin:referencecasting in unotools..uuiNoel Grandin
2019-05-10an is used before a vowel soundCaolán McNamara
2018-10-08tdf#42949 Fix IWYU warnings in include/comphelper/[m-z]*Gabor Kelemen
2018-09-17New loplugin:externalStephan Bergmann
2018-09-07DeInitVCL in PythonTestStephan Bergmann
2018-07-29cppcheck: useInitializationList in test to xmloffJochen Nitschke
2018-07-27Related: rhbz#1602589 add comments to coverity annotationsCaolán McNamara
2018-06-29test: invoke ODF validator with custom schemasMichael Stahl
2018-05-05Fix typosAndrea Gelmini
2018-04-14Fix typosAndrea Gelmini
2018-04-06Fix Python file URL construction on WindowsStephan Bergmann
2018-04-03Create temp copies of test docs in Python/UITestsStephan Bergmann
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-11-20cosmetics: Drop duplicate semicolonTakeshi Abe
2017-10-23loplugin:includeform: unotestStephan Bergmann
2017-09-07unotest.py: refactor confusing mess of openDoc functionsMichael Stahl
2017-08-24Consistently use OUString in test::DirectoriesStephan Bergmann
2017-08-22unotest: really run every CppunitTest with its own user profileMichael Stahl
2017-05-27tdf#97362: CheckBookmarks unittest migrated to python (check_bookmarks.py)jmzambon
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert unotest from OSL_ASSERT to assertChris Sherlock
2017-04-28loplugin:cppunitassertequals: unotestStephan Bergmann
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky
2017-03-13Revert "comphelper: fix MSVC hang in ThreadPool::shutdown()"Miklos Vajna
2017-03-11comphelper: fix MSVC hang in ThreadPool::shutdown()Michael Stahl
2017-03-02Fix typosAndrea Gelmini
2017-02-12ChartDumpTest: A new chart test suite for a more sistematic testingTamás Zolnai
2017-01-17remove some unused Java codeNoel Grandin