summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-11-13Fix warning for emscripten buildJulien Nabet1-2/+4
2023-10-28Fix WASM TB following 217f23f6437b1cac10fb4ea09b72fa896d46bd6bJulien Nabet1-1/+1
2023-10-23liborcus(-parser) also needs boost_iostreams - fixes wasm buildChristian Lohmaier1-1/+1
2023-10-23fix wasm build (int vs sal_Int32 mismatch)Christian Lohmaier1-2/+6
2023-10-12COWASM-02 - Fix wasm build for co-23.05Balazs Varga1-0/+2
2023-09-26WASM: Embind: get rid of redundant EMSCRIPTEN conditionalSarper Akdemir1-6/+3
2023-09-18JavaScript uno bindings for WASM with Embind - first cutSarper Akdemir13-27/+505
2023-04-20WASM: don't run gfx tests on startupThorsten Behrens1-0/+2
2023-02-27It seems to work to compile also the MMX code for WASMTor Lillqvist1-1/+1
2023-02-23Don't call CuiResId() in a global static variable initialiserTor Lillqvist1-6/+10
2023-02-22Fix --disable-scripting build (for example for WASM)Tor Lillqvist1-1/+1
2023-02-16Add comment about using WASM exceptionsTor Lillqvist1-0/+4
2023-02-13Mention that Emscripten 3.1.30 is known to work for COWASMTor Lillqvist1-0/+4
2023-02-10Avoid implicit function declaration warningsTor Lillqvist1-0/+8
2023-02-09Use SIMD in pixman for WASMTor Lillqvist3-1/+110
2023-02-02Add instructions for when building headless LO core for WASMTor Lillqvist1-2/+37
2023-01-24Surround recently added code that breaks on COWASM with ifdefTor Lillqvist1-0/+2
2023-01-23Enforce compiling cairo and pixman for WASM with -O3Tor Lillqvist2-2/+2
2023-01-17Adapt for --enable-wasm-exceptionsTor Lillqvist1-0/+8
2023-01-17Don't bother building the liborcus benchmarkTor Lillqvist2-0/+20
2023-01-12Don't bother building the vcldemo executable for WASM unless using Qt5Tor Lillqvist1-1/+3
2023-01-11Make the "custom widgets" for the notebookbar work in COWASMTor Lillqvist1-1/+39
2023-01-09Missing includeStephan Bergmann1-0/+1
2023-01-02Use std synchronisation APIs instead of a pipeTor Lillqvist2-69/+22
2022-12-30I get "warning: unsupported syscall: __sys_prlimit64" in WASM so avoid thatTor Lillqvist1-1/+1
2022-12-13Use libxml2 instead of expat in bundled fontconfig in the Emscripten caseTor Lillqvist1-0/+2
2022-12-13Attempt to add ifdefs for WASM (Emscripten) for LOKit-based codeTor Lillqvist2-6/+8
2022-12-06Need --disable-gen for the Qt5-based WASM LibreOffice nowTor Lillqvist1-0/+1
2022-11-30Add LOKit functions and whitelist export for it to WASMThorsten Behrens3-9/+10
2022-11-30WASM: need sw/../translatehelper.cxx backThorsten Behrens2-1/+4
2022-11-30Make it possible build for WASM with --disable-gui, without Qt5Tor Lillqvist1-2/+2
2022-11-30We won't need Executable_osl_process_child for WASM in the foreseeable futureTor Lillqvist1-0/+2
2022-11-30WASM: conditionalize one more Deepl usage in swThorsten Behrens1-0/+2
2022-11-30Move Qt5 and scripting options for Emscripten to the distro-configs fileTor Lillqvist2-2/+2
2022-11-29Fix Linux --without-system-cairo buildStephan Bergmann1-2/+5
2022-11-28WASM LibreOfficeKit add EMSCRIPTEN to ifdefMichael Stahl1-1/+1
2022-11-28Disable languagetool for WASM buildThorsten Behrens3-1/+8
2022-11-28WASM cairo: link static lib directlyMichael Stahl1-2/+2
2022-11-28WASM gbuild: write link dependencies into a file $@.linkdepsMichael Stahl3-5/+9
2022-11-28WASM gbuild: avoid annoying python warnings from emscriptenMichael Stahl2-1/+4
2022-11-28WASM linguistic,sw: disable curl-using deepl codeMichael Stahl5-4/+20
2022-11-14WASM: fix loading writer docs after rebaseBalázs Varga (allotropia)1-2/+22
2022-10-14WASM add Calc as optional build result, make it build & runBalazs Varga14-20/+331
2022-06-11WASM use 'em-config LLVM_ROOT' to get llvm-nm pathJan-Marek Glogowski1-1/+1
2022-06-09redland WASM: add Emscripten flags to fix NEH buildJan-Marek Glogowski3-3/+3
2022-06-08libtiff WASM: add Emscripten flags to fix NEH buildJan-Marek Glogowski1-3/+3
2022-04-06tdf#144585 Qt fix Wayland LO fake popupsJan-Marek Glogowski3-73/+13
2022-04-04Fix --disable-scripting build (WASM)Jan-Marek Glogowski1-1/+1
2022-03-30WASM fix native EH build since Emscripten 3.1.6Jan-Marek Glogowski7-13/+45
2022-02-20WASM fix orcus native exception handling (NEH)Jan-Marek Glogowski1-2/+2