summaryrefslogtreecommitdiffstats
path: root/external/mythes
Commit message (Collapse)AuthorAgeFilesLines
* WASM: add initial support for Emscripten cross buildJan-Marek Glogowski2021-05-051-1/+1
| | | | | | | | | | | | | | - configure with: - --host=wasm64-local-emscripten - had to make a few externals optional, so adding: - --disable-nss - --disable-cmis - --disable-curl Change-Id: I48d1c73d2675ad2e2beaf2c341578199efbd24ee Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111130 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
* GBUILD_TRACE, support for finding out where the build time is spentLuboš Luňák2020-02-161-0/+2
| | | | | | | | | | See instructions in solenv/gbuild/Trace.mk . This generates a file than can be viewed e.g. in the Chromium tracing view. Change-Id: I5f90647c58ca729375525b6daed2d4918adc8188 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88754 Tested-by: Jenkins Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
* disable warnings in external libsLuboš Luňák2019-05-241-1/+1
| | | | | | | | | | As in, really disable, so that they do not even show. This moreover avoids tons of D9025 warnings from MSVC about overriding -W4 with -w. Change-Id: Ia2e72fd72d883d91bdd89e467ee42f259e2ae033 Reviewed-on: https://gerrit.libreoffice.org/72899 Tested-by: Jenkins Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
* use the new gbuild way to update config.*David Tardon2017-10-042-21/+2
| | | | | | | Change-Id: I43805ac8c3d5c1b65519da02c3cc50fdb9729ea6 Reviewed-on: https://gerrit.libreoffice.org/42941 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: David Tardon <dtardon@redhat.com>
* iOS patch mythesjan Iversen2017-06-132-0/+21
| | | | | | Support for arm64 Change-Id: Icdd07d04f82696232e66dc0f3a159e571c61dac8
* Remove gb_LinkTarget_add_generated_cxxobjectsStephan Bergmann2017-06-071-1/+1
| | | | | | | | | | | | | | ...in favor of gb_LinkTarget_add_generated_exception_objects. The former would have needed any flags to be passed in explicitly (but no call sites did), so e.g. StaticLibrary_graphite didn't have any debug information (when building with --enable-debug). I guess there is no downside to having C++ exception support enabled in these places, and using _add_generated_cxxobjects instead was likely an oversight in the first place (at least in the case of external/graphite/StaticLibrary_graphite.mk, it was that way ever since 1ceb47d96da9e7977c96241f49ad291ff0466970 "graphite: convert to gbuild", but for no apparent reason). Change-Id: I9986a6c5ec30a521095dbe5315e5ca649741a790
* fdo#80363 _wfullpath in MyThes and HyphenLászló Németh2014-07-201-2/+7
| | | | Change-Id: I4232040d4c62220389ca356797d18b1c87673e64
* upgrade mythes to 1.2.4Caolán McNamara2014-06-273-42/+0
| | | | Change-Id: I79b658fc737ef3dd65039c3b43705505a45fb1fd
* fdo#48017 WIN32 long path support in Hyphen and MyThesLászló Németh2014-05-232-0/+73
| | | | Change-Id: Ifb068efb553ed24a7caf65dbab28726bdeced0e6
* normalize values of CROSS_COMPILINGMichael Stahl2014-02-271-1/+1
| | | | Change-Id: I0cc43cef91e3fcd82a3558a16ab0afbd4d56b141
* fdo#72598: remove last uses of "C52"Michael Stahl2013-12-181-1/+0
| | | | Change-Id: Ibf43da89c88596589c8e81f790c9d57c2a4e9701
* configure: add vars for Solaris/SPARC64 (already checked in vcl)Michael Stahl2013-11-071-1/+1
| | | | Change-Id: Ic27986d8d45f61facedf2400b77334aaf1da7c1e
* fdo#70393: move mythes to a subdir of externalKhaled Hosny2013-10-199-0/+230
Change-Id: I132479fd26e45276f25af5615175b0fdaeaaeb01 Reviewed-on: https://gerrit.libreoffice.org/6347 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>