Age | Commit message (Expand) | Author |
2024-09-26 | cid#1619687 Not restoring ostream format | Caolán McNamara |
2024-09-25 | cid#1619687 Not restoring ostream format | Caolán McNamara |
2024-09-24 | Surround printed struct/exception members with {...} | Stephan Bergmann |
2024-09-23 | Best effort to print more details about caught UNO exception | Stephan Bergmann |
2024-09-10 | Demonstrate that Embind is not multi-threading capable | Stephan Bergmann |
2024-08-26 | 'use strict' is of no use here... | Stephan Bergmann |
2024-08-18 | Emscripten: Clean up SolarMutex | Stephan Bergmann |
2024-08-18 | Those XTest::is... methods return boolean, not any | Stephan Bergmann |
2024-08-01 | pyuno,unotest,xmlsecurity: copy GPG test files for UITtest | Michael Stahl |
2024-07-30 | More exhaustive org.libreoffice.embindtest.Struct | Stephan Bergmann |
2024-07-30 | Embind: Missing support for UNO polymorphic struct types | Stephan Bergmann |
2024-07-29 | testtools, uitest, unotest: fix issues found by Ruff linter | Ilmari Lauhakangas |
2024-07-27 | In embindtest, also test Any included in Struct | Stephan Bergmann |
2024-07-25 | Add a toDelete parameter to Module.throwUnoException | Stephan Bergmann |
2024-07-18 | Change from Module.intiUno() to Module.uno_init promise | Stephan Bergmann |
2024-07-18 | make date/time single-arg constructors explicit | Noel Grandin |
2024-07-17 | Missing gb_Library_use_libraries,embindtest | Stephan Bergmann |
2024-07-16 | Embind: Implement UNO interface attributes as JS accessor properties | Stephan Bergmann |
2024-07-16 | Add test code for UNO attributes implemented in JS | Stephan Bergmann |
2024-07-16 | Test calling directly from JS a UNO method implemented in JS | Stephan Bergmann |
2024-07-12 | Turn org.libreoffice.embindtest.Test from singleton to service | Stephan Bergmann |
2024-07-11 | Fully implement the Wasm UNO bridge cpp2uno direction | Stephan Bergmann |
2024-06-28 | Fix "lets" -> "let's" | Andrea Gelmini |
2024-06-21 | Embind: Fix C++ UNO exception catching | Stephan Bergmann |
2024-06-19 | Consistently 'use strict' for JS code | Stephan Bergmann |
2024-06-17 | Embind: Fix lifecycle of UNO any and sequence values returned from JS to C++ | Stephan Bergmann |
2024-06-12 | Embind: Let unoObject return a css.uno.XInterface reference | Stephan Bergmann |
2024-06-12 | Embind: Centrally initialize via Module.initUno() in a new uno.js | Stephan Bergmann |
2024-06-12 | Embind: A nicer unoObject construction function | Stephan Bergmann |
2024-05-30 | Implement attribute handling | Stephan Bergmann |
2024-05-29 | Implement exception catching | Stephan Bergmann |
2024-05-29 | Emscripten: Unconditional --enable-wasm-exceptions | Stephan Bergmann |
2024-05-28 | Emscripten: Document failing getExceptionMessage | Stephan Bergmann |
2024-05-20 | loplugin:ostr in various | Noel Grandin |
2024-05-12 | WaE: C6011 Dereferencing NULL pointer warnings | Caolán McNamara |
2024-05-09 | Fix missing UNO<->C++ argument/return value conversions | Stephan Bergmann |
2024-05-09 | Embind: Fix uno_Any.get for null interface values | Stephan Bergmann |
2024-05-08 | Emscripten: Towards a working C++ UNO bridge | Stephan Bergmann |
2024-04-30 | Embind: Fix out-param handling | Stephan Bergmann |
2024-04-20 | Embind: Test and Fix out-param handling | Stephan Bergmann |
2024-04-20 | Embind: Drop $equals, add sameUnoObject | Stephan Bergmann |
2024-04-20 | Embind: Don't use new when getting UNO singletons | Stephan Bergmann |
2024-04-19 | Embind: Consistently represent empty interface references as JS null | Stephan Bergmann |
2024-04-18 | Embind: throwUnoException from JS | Stephan Bergmann |
2024-04-18 | Embind: call decrementExceptionRefcount upon catching | Stephan Bergmann |
2024-04-17 | Embind: Clean up JS UNO obj implementation in embindtest.js | Stephan Bergmann |
2024-04-16 | Embind: No need for $query | Stephan Bergmann |
2024-04-12 | Embind: support .implement()-based JS UNO objects | Stephan Bergmann |
2024-04-11 | Move org.libreoffice.embindtest from udkapi to offapi | Stephan Bergmann |
2024-04-08 | Fix indentation | Stephan Bergmann |