summaryrefslogtreecommitdiff
path: root/unotest
AgeCommit message (Expand)Author
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
2024-03-04Improve Embing'ing of UNO Any somewhatStephan Bergmann
2024-03-02Some minor embindtest clean upStephan Bergmann
2024-02-29Some minimal Embind support for UNO typeStephan Bergmann
2024-02-29Test Embind'ing of UNO enumsStephan Bergmann
2024-02-29Embind support for constant groupsStephan Bergmann
2024-02-28Generate slightly more flexible JS init_unoembind_* functionsStephan Bergmann
2024-02-28Fold InternalUnoApi_embindtest into UnoApi_udkapiStephan Bergmann
2024-02-23Library_embindtest should use comprehensive InternalUnoApi_embindtestStephan Bergmann
2024-02-23unoembind sequence testsStephan Bergmann
2024-02-22Embind: Add UNO char supportStephan Bergmann