summaryrefslogtreecommitdiff
path: root/unotest
AgeCommit message (Expand)Author
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
2024-02-22A first cut at embindtestStephan Bergmann
2024-02-22Framework for some UNOIDL to test the Embind UNO binding withStephan Bergmann
2024-01-30tdf#105844 unotest,xmlsecurity: fix tests on MacOSXMichael Stahl
2023-12-27tdf#158803 Fix issues detected by pyflakesChenxiong Qi
2023-05-05loplugin:unnecessarygetstrStephan Bergmann
2023-02-21qa: call ProcessEventsToIdle inside dispatchCommandXisco Fauli
2023-02-21tdf#153752: SbxObject::Execute: extra characters in Option Compatible modeMike Kaganski
2022-12-10Introduce CPPUNIT_PROPAGATE_EXCEPTIONS environment variableStephan Bergmann
2022-11-06tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macrojsala
2022-11-03swmodeltestbase: remove duplicated codeXisco Fauli
2022-10-11Deduplicate O(U)StringConcatenationMike Kaganski