summaryrefslogtreecommitdiff
path: root/unotest
AgeCommit message (Expand)Author
2024-07-25Add a toDelete parameter to Module.throwUnoExceptionStephan Bergmann
2024-07-18Change from Module.intiUno() to Module.uno_init promiseStephan Bergmann
2024-07-18make date/time single-arg constructors explicitNoel Grandin
2024-07-17Missing gb_Library_use_libraries,embindtestStephan Bergmann
2024-07-16Embind: Implement UNO interface attributes as JS accessor propertiesStephan Bergmann
2024-07-16Add test code for UNO attributes implemented in JSStephan Bergmann
2024-07-16Test calling directly from JS a UNO method implemented in JSStephan Bergmann
2024-07-12Turn org.libreoffice.embindtest.Test from singleton to serviceStephan Bergmann
2024-07-11Fully implement the Wasm UNO bridge cpp2uno directionStephan Bergmann
2024-06-28Fix "lets" -> "let's"Andrea Gelmini
2024-06-21Embind: Fix C++ UNO exception catchingStephan Bergmann
2024-06-19Consistently 'use strict' for JS codeStephan Bergmann
2024-06-17Embind: Fix lifecycle of UNO any and sequence values returned from JS to C++Stephan Bergmann
2024-06-12Embind: Let unoObject return a css.uno.XInterface referenceStephan Bergmann
2024-06-12Embind: Centrally initialize via Module.initUno() in a new uno.jsStephan Bergmann
2024-06-12Embind: A nicer unoObject construction functionStephan Bergmann
2024-05-30Implement attribute handlingStephan Bergmann
2024-05-29Implement exception catchingStephan Bergmann
2024-05-29Emscripten: Unconditional --enable-wasm-exceptionsStephan Bergmann
2024-05-28Emscripten: Document failing getExceptionMessageStephan Bergmann
2024-05-20loplugin:ostr in variousNoel Grandin
2024-05-12WaE: C6011 Dereferencing NULL pointer warningsCaolán McNamara
2024-05-09Fix missing UNO<->C++ argument/return value conversionsStephan Bergmann
2024-05-09Embind: Fix uno_Any.get for null interface valuesStephan Bergmann
2024-05-08Emscripten: Towards a working C++ UNO bridgeStephan Bergmann
2024-04-30Embind: Fix out-param handlingStephan Bergmann
2024-04-20Embind: Test and Fix out-param handlingStephan Bergmann
2024-04-20Embind: Drop $equals, add sameUnoObjectStephan Bergmann
2024-04-20Embind: Don't use new when getting UNO singletonsStephan Bergmann
2024-04-19Embind: Consistently represent empty interface references as JS nullStephan Bergmann
2024-04-18Embind: throwUnoException from JSStephan Bergmann
2024-04-18Embind: call decrementExceptionRefcount upon catchingStephan Bergmann
2024-04-17Embind: Clean up JS UNO obj implementation in embindtest.jsStephan Bergmann
2024-04-16Embind: No need for $queryStephan Bergmann
2024-04-12Embind: support .implement()-based JS UNO objectsStephan Bergmann
2024-04-11Move org.libreoffice.embindtest from udkapi to offapiStephan Bergmann
2024-04-08Fix indentationStephan Bergmann
2024-04-08Embind: Clarify poor UNO exception supportStephan Bergmann
2024-03-11Embind construction of UNO Any sequence/struct/exception/interfaceStephan Bergmann
2024-03-11Embind construction of UNO Any enumStephan Bergmann
2024-03-09Enable (and fix) some TODO test codeStephan Bergmann
2024-03-08Embind construction of UNO Any TypeStephan Bergmann
2024-03-08Redesign Embind UNO Any constructionStephan Bergmann
2024-03-08Improve Embind'ing of UNO TypeStephan Bergmann
2024-03-07Add Embind'ing of UNO Any getter for interfacesStephan Bergmann
2024-03-06Adapt Exception test to emcc/Clang versions that support std::source_locationStephan Bergmann
2024-03-06Add Embind'ing of UNO Any getter for exceptionsStephan Bergmann
2024-03-05Fix typos in commented-out TODO codeStephan Bergmann
2024-03-04Add Embind'ing of UNO Any getter for sequencesStephan Bergmann
2024-03-04Add Embing'ing of UNO Any getter for enumsStephan Bergmann