summaryrefslogtreecommitdiff
path: root/static
AgeCommit message (Expand)Author
2024-07-26Add --with-package-format=emscriptenStephan Bergmann
2024-07-26Looks like Emscripten LO doesn't need explicit --norestore --nologoStephan Bergmann
2024-07-25Add a toDelete parameter to Module.throwUnoExceptionStephan Bergmann
2024-07-25Enable start center in Emscripten buildStephan Bergmann
2024-07-25Adapt comphelper::ThreadPool to Emscripten's threading needsStephan Bergmann
2024-07-25Fix typoAndrea Gelmini
2024-07-24Document the Emscripten threads issueStephan Bergmann
2024-07-19Drop obsolete "Ideas for an UNO bridge implementation"Stephan Bergmann
2024-07-18Change from Module.intiUno() to Module.uno_init promiseStephan Bergmann
2024-07-16Embind: Implement UNO interface attributes as JS accessor propertiesStephan Bergmann
2024-07-12A mechanism for annotating the embindmaker-generated JS UNOIDL dataStephan Bergmann
2024-07-11Rename wasmcallgen -> wasmbridgegenStephan Bergmann
2024-07-11Fully implement the Wasm UNO bridge cpp2uno directionStephan Bergmann
2024-07-10Properly implement cppu::throwException for EmscriptenStephan Bergmann
2024-06-21Embind: Fix C++ UNO exception catchingStephan Bergmann
2024-06-19makefile simplification: replace $(call gb_AutoInstall_get_target,foo)Christian Lohmaier
2024-06-19Consistently 'use strict' for JS codeStephan Bergmann
2024-06-18Embind: Add the lifecylce fix also for attribute getter return valuesStephan Bergmann
2024-06-17Embind: Fix lifecycle of UNO any and sequence values returned from JS to C++Stephan Bergmann
2024-06-17Fix thinko re JS for...in loopStephan Bergmann
2024-06-12Embind: Let unoObject return a css.uno.XInterface referenceStephan Bergmann
2024-06-12Remove leftover work-in-progress lineStephan Bergmann
2024-06-12Embind: Centrally initialize via Module.initUno() in a new uno.jsStephan Bergmann
2024-06-07Embind: Add some type-inquiry functions to uno_Type and uno_AnyStephan Bergmann
2024-06-05embindmaker: Fix names for "uno_Sequence_unsigned hyper" etc.Stephan Bergmann
2024-06-05Clean up example codeStephan Bergmann
2024-05-29Emscripten: Unconditional --enable-wasm-exceptionsStephan Bergmann
2024-05-28Emscripten: Add hack to prepare for --enable-wasm-exceptionsStephan Bergmann
2024-05-09Embind: Fix uno_Any.get for null interface valuesStephan Bergmann
2024-05-08Emscripten: Towards a working C++ UNO bridgeStephan Bergmann
2024-05-03makefile simplification: replace $(call gb_CustomTarget_get_workdir,foo)Christian Lohmaier
2024-05-02use [[noreturn]] instead of asserts that badUsage exitsCaolán McNamara
2024-04-30Embind: Fix out-param handlingStephan Bergmann
2024-04-26gb_Trace_EndRange MOC instead of CXX (CustomTarget_wasm-qt5-mandelbrot_moc)Julien Nabet
2024-04-20Embind: Test and Fix out-param handlingStephan Bergmann
2024-04-20Embind: Drop $equals, add sameUnoObjectStephan Bergmann
2024-04-19Embind: Clarify need for emscripten::internal::raw_destructor specializationsStephan Bergmann
2024-04-19Embind: Consistently represent empty interface references as JS nullStephan Bergmann
2024-04-19Embind: Don't expose special XInterface methods to JS client codeStephan Bergmann
2024-04-18Embind: throwUnoException from JSStephan Bergmann
2024-04-18Embind: We no longer need interface FromAny ctorStephan Bergmann
2024-04-17Embind: css::uno::Type should probably use sharing_policy::NONEStephan Bergmann
2024-04-16Embind: No need for $queryStephan Bergmann
2024-04-12Embind: support .implement()-based JS UNO objectsStephan Bergmann
2024-04-06Fix typoAndrea Gelmini
2024-04-04Improved documentation (Emscripten, Qt5 usage, WASM examples)Moritz Duge
2024-04-04Drop spurious .delete() calls from example codeStephan Bergmann
2024-03-20Fix `cd static && make` for emscripten buildStephan Bergmann
2024-03-11Embind construction of UNO Any sequence/struct/exception/interfaceStephan Bergmann
2024-03-11Embind construction of UNO Any enumStephan Bergmann