# -*- 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/. # # This file incorporates work covered by the following license notice: # # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed # with this work for additional information regarding copyright # ownership. The ASF licenses this file to you under the Apache # License, Version 2.0 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.apache.org/licenses/LICENSE-2.0 . # $(eval $(call gb_JunitTest_JunitTest,svl_complex)) $(eval $(call gb_JunitTest_set_defs,svl_complex,\ $$(DEFS) \ -Dorg.openoffice.test.arg.tdoc=$(SRCDIR)/svl/qa/complex/broken_document/test_documents \ )) $(eval $(call gb_JunitTest_use_jars,svl_complex,\ OOoRunner \ ridl \ test \ unoil \ jurt \ juh \ ConnectivityTools \ )) $(eval $(call gb_JunitTest_add_sourcefiles,svl_complex,\ svl/qa/complex/ConfigItems/CheckConfigItems \ svl/qa/complex/passwordcontainer/PasswordContainerUnitTest \ svl/qa/complex/passwordcontainer/TestHelper \ svl/qa/complex/passwordcontainer/Test03 \ svl/qa/complex/passwordcontainer/Test02 \ svl/qa/complex/passwordcontainer/Test01 \ svl/qa/complex/passwordcontainer/PasswordContainerTest \ svl/qa/complex/passwordcontainer/MasterPasswdHandler \ )) $(eval $(call gb_JunitTest_add_classes,svl_complex,\ complex.passwordcontainer.PasswordContainerUnitTest \ )) # vim: set noet sw=4 ts=4: ice-6-2'>distro/cib/libreoffice-6-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/compilerplugins/Makefile-clang.mk
AgeCommit message (Expand)Author
2016-06-30Explain usage of -isystem instead of -IStephan Bergmann
2016-06-30Who needs that $(CLANGDIR)/tools/clang/include anyway?Stephan Bergmann
2016-06-29compilerplugins: -isystem /usr/include breaks the buildMichael Stahl
2016-02-26New COMPILER_PLUGINS_CXX to specify compiler to build Clang plugins withStephan Bergmann
2016-02-26These version checks are about the Clang the plugins are built /against/Stephan Bergmann
2015-08-11gbuild/config stop using VERBOSE, use only verbose=tNorbert Thiebaud
2014-05-22Filter out all -fsanitize= args when building compilerpluginsStephan Bergmann
2014-05-17Correct common misspellings, and remove some ASCII art along the way.Chris Laplante
2014-05-09compilerplugins/clang: filter out -fsanitize=addressStephan Bergmann
2014-02-25Drop CLANGBUILD in addition to CLANGDIRStephan Bergmann
2014-02-21Allow building compilerplugins/clang on Mac OS XStephan Bergmann
2014-02-20EXTERNAL_WARNINGS_NOT_ERRORS -> ENABLE_WERROR and be "TRUE"/""Matúš Kukan
2014-01-10compilerplugins: strip out -m32/-m64 from CXXMichael Stahl
2013-08-05clang binary is in clang build directory, not with its sourcesLuboš Luňák
2013-06-13work around the C++11 __float128 problem with libstdc++ headers and clangLuboš Luňák
2013-06-05Ignore warnings in Clang headersStephan Bergmann
2013-05-31obey --enable-werror when building clang pluginLuboš Luňák
2013-05-31reoder stuff in makefileLuboš Luňák
2013-03-30silence compilerplugin buildPeter Foley
2013-03-28-Wextra for compiler pluginsLuboš Luňák
2013-03-19Enable -std=c++11 for compilerplugins/clangStephan Bergmann
2013-02-07create an output dir that's already needed by $(shell ...)Luboš Luňák
2013-02-07make sure the default target for compilerplugins is buildingLuboš Luňák
2013-02-02a bit more reliable detection of removed/added sourcesLuboš Luňák
2013-02-02automatically link all .cxx files in clang/ into the pluginLuboš Luňák
2013-02-02move plugin handling to separate source filesLuboš Luňák
2013-02-01one more config/ -> config_host/ fix after the renameLuboš Luňák
2013-01-06do not set our clang timestamp to the timestamp of the clang binaryLuboš Luňák
2013-01-04rewriter plugin for removing forward rtl string declarationsLuboš Luňák
2012-12-26config_clang.hLubos Lunak
2012-12-11adjust clang plugins for srcdir != builddirLuboš Luňák
2012-12-07CLANGPLUGIN_CPPFLAGS did not actually workStephan Bergmann
2012-10-22CLANGPLUGIN_CPPFLAGS for building plugin for Clang in nonstandard locationStephan Bergmann
2012-10-15rewriter for postfix->prefix operator++Luboš Luňák
2012-10-15support for compiler rewritersLuboš Luňák
2012-10-13compiler check to compare SAL_WARN/LOG areas against sal/inc/sal/log-areas.doxLuboš Luňák
2012-10-12print something when compiling clang plugin tooLuboš Luňák
2012-10-12rebuild clang plugin when clang changesLuboš Luňák
2012-10-09note about (not) linking llvm/clang librariesLuboš Luňák
2012-10-09compiler plugin check for if/while/true bodies with possibly {} missingLuboš Luňák
2012-10-09compiler check for unused variablesLuboš Luňák
2012-10-09initial support for clang compiler pluginsLuboš Luňák