summaryrefslogtreecommitdiff
path: root/unotest
AgeCommit message (Expand)AuthorFilesLines
2024-05-30Implement attribute handlingStephan Bergmann2-0/+14
2024-05-29Implement exception catchingStephan Bergmann1-0/+19
2024-05-29Emscripten: Unconditional --enable-wasm-exceptionsStephan Bergmann1-14/+4
2024-05-28Emscripten: Document failing getExceptionMessageStephan Bergmann1-0/+8
2024-05-20loplugin:ostr in variousNoel Grandin2-9/+9
2024-05-12WaE: C6011 Dereferencing NULL pointer warningsCaolán McNamara1-1/+1
2024-05-09Fix missing UNO<->C++ argument/return value conversionsStephan Bergmann1-0/+52
2024-05-09Embind: Fix uno_Any.get for null interface valuesStephan Bergmann1-0/+17
2024-05-08Emscripten: Towards a working C++ UNO bridgeStephan Bergmann2-0/+353
2024-04-30Embind: Fix out-param handlingStephan Bergmann2-3/+50
2024-04-20Embind: Test and Fix out-param handlingStephan Bergmann2-0/+65
2024-04-20Embind: Drop $equals, add sameUnoObjectStephan Bergmann1-1/+1
2024-04-20Embind: Don't use new when getting UNO singletonsStephan Bergmann1-1/+1
2024-04-19Embind: Consistently represent empty interface references as JS nullStephan Bergmann2-0/+22
2024-04-18Embind: throwUnoException from JSStephan Bergmann2-1/+13
2024-04-18Embind: call decrementExceptionRefcount upon catchingStephan Bergmann1-0/+5
2024-04-17Embind: Clean up JS UNO obj implementation in embindtest.jsStephan Bergmann1-7/+20
2024-04-16Embind: No need for $queryStephan Bergmann1-1/+1
2024-04-12Embind: support .implement()-based JS UNO objectsStephan Bergmann2-0/+58
2024-04-11Move org.libreoffice.embindtest from udkapi to offapiStephan Bergmann1-3/+1
2024-04-08Fix indentationStephan Bergmann1-5/+5
2024-04-08Embind: Clarify poor UNO exception supportStephan Bergmann2-0/+13
2024-03-11Embind construction of UNO Any sequence/struct/exception/interfaceStephan Bergmann1-17/+17
2024-03-11Embind construction of UNO Any enumStephan Bergmann1-5/+5
2024-03-09Enable (and fix) some TODO test codeStephan Bergmann1-9/+11
2024-03-08Embind construction of UNO Any TypeStephan Bergmann1-3/+3
2024-03-08Redesign Embind UNO Any constructionStephan Bergmann1-23/+26
2024-03-08Improve Embind'ing of UNO TypeStephan Bergmann1-1/+7
2024-03-07Add Embind'ing of UNO Any getter for interfacesStephan Bergmann2-0/+24
2024-03-06Adapt Exception test to emcc/Clang versions that support std::source_locationStephan Bergmann2-2/+2
2024-03-06Add Embind'ing of UNO Any getter for exceptionsStephan Bergmann2-0/+34
2024-03-05Fix typos in commented-out TODO codeStephan Bergmann1-3/+3
2024-03-04Add Embind'ing of UNO Any getter for sequencesStephan Bergmann1-9/+9
2024-03-04Add Embing'ing of UNO Any getter for enumsStephan Bergmann1-1/+1
2024-03-04Improve Embing'ing of UNO Any somewhatStephan Bergmann2-1/+382
2024-03-02Some minor embindtest clean upStephan Bergmann2-3/+3
2024-02-29Some minimal Embind support for UNO typeStephan Bergmann2-0/+40
2024-02-29Test Embind'ing of UNO enumsStephan Bergmann2-0/+42
2024-02-29Embind support for constant groupsStephan Bergmann1-0/+20
2024-02-28Generate slightly more flexible JS init_unoembind_* functionsStephan Bergmann1-3/+2
2024-02-28Fold InternalUnoApi_embindtest into UnoApi_udkapiStephan Bergmann4-100/+0
2024-02-23Library_embindtest should use comprehensive InternalUnoApi_embindtestStephan Bergmann1-1/+1
2024-02-23unoembind sequence testsStephan Bergmann3-0/+332
2024-02-22Embind: Add UNO char supportStephan Bergmann3-0/+12
2024-02-22A first cut at embindtestStephan Bergmann3-1/+162
2024-02-22Framework for some UNOIDL to test the Embind UNO binding withStephan Bergmann7-0/+143
2024-01-30tdf#105844 unotest,xmlsecurity: fix tests on MacOSXMichael Stahl1-13/+33
2023-12-27tdf#158803 Fix issues detected by pyflakesChenxiong Qi1-5/+1
2023-05-05loplugin:unnecessarygetstrStephan Bergmann1-2/+1
2023-02-21qa: call ProcessEventsToIdle inside dispatchCommandXisco Fauli2-1/+6