summaryrefslogtreecommitdiff
path: root/external
AgeCommit message (Expand)Author
2019-05-06Compile also the palette_neon_intrinsics file for ARMTor Lillqvist
2019-05-06enable gdb-index also for liborcus and libwps if possibleLuboš Luňák
2019-05-05Fix remaining uses of gb_SYMBOLStephan Bergmann
2019-05-03Related: tdf#124942 upgrade epoxy to 1.5.3Caolán McNamara
2019-05-03The -fvisibility-ms-compat hack is no longer needed for UBSan on Linux...Stephan Bergmann
2019-04-29Remove spurious non-empty line from end of patch fileStephan Bergmann
2019-04-25Cut down on -pthread/-lpthread proliferationStephan Bergmann
2019-04-24workdir/UnpackedTarball/languagetool/build.xml uses ${source}, ${target}Stephan Bergmann
2019-04-21upload libmwaw 0.3.15David Tardon
2019-04-21Properly initialize gpgme-w32spawn.exe path on WindowsMike Kaganski
2019-04-17libxslt: add patch for CVE-2019-11068Michael Stahl
2019-04-17avoid C4013 and C4117Tomoyuki Kubota
2019-04-16Initial VS 2019 SupportTomoyuki Kubota
2019-04-11graphite: Force optimization on Android.Jan Holesovsky
2019-04-03pdfium: avoid problems with SetForm using WIN32_LEAN_AND_MEANMiklos Vajna
2019-03-27Do not include KACST fonts (GPLv2) into MPL subsetAndras Timar
2019-03-26Do not include Culmus fonts (GPLv2) into MPL subsetAndras Timar
2019-03-25cairo configure fails with gold linker with sanitizers enabledCaolán McNamara
2019-03-21Typo: ibatomic_ops -> libatomic_opsAndras Timar
2019-03-13external: update pdfium to 3730Miklos Vajna
2019-03-12poppler: upgrade to release 0.74.0Michael Stahl
2019-03-11Add -frtti to HarfBuzz CXXFLAGS instead of paching configure.acKhaled Hosny
2019-03-08Don'tbuild HarfBuzz with Core Text support on macOS/iOSKhaled Hosny
2019-03-08ofz#13602 -fsanitize=vptr' not allowed with '-fno-rtti'Caolán McNamara
2019-03-06Pass ENABLE_DEBUG into external/zlibStephan Bergmann
2019-03-06Fix libtool RPATH outsmarting hack for external/librevengeStephan Bergmann
2019-03-06Record external/harfbuzz/msvc.patch as sent upstreamStephan Bergmann
2019-03-05Upgrade to latest HarfBuzz 2.3.1Stephan Bergmann
2019-03-01Some more WIN32 -> _WIN32Stephan Bergmann
2019-02-21Don't use the non-public fdatasync() API when sandboxed on macOSTor Lillqvist
2019-02-20mDNSResponder: upgrade to release 878.200.35Michael Stahl
2019-02-20icu: fix CVE-2018-18928Michael Stahl
2019-02-20cairo: upgrade to release 1.16.0Michael Stahl
2019-02-20freetype: upgrade to release 2.9.1Michael Stahl
2019-02-12The ARM Neon stuff is needed for ARM64, too (iOS at least)Tor Lillqvist
2019-02-10Make LDAP support optionalAndrew Udvare
2019-02-03firebird: fix CXXFLAGSMichael Stahl
2019-02-01Missing extern in external/libgpg-error (clang-cl)Stephan Bergmann
2019-02-01Better fix for missing [[noreturn]] of CPPUNIT_FAILStephan Bergmann
2019-01-31libnumbertext: try to remove some odd stuff from ExternalProject.mkMichael Stahl
2019-01-31be more lenient wrt patched epmCaolán McNamara
2019-01-30Ensure configuration that defines math_errhandling in <cmath>Stephan Bergmann
2019-01-30external/boost/boost_1_60_0.undef.warning.patch should no longer be necessaryStephan Bergmann
2019-01-30Just define the __clang_major___WORKAROUND_GUARDJan-Marek Glogowski
2019-01-29Disable NSS GTESTS also for WindowsJulien Nabet
2019-01-28libgpg-error: use custom soname and symbol versionMichael Stahl
2019-01-27Could not determine MSC version with French UIJulien Nabet
2019-01-24Drop unnecessary gb_DEBUG_CFLAGSStephan Bergmann
2019-01-23Drop use of obsolete GCC -fno-default-inlineStephan Bergmann
2019-01-16Minimum Supported Version is VS2017himajin100000