# -*- 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/. # $(eval $(call gb_Executable_Executable,icontest)) $(eval $(call gb_Executable_use_externals,icontest,\ boost_headers \ glm_headers \ )) ifeq ($(ENABLE_HEADLESS),) $(eval $(call gb_Executable_use_externals,icontest,\ epoxy \ )) endif $(eval $(call gb_Executable_use_api,icontest,\ offapi \ udkapi \ )) $(eval $(call gb_Executable_use_static_libraries,icontest,\ vclmain \ )) ifeq ($(OS), $(filter LINUX %BSD SOLARIS, $(OS))) $(eval $(call gb_Executable_add_libs,icontest,\ -lm $(DLOPEN_LIBS) \ -lpthread \ -lX11 \ )) $(eval $(call gb_Executable_use_static_libraries,icontest,\ glxtest \ )) endif $(eval $(call gb_Executable_use_libraries,icontest,\ comphelper \ cppu \ cppuhelper \ sal \ tl \ ucbhelper \ vcl \ )) $(eval $(call gb_Executable_add_exception_objects,icontest,\ vcl/workben/icontest \ )) # vim: set noet sw=4 ts=4: ro/cib/libreoffice-5-2'>distro/cib/libreoffice-5-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/smoketest/libtest.cxx
AgeCommit message (Expand)Author
2017-08-31loplugin:constparams: smoketest (clang-cl)Stephan Bergmann
2017-07-28loplugin:constparams handle constructorsNoel Grandin
2016-02-15WaE: loplugin:cstylecastTor Lillqvist
2016-02-15smoketest: loplugin:nullptrMichael Stahl
2016-02-15Introduce lok_preinit() to preload all registered UNO implementationsHenry Castro
2016-02-09Remove excess newlinesChris Sherlock
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2014-11-18Preparation of the LibreOfficeKit for WindowsJuergen Funk
2014-11-06coverity#1000834 Use of untrusted string valueCaolán McNamara
2014-07-29Kill the libreofficekit static library / shim.c.Andrzej Hunt
2014-06-23LOK: kill saveAsWithOptions.Andrzej Hunt
2014-06-18LOK: kill double initialize.Andrzej Hunt
2014-06-17LOK: Split into instance and class.Andrzej Hunt
2014-06-12cast loses precisionCaolán McNamara
2014-06-12liblok: check new methods via macros on nSize, not by de-referencing.Michael Meeks
2014-06-12Complete LibreOfficeKit C++ renaming.Andrzej Hunt
2014-06-11Upgrade LibreOfficeKit C++ API.Andrzej Hunt
2014-06-11Move liblibreoffice into LibreOfficeKit.Andrzej Hunt
2013-11-15liblibo: expose a C API for ABI reasons, and wrap with C++.Michael Meeks
2013-11-07liblibo: use gettimeofday not clock_gettime for better portability.Michael Meeks
2013-11-07liblibo: improve the libtest sample app.Michael Meeks
2013-11-07liblibo: fixes and improvements for liblibreofficeChristoph Lutz
2013-07-29liblo - add ability to select filter / format for saveas.Michael Meeks
2013-07-26more liblibreoffice pieces.Michael Meeks
2013-03-12liblibo: install test library by itself and install it.Michael Meeks
2013-03-12liblibo: test documentLoad methodJack Leigh
2013-03-12liblibo: better init code.Michael Meeks
2013-03-12liblibo: move to C++ interface.Jack Leigh
2013-03-12liblibo: create initial liblibreoffice.Michael Meeks