summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-12-07More NSS fixes for macOS on arm64private/tml/lov-7.0.3.3Tor Lillqvist1-2/+19
2020-12-05Remove remaining bogus use of objc_msgSend()Tor Lillqvist5-28/+7
2020-12-05Fix crash or hang on macOS on arm64 when opening a file pickerTor Lillqvist2-8/+2
2020-12-05fix --disable-pdfium buildCaolán McNamara2-5/+8
2020-12-05external/firebird: Fix checks for null HANDLE in Windows-only codeStephan Bergmann2-1/+46
2020-12-05Fix Firebird build on macOS on arm64Tor Lillqvist1-10/+12
2020-12-05New UBSan failures with Firebird 3.0.7Stephan Bergmann1-0/+20
2020-12-05firebird: update to 3.0.7Julien Nabet22-1366/+551
2020-12-05firebird: build fixes (incl. parallel build)Jan-Marek Glogowski8-105/+81
2020-12-05Make firebird build for macOS on arm64Tor Lillqvist2-0/+124
2020-12-05firebird: fix Thread handle type on WindowsJan-Marek Glogowski2-0/+38
2020-12-05Modify the non-symlink libfbclient.dylib.3.0.0Stephan Bergmann1-1/+1
2020-12-05Check first if there is such a "bin" directory before attempting to use itTor Lillqvist1-4/+6
2020-12-05Allow --enable-macosx-sandbox without the codesigning identitiesTor Lillqvist2-5/+3
2020-12-05Drop Python modules we don't want on macOS, too, like on other platformsTor Lillqvist1-1/+19
2020-12-05tdf#135479: Seems we need the more broad entitlement for Java's sakeTor Lillqvist1-1/+1
2020-12-05Make python3 build on macOS 11, including for arm64Tor Lillqvist2-0/+60
2020-12-05Make bridgetest exercise parameter passing in the C++/UNO bridge harderTor Lillqvist5-13/+126
2020-12-05Cosmetic change to make it easier to see which parameter is the nthTor Lillqvist4-108/+277
2020-12-05Make --without-webdav work even with --enable-mpl-subsetTor Lillqvist1-1/+3
2020-12-05Fix nss build for x86_64 on an Apple Silicon MacTor Lillqvist1-0/+3
2020-12-05The config.{guess,sub} in $SRCDIR is good for external projects, tooTor Lillqvist3-3313/+1
2020-12-05Make the C++/UNO bridge work on macOS on arm64Tor Lillqvist9-13/+370
2020-12-05Use <alloca.h> for macOS and iOS, tooTor Lillqvist1-15/+1
2020-12-05Update config.{guess,sub} with latest versions and handle fallout of thatTor Lillqvist7-334/+432
2020-12-05Replace brittle gcc3_linux_aarch64 vtableSlotCall with pure assembler codeStephan Bergmann3-65/+75
2020-12-05Avoid warning about deprecation in macOS 11.0Tor Lillqvist1-0/+3
2020-12-05Avoid unused parameter 'pImpl'Tor Lillqvist1-4/+6
2020-12-05There is no QuickTime frameworkTor Lillqvist1-1/+0
2020-12-05Initial attempt at macOS on arm64 support for OpenSSLTor Lillqvist3-0/+15
2020-12-05More WIP work for macOS on Apple SiliconTor Lillqvist2-36/+5
2020-12-05For macOS on arm64, be sure to use HOST_PLATFORM=arm64-apple-darwinTor Lillqvist1-0/+5
2020-12-05Fix apr build with current Xcode: Include <stdlib.h> for exit()Tor Lillqvist2-0/+27
2020-12-05Clean up arm64 confusion a bitTor Lillqvist1-2/+1
2020-12-05Use USE_DLFCN also on macOS on arm64Tor Lillqvist1-0/+14
2020-12-05Set CROSS_COMPILE=1 when cross-compiling nssTor Lillqvist1-0/+1
2020-12-05Be more generic for CPUNAME=ARM64Tor Lillqvist1-1/+2
2020-12-05Use up-to-date config.{guess,sub} for external/nss, tooTor Lillqvist1-0/+2
2020-12-05Initial WIP steps for building for macOS on Apple SiliconTor Lillqvist4-41/+111
2020-12-05Accept macOS SDK 11.0Tor Lillqvist1-4/+13
2020-12-05Fix -Werror,-Wimplicit-function-declaration in posrgresql configuryTor Lillqvist2-0/+20
2020-12-05Add getopt declarationsTor Lillqvist2-0/+26
2020-12-05nss: restore manual pre-dependency buildJan-Marek Glogowski2-0/+84
2020-10-21Version 7.0.3.1, tag libreoffice-7.0.3.1libreoffice-7.0.3.1Christian Lohmaier3-0/+0
2020-10-21bump product version to 7.0.3.1Christian Lohmaier1-1/+1
2020-10-21Branch libreoffice-7-0-3Christian Lohmaier4-1/+1
2020-10-21Update git submodulesChristian Lohmaier1-0/+0
2020-10-21gitmodules: use relative pathsChristian Lohmaier1-3/+3
2020-10-21tdf#137608 allow insert break to use a page number > 9999Caolán McNamara3-3/+3
2020-10-21Related: tdf#137250 need signal-changed for ComboBoxText tooCaolán McNamara1-1/+1