# -*- 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_ExternalProject_ExternalProject,rasqal)) $(eval $(call gb_ExternalProject_use_external,rasqal,libxml2)) $(eval $(call gb_ExternalProject_use_package,rasqal,raptor)) $(eval $(call gb_ExternalProject_register_targets,rasqal,\ build \ )) # note: this can intentionally only build against internal raptor (not system) $(call gb_ExternalProject_get_state_target,rasqal,build): $(call gb_ExternalProject_run,build,\ CFLAGS="$(CFLAGS) $(if $(filter TRUE,$(DISABLE_DYNLOADING)),-fvisibility=hidden)" \ LDFLAGS=" \ $(if $(filter LINUX FREEBSD,$(OS)),-Wl$(COMMA)-z$(COMMA)origin -Wl$(COMMA)-rpath$(COMMA)\\"\$$\$$ORIGIN") \ $(if $(SYSBASE),$(if $(filter LINUX SOLARIS,$(OS)),-L$(SYSBASE)/lib -L$(SYSBASE)/usr/lib -lpthread -ldl))" \ $(if $(SYSBASE),CPPFLAGS="-I$(SYSBASE)/usr/include") \ PKG_CONFIG="" \ RAPTOR2_CFLAGS="-I$(call gb_UnpackedTarball_get_dir,raptor)/src" \ RAPTOR2_LIBS="-L$(call gb_UnpackedTarball_get_dir,raptor)/src/.libs -lraptor2" \ ./configure --disable-gtk-doc \ --with-regex-library=posix \ --with-decimal=none \ --with-uuid-library=internal \ --with-digest-library=internal \ $(if $(CROSS_COMPILING),--build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM) \ $(if $(filter INTEL ARM,$(CPUNAME)),ac_cv_c_bigendian=no)) \ $(if $(filter MACOSX,$(OS)),--prefix=/@.__________________________________________________OOO) \ $(if $(DISABLE_DYNLOADING), \ --enable-static --disable-shared \ , \ --enable-shared --disable-static \ ) \ $(if $(SYSTEM_LIBXML),,--with-xml2-config=$(call gb_UnpackedTarball_get_dir,xml2)/xml2-config) \ && $(MAKE) \ $(if $(filter MACOSX,$(OS)),&& $(PERL) \ $(SRCDIR)/solenv/bin/macosx-change-install-names.pl shl OOO \ $(gb_Package_SOURCEDIR_rasqal)/src/.libs/librasqal-lo.$(RASQAL_MAJOR).dylib) \ ) # vim: set noet sw=4 ts=4: .4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sc/CppunitTest_sc_namedrangesobj.mk
5b3ec8bd831d'>chart2/qa
AgeCommit message (Expand)Author
AgeCommit message (Expand)Author
2015-04-21add test case for VaryColor default valuesMarkus Mohrhard
2015-04-21add tests for trendline default valuesMarkus Mohrhard
2015-04-21add test for bubble3D export, related tdf#90746Markus Mohrhard
2015-04-21add smoothed line default value import testMarkus Mohrhard
2015-04-21add test case for no invertIfNegative export, related tdf#90733Markus Mohrhard
2015-04-21disable asserts that are failingMarkus Mohrhard
2015-04-21improve assertion messagesMarkus Mohrhard
2015-04-21add test for title overlay exportMarkus Mohrhard
2015-04-19forgot to add test fileMarkus Mohrhard
2015-04-19add test case for data label default value import, related tdf#74886Markus Mohrhard
2015-04-19add test for axis number format export to XLSXMarkus Mohrhard
2015-04-19fix upDown bar export to OOXMLMarkus Mohrhard
2015-04-16add test for tdf#90533Markus Mohrhard
2015-04-15add test case for tdf#81407Markus Mohrhard
2015-04-15add test for dispBlanksAs exportMarkus Mohrhard
2015-04-15add test for autoTitleDeleted exportMarkus Mohrhard
2015-03-16add test for fixed dispBlanksAs OOXML importMarkus Mohrhard
2015-03-16add tests for autoTitleDel flag default value fixesMarkus Mohrhard
2015-03-10tdf#89592 Using initializer_lists to populate Sequence<PropertyValue>Swachhand Lokhande
2015-03-02remove executable bit from rtf / xlsx filesMichael Stahl
2015-02-19add test for tdf#89454Markus Mohrhard
2015-02-18add test for missing chart area style fill import, tdf#89451Markus Mohrhard
2015-02-17update chart xshape reference filesMarkus Mohrhard
2015-01-03fdo#83058 File corrupt due to data label position is invalid in chart.xmlPriyankaGaikwad
2014-12-22update the xml files with current reference filesMarkus Mohrhard
2014-12-18chart2: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-10java: remove comment noiseNoel Grandin