# -*- 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,pixman)) $(eval $(call gb_ExternalProject_use_unpacked,pixman,pixman)) $(eval $(call gb_ExternalProject_register_targets,pixman,\ build \ )) ifeq ($(OS)$(COM),WNTMSC) $(call gb_ExternalProject_get_state_target,pixman,build) : $(call gb_ExternalProject_run,build,\ $(MAKE) -f Makefile.win32 MMX=on SSE2=on CFG=release \ ,pixman) else # ANDROID: # The pixman-cpu.c code wants to read /proc//auxv, but # the Android headers don't define Elf32_auxv_t. # # Maybe we should instead just patch the arm_has_* booleans in # pixman-cpu.c to be hardcoded as TRUE and patch out the run-time # check? $(call gb_ExternalProject_get_state_target,pixman,build) : $(call gb_ExternalProject_run,build,\ ./configure \ $(if $(filter MACOSX IOS,$(OS)),--disable-shared,--disable-static) \ $(if $(filter ANDROID,$(OS)),--disable-arm-simd --disable-arm-neon --disable-arm-iwmmxt) \ $(if $(filter YES,$(CROSS_COMPILING)),--build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM)) \ && $(MAKE) \ ) endif # vim: set noet sw=4 ts=4: 'distro/cib/libreoffice-5-2'>distro/cib/libreoffice-5-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sw/Module_sw.mk
AgeCommit message (Expand)Author
2018-10-16sw: merge test suites sw_unoapi and sw_unowriterVasily Melenchuk
2018-10-11uitest findReplace; tdf#116242; tdf#98417; tdf#39022Zdeněk Crhonek
2018-09-27sw: new unit test for XAutoTextGroup and rdf::URIVasily Melenchuk
2018-09-18uitest for bug tdf#116737Zdeněk Crhonek
2018-09-04tdf#94009 ww8export: always export section marginsJustin Luth
2018-08-31sw: add unit test for the XHTML part of tdf#109202Thorsten Behrens
2018-08-27rename ENABLE_HEADLESS option to DISABLE_GUINoel Grandin
2018-07-09sw: give the 'Default Style' char style a programmatic nameMiklos Vajna
2018-07-03UITest_writer_tests: split this into 4 partsMiklos Vajna
2018-06-29uitest for bug tdf#116474Zdeněk Crhonek
2018-05-10Convert SwXDocumentIndex API qadevOOo tests (incomplete)Tomaž Vajngerl
2018-05-05sw: move tests in ooxmlimport to ooxmlimport2.Mark Hung
2018-04-08tdf#45904 move java based api tests to c++ (AccessibleRelationSet)kadertarlan
2018-04-05tdf#116830 sw: handle cell background for BACKGROUND_PARA_OVER_DRAWINGSMiklos Vajna
2018-03-31Split ooxmlexport10 into two unit test modules.Mark Hung
2017-12-20tdf#98168 sw: add mail merge from xlsx testcaseMiklos Vajna
2017-12-19uitest - writer "delete all comments"; move writer tests to sw/qa/uitestZdeněk Crhonek
2017-12-01Unit test for tdf#113696Samuel Mehrbrodt
2017-11-19tdf#86087 Save relative links in DOCXSzymon Kłos
2017-10-30tdf#92524 ooxmlexport: recognize COL_AUTO for RES_BACKGROUNDJustin Luth
2017-10-23Split ooxmlexport8 to avoid too many sections in object file with MSVC2015Tor Lillqvist
2017-07-21migrate to boost::gettextCaolán McNamara
2017-07-13move round-tripables from rtfimport to new rtfexport2Justin Luth
2017-06-23iOS, convert CPPUnittest to noopjan Iversen
2017-05-10sw txt export: Greatly improve the export of bullets & numbering.Jan Holesovsky
2017-05-02disable the tiledrendering tests in the headless build modeMarkus Mohrhard
2017-01-18sw: roundtrip test of OOXML decryption/encryptionTomaž Vajngerl
2016-12-30Workaround strange sw test makefilesMatúš Kukan
2016-11-21split sw screenshots testNorbert Thiebaud
2016-10-24tdf#89377 ww8import: table honors ParaStyle break-before-pageJustin Luth
2016-10-11move round-tripables to ooxmlexportJustin Luth
2016-08-18screenshots: add new global make targetArmin Le Grand
2016-08-18screenshots: unify dumping of dialog test batch fileArmin Le Grand
2016-08-18screenshots: add dialog test cases for writerArmin Le Grand
2015-11-14CppunitTest_sw_tiledrendering: replace various ifdefs with a single conditionMiklos Vajna
2015-05-29split sw unoapi test for performanceBjoern Michaelsen
2015-05-21unit test for tdf#91095Laurent Godard
2015-04-27CppunitTest_sw_ooxmlsdrexport: split into two partsMiklos Vajna
2015-03-24Executable_tiledrendering is obsolete and can be killedTor Lillqvist
2015-03-16Add testcase for SwXTextDocument::resetSelection().Miklos Vajna
2015-02-21Disable more tests with _use_library_objects for mergelibsMatúš Kukan
2015-02-07Fixup --without-x buildRiccardo Magliocchetti
2014-12-10fdo#80403: Writer specific AutoCorr use FastParserDaniel Sikeler