summaryrefslogtreecommitdiff
path: root/unotest
AgeCommit message (Expand)AuthorFilesLines
4 daysWaE: C6011 Dereferencing NULL pointer warningsCaolán McNamara1-1/+1
6 daysFix missing UNO<->C++ argument/return value conversionsStephan Bergmann1-0/+52
6 daysEmbind: Fix uno_Any.get for null interface valuesStephan Bergmann1-0/+17
8 daysEmscripten: 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
2023-02-21tdf#153752: SbxObject::Execute: extra characters in Option Compatible modeMike Kaganski1-4/+5
2022-12-10Introduce CPPUNIT_PROPAGATE_EXCEPTIONS environment variableStephan Bergmann1-1/+2
2022-11-06tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macrojsala2-3/+2
2022-11-03swmodeltestbase: remove duplicated codeXisco Fauli1-3/+2
2022-10-11Deduplicate O(U)StringConcatenationMike Kaganski2-3/+3