summaryrefslogtreecommitdiff
path: root/basegfx/test
ModeNameSize
-rw-r--r--basegfx1d.cxx1912logplain
-rw-r--r--basegfx2d.cxx57141logplain
-rw-r--r--basegfx3d.cxx4692logplain
-rw-r--r--basegfxtools.cxx3066logplain
-rw-r--r--boxclipper.cxx21418logplain
-rw-r--r--boxclipper.hxx1171logplain
-rw-r--r--clipstate.cxx5802logplain
-rw-r--r--genericclipper.cxx7222logplain
://gerrit.libreoffice.org/c/core/+/127893 Tested-by: Jenkins Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de> 2022-01-03freetype/fontconfig: ignore --without-system-libsJan-Marek Glogowski Since commit 8677e994d37329a28ca8278358a99d18b9cada69 ("Simplify FONTCONFIG and FREETYPE tests"), these tests adhered to the ${with_system_libs} setting, which might not be desirable. As a result commit 4e7f3692c9eb42a00797025289782baa69a42cc7 ("Make external/freetype use -fPIC") is needed as a linking fix. This still keeps the possibility to build with internal freetype and fontconfig. This also adds a new macro option, "test-system", which follows the $test_system_* variable without additional configure switches. Change-Id: Ifed91fdc6e4a77f708a3dbbd784b6069bf2a61b7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127878 Tested-by: Jenkins Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de> 2021-12-30libo_CSM: better output for disabed testsJan-Marek Glogowski Change-Id: Id912495169b6c83ce9798a13d24e1cf4b9e83a52 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127723 Tested-by: Jenkins Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de> 2021-12-30Further refine libo_CHECK_SYSTEM_MODULEJan-Marek Glogowski Adds the possibility to have default-disabled externals and various fixed variants. The reorganized option handling is also easier to follow. Can't use the newer m4_case, so this uses m4_if with multiple compares, but the code difference is minimal. This also swaps the 4th and 5th argument to reflect the precedence of "enabled" over the "system" handling. And since these now have multiple values, TRUE was replaces with more sensible strings. These and the other arguments are now checked, as possible. I've also thought about dropping the 2nd argument for m4_toupper, but that changes to much for just a minimal gain. Change-Id: I22e835d81f9288f22d42be36e939374f7a455599 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127424 Tested-by: Jenkins Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de> 2021-12-29Drop libo_CSM internal CFLAGS+LIBS parametersJan-Marek Glogowski ... and just use *_(CFLAGS|LIBS)_internal variables. Requires deterministic variable names in configure.ac. Change-Id: Id3f53ca5e6189e531596265945531f4a789a035c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127638 Tested-by: Jenkins Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de> 2021-12-15Simplify CURL and LIBCMIS testsJan-Marek Glogowski ... by expanding libo_CHECK_SYSTEM_MODULE with yet an other parameter to optionally disable the feature completely and adding the matching AC_ARG_ENABLE. As a result, --disable-cmis becomes --disable-libcmis. Also adds more documentation to m4/libo_externals.m4. And use simpler help strings, now hopefully correctly escaped. Change-Id: I8ac67145721d8518cca6f6867bc05738a87ed77a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126771 Tested-by: Jenkins Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de> 2021-12-09Simplify FONTCONFIG and FREETYPE testsJan-Marek Glogowski Add an additional option to libo_CHECK_SYSTEM_MODULE to select the default external lookup. Don't "if" the libo_CHECK_SYSTEM_MODULE, so the AC_SUBST are always run, but set the test_* flags instead. Change-Id: Ie0a1204b34d596fdd57a7ee770418f91bf8c5d00 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126464 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de> 2021-12-01m4: Add test flag to libo_CHECK_SYSTEM_MODULEJan-Marek Glogowski Automatically adds an ENABLE_* AC_SUBST and test for a disabled test via test_*, like ENABLE_EPUBGEN and test_libepubgen. Change-Id: Ifaf27d4d1193f41de6291ab70d973fe151f36b2e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126169 Tested-by: Jenkins Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de> 2021-10-29Fix macro "AC_HELP_STRING" is obsolete (m4)Julien Nabet Change-Id: I0b19293d72f3428004ffc8fc7874420b0ff95bf3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124347 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr> 2021-04-07Updated README.md files to represent current code / use Markdown formatHossein Previously, all of the README files have been renamed to README.md and now, the contents of these files were changed to use Markdown format. Other than format inconsistency, some README.md files lacked information about modules, or were out of date. By using LibreOffice / OpenOffice wiki and other documentation websites, these files were updated. Now every README.md file has a title, and some description. The top-level README.md file is changed to add links to the modules. The result of processing the Markdown format README.md files can be seen at: https://docs.libreoffice.org/ Change-Id: Ic3b0c3c064a2498d6a435253b041df010cd7797a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113424 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.stahl@allotropia.de> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> 2021-03-24Using .md extension/Markdown syntax for modules READMEHossein Renaming all README files for all top level modules to README.md, applying no content change at this stage to be able to track history of the files. These files should be edited to use correct Markdown syntax later. Change-Id: I542fa3f3d32072156f16eaad2211a397cc212665 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112977 Tested-by: Jenkins Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> 2020-12-02Remove odd comment about MINGWSTRIP from m4/READMEStephan Bergmann ...which had been added with 4aed4f436cf8e4b0f3f034dfb1d1025b05a61f0a "add a README files", at a time when there was a m4/mingw.m4 file (even though that did not mention any "MINGWSTRIP") that has meanwhile been removed with 8646ab97dc37c0606b19057686bf3d610f9c15ee "Remove MinGW support" Change-Id: Icd94a9a971f425125a23b692a43f8a958ca3a2c7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107078 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>