# -*- 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_Executable_Executable,gengal)) $(eval $(call gb_Executable_set_include,gengal,\ $$(INCLUDE) \ -I$(SRCDIR)/svx/inc/ \ -I$(SRCDIR)/svx/inc/pch \ )) $(eval $(call gb_Executable_use_external,gengal,boost_headers)) $(eval $(call gb_Executable_use_sdk_api,gengal)) $(eval $(call gb_Executable_use_libraries,gengal,\ basegfx \ sal \ tl \ svl \ svt \ comphelper \ cppu \ cppuhelper \ utl \ vcl \ svxcore \ $(gb_UWINAPI) \ )) $(eval $(call gb_Executable_add_exception_objects,gengal,\ svx/source/gengal/gengal \ )) $(eval $(call gb_Executable_use_static_libraries,gengal,\ vclmain \ )) ifeq ($(OS),WNT) $(eval $(call gb_Executable_use_system_win32_libs,gengal,\ kernel32 \ msvcrt \ oldnames \ user32 \ )) endif ifeq ($(ENABLE_HEADLESS),TRUE) $(eval $(call gb_Executable_add_libs,gengal,\ $(DLOPEN_LIBS) \ -lpthread \ )) else ifeq ($(OS), $(filter LINUX %BSD SOLARIS, $(OS))) $(eval $(call gb_Executable_add_libs,gengal,\ $(DLOPEN_LIBS) \ -lpthread \ -lX11 \ )) $(eval $(call gb_Executable_use_static_libraries,gengal,\ glxtest \ )) endif endif # vim: set noet sw=4 ts=4: value='distro/collabora/cd-5.3'>distro/collabora/cd-5.3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/xmlsecurity/qa
AgeCommit message (Expand)Author
2016-03-16CppunitTest_xmlsecurity_signing: fix typo in testODFBroken()Miklos Vajna
2016-03-14com::sun::star->css in xmlsecurity/Noel Grandin
2016-03-11CppunitTest_xmlsecurity_signing: add ODF verification testcasesMiklos Vajna
2016-03-11xmlsecurity: add missing CSP switch to certificate generator scriptMiklos Vajna
2016-03-10Extract Directories from BootstrapFixtureBaseStephan Bergmann
2016-03-09Indentation fixesMiklos Vajna
2016-03-07xmlsecurity: check that osl::File::copy actually succeedsMichael Stahl
2016-03-07CppunitTest_xmlsecurity_signing: add remove all testcaseMiklos Vajna
2016-03-07CppunitTest_xmlsecurity_signing: avoid modifying tracked test documentMiklos Vajna
2016-03-07tdf#97703 removed empty setUp/tearDown methodsChirag Manwani
2016-03-04CppunitTest_xmlsecurity_signing: add signature removal testcaseMiklos Vajna
2016-03-04CppunitTest_xmlsecurity_signing: add signature append testcaseMiklos Vajna
2016-02-29sfx2 classification: don't sort items on the toolbar listboxMiklos Vajna
2016-02-26Spurious "typename"Stephan Bergmann
2016-02-26Improve failure outputStephan Bergmann
2016-02-15CppunitTest_xmlsecurity_signing: add OOXML description roundtrip testMiklos Vajna
2016-02-15CppunitTest_xmlsecurity_signing: use DocumentSignatureManagerMiklos Vajna
2016-02-04CppunitTest_xmlsecurity_signing: add invalid OOXML testcaseMiklos Vajna
2016-02-04CppunitTest_xmlsecurity_signing: add valid OOXML testcaseMiklos Vajna
2016-01-12CppunitTest_xmlsecurity_signing: enable on OS XMiklos Vajna
2016-01-12CppunitTest_xmlsecurity_signing: fix and enable on WindowsMiklos Vajna
2016-01-11xmlsecurity: initial CppunitTest_xmlsecurity_signingMiklos Vajna
2016-01-05xmlsecurity: add script to create test certificatesMiklos Vajna
2014-05-19fix-includes.pl: xmlsecurityThomas Arnhold
2013-06-29remove some createFromAscii usageThomas Arnhold
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2012-11-05fdo#46808, Adapt xml::crypto::SEInitializer UNO service to new styleNoel Grandin
2012-07-17re-base on ALv2 code. Includes:Michael Meeks
2012-06-27targetted re-work of cppunit pieces.Michael Meeks
2011-11-27remove include of pch header from xmlsecurityNorbert Thiebaud
2011-09-30add mode-lines to .m files and last round of merged files, etc.Caolán McNamara
2011-09-12sb140: #i113503# mixing system CppUnit and OOo STLport does not work, backed ...Stephan Bergmann
2011-08-09convert xmlsecurity to gbuildMatúš Kukan