- 8b022d0 pyuno: Add a unit test for singletons by Neil Roberts · 8 weeks ago
- 2cd17a1 Add a PythonTest for service constructors in pyuno by Neil Roberts · 8 weeks ago
- 0bdcfc2 tdf#146619 Use more forward declarations in include/unotools/ by Gabor Kelemen · 2 months ago
- b0f1891 Prevent int vs. sal_Int32 mismatch by Stephan Bergmann · 3 months ago
- 82413eb Improve PyUNO_cmp by Stephan Bergmann · 4 months ago
- 6b5d527 Reorder code blocks in doExecuteTest by Stephan Bergmann · 4 months ago
- f53a339 More exhaustive testing of PyUNO type mapping based on embindtest by Stephan Bergmann · 4 months ago
- 7bdd020 Fix any2PyObject mapping of UNO exceptions by Stephan Bergmann · 4 months ago
- 1e2e9a2 More exhaustive testing of PyUNO type mapping based on embindtest by Stephan Bergmann · 4 months ago
- 3320b5f Add exhaustive testing of PyUNO type mapping based on embindtest by Stephan Bergmann · 4 months ago
- c2447747 tdf#146619 Run IWYU again on include/u* by Gabor Kelemen · 5 months ago
- 65dcbf0 tdf#158803 imported but unused by Bogdan Buzea · 7 months ago
- 7841de4 drop outdated coverity directives by Caolán McNamara · 8 months ago
- 85933f0 Skip dubious LOKit SolarMutex acquire for Emscripten by Stephan Bergmann · 8 months ago
- 3a4961a Use o3tl::{get,set}Environment instead of resp. osl_* functions by Mike Kaganski · 9 months ago
- 6566fdd Use osl_getEnvironment to simplify GPG test initialization by Mike Kaganski · 9 months ago
- a5ea37c Use osl_getEnvironment to simplify Directories initialization by Mike Kaganski · 9 months ago
- 3d80b47 Avoid double slashes in unit test paths / URLs by Mike Kaganski · 9 months ago
- 8bc1db4 Some loplugin warning fixes in (Emscripten-only) embindtest.cxx by Stephan Bergmann · 10 months ago
- a6c5e17 Implement XServiceInfo for (Emscripten-only) embindtest.Test by Stephan Bergmann · 10 months ago
- d64d8bd Instances of salhelper::Thread must not be allocated on the stack by Stephan Bergmann · 1 year, 2 months ago
- 10a5c31 Include the org.libreoffice.embindtest infrastructure in all Emscripten builds by Stephan Bergmann · 1 year, 4 months ago
- 654e313 unotest,sw: introduce queryDispatchStatus() by Michael Stahl · 1 year, 4 months ago
- ed0b12f no need to take a copy of the getProcessComponentContext return value by Noel Grandin · 1 year, 5 months ago
- cfc0fcd cid#1619687 Not restoring ostream format by Caolán McNamara · 1 year, 6 months ago
- cd5dcc6 cid#1619687 Not restoring ostream format by Caolán McNamara · 1 year, 6 months ago
- a446bfd Surround printed struct/exception members with {...} by Stephan Bergmann · 1 year, 6 months ago
- 7ccfc02 Best effort to print more details about caught UNO exception by Stephan Bergmann · 1 year, 6 months ago
- b418f3d Demonstrate that Embind is not multi-threading capable by Stephan Bergmann · 1 year, 7 months ago
- a3a71ed 'use strict' is of no use here... by Stephan Bergmann · 1 year, 7 months ago
- 50cd19d Emscripten: Clean up SolarMutex by Stephan Bergmann · 1 year, 8 months ago
- 38b9d5e Those XTest::is... methods return boolean, not any by Stephan Bergmann · 1 year, 8 months ago
- 8ed755c pyuno,unotest,xmlsecurity: copy GPG test files for UITtest by Michael Stahl · 1 year, 8 months ago
- 0bf2e31 More exhaustive org.libreoffice.embindtest.Struct by Stephan Bergmann · 1 year, 8 months ago
- f504bd1 Embind: Missing support for UNO polymorphic struct types by Stephan Bergmann · 1 year, 8 months ago
- d762889 testtools, uitest, unotest: fix issues found by Ruff linter by Ilmari Lauhakangas · 1 year, 8 months ago
- 4d18fa7 In embindtest, also test Any included in Struct by Stephan Bergmann · 1 year, 8 months ago
- ac175a4 Add a toDelete parameter to Module.throwUnoException by Stephan Bergmann · 1 year, 8 months ago
- 91bedca Change from Module.intiUno() to Module.uno_init promise by Stephan Bergmann · 1 year, 9 months ago
- 3519027 make date/time single-arg constructors explicit by Noel Grandin · 1 year, 9 months ago
- f10d517 Embind: Implement UNO interface attributes as JS accessor properties by Stephan Bergmann · 1 year, 9 months ago
- e8e6a5f Add test code for UNO attributes implemented in JS by Stephan Bergmann · 1 year, 9 months ago
- d2550cf Test calling directly from JS a UNO method implemented in JS by Stephan Bergmann · 1 year, 9 months ago
- a0f3225 Turn org.libreoffice.embindtest.Test from singleton to service by Stephan Bergmann · 1 year, 9 months ago
- 74829f2 Fully implement the Wasm UNO bridge cpp2uno direction by Stephan Bergmann · 1 year, 9 months ago
- 16d58ad Fix "lets" -> "let's" by Andrea Gelmini · 1 year, 9 months ago
- eedbe96 Embind: Fix C++ UNO exception catching by Stephan Bergmann · 1 year, 10 months ago
- 81ac964 Consistently 'use strict' for JS code by Stephan Bergmann · 1 year, 10 months ago
- 04658a70 Embind: Fix lifecycle of UNO any and sequence values returned from JS to C++ by Stephan Bergmann · 1 year, 10 months ago
- 5459254 Embind: Let unoObject return a css.uno.XInterface reference by Stephan Bergmann · 1 year, 10 months ago
- 887ebfd Embind: Centrally initialize via Module.initUno() in a new uno.js by Stephan Bergmann · 1 year, 10 months ago
- a0f45ce Embind: A nicer unoObject construction function by Stephan Bergmann · 1 year, 10 months ago
- e303b3b Implement attribute handling by Stephan Bergmann · 1 year, 10 months ago
- 7175431 Implement exception catching by Stephan Bergmann · 1 year, 10 months ago
- 22ce8ed Emscripten: Unconditional --enable-wasm-exceptions by Stephan Bergmann · 1 year, 10 months ago
- 6b6f18e Emscripten: Document failing getExceptionMessage by Stephan Bergmann · 1 year, 10 months ago
- d573e2a loplugin:ostr in various by Noel Grandin · 1 year, 11 months ago
- 0ec3276 WaE: C6011 Dereferencing NULL pointer warnings by Caolán McNamara · 1 year, 11 months ago
- 3956472 Fix missing UNO<->C++ argument/return value conversions by Stephan Bergmann · 1 year, 11 months ago
- c6f39e2 Embind: Fix uno_Any.get for null interface values by Stephan Bergmann · 1 year, 11 months ago
- a469aea Emscripten: Towards a working C++ UNO bridge by Stephan Bergmann · 1 year, 11 months ago
- 735ea444 Embind: Fix out-param handling by Stephan Bergmann · 2 years ago
- e6ddfdf Embind: Test and Fix out-param handling by Stephan Bergmann · 2 years ago
- 1bf2d3f Embind: Drop $equals, add sameUnoObject by Stephan Bergmann · 2 years ago
- 1c88938 Embind: Don't use new when getting UNO singletons by Stephan Bergmann · 2 years ago
- 1c81f63 Embind: Consistently represent empty interface references as JS null by Stephan Bergmann · 2 years ago
- 75fe059 Embind: throwUnoException from JS by Stephan Bergmann · 2 years ago
- edfe8ad Embind: call decrementExceptionRefcount upon catching by Stephan Bergmann · 2 years ago
- 89610c2 Embind: Clean up JS UNO obj implementation in embindtest.js by Stephan Bergmann · 2 years ago
- 0957ee9 Embind: No need for $query by Stephan Bergmann · 2 years ago
- 3454a73 Embind: support .implement()-based JS UNO objects by Stephan Bergmann · 2 years ago
- c16f7ca Fix indentation by Stephan Bergmann · 2 years ago
- 74b48a8 Embind: Clarify poor UNO exception support by Stephan Bergmann · 2 years ago
- 2995a0e Embind construction of UNO Any sequence/struct/exception/interface by Stephan Bergmann · 2 years, 1 month ago
- c35985a Embind construction of UNO Any enum by Stephan Bergmann · 2 years, 1 month ago
- fbecf2d Enable (and fix) some TODO test code by Stephan Bergmann · 2 years, 1 month ago
- 20f1f52 Embind construction of UNO Any Type by Stephan Bergmann · 2 years, 1 month ago
- 80bb8c6 Redesign Embind UNO Any construction by Stephan Bergmann · 2 years, 1 month ago
- 747cfc7 Improve Embind'ing of UNO Type by Stephan Bergmann · 2 years, 1 month ago
- da49e5e Add Embind'ing of UNO Any getter for interfaces by Stephan Bergmann · 2 years, 1 month ago
- 119696c Adapt Exception test to emcc/Clang versions that support std::source_location by Stephan Bergmann · 2 years, 1 month ago
- 567a10c Add Embind'ing of UNO Any getter for exceptions by Stephan Bergmann · 2 years, 1 month ago
- 9357b8e Fix typos in commented-out TODO code by Stephan Bergmann · 2 years, 1 month ago
- 893af92 Add Embind'ing of UNO Any getter for sequences by Stephan Bergmann · 2 years, 1 month ago
- 0bab5cd Add Embing'ing of UNO Any getter for enums by Stephan Bergmann · 2 years, 1 month ago
- 8428368 Improve Embing'ing of UNO Any somewhat by Stephan Bergmann · 2 years, 1 month ago
- b0d9f3c Some minor embindtest clean up by Stephan Bergmann · 2 years, 1 month ago
- 41feb03 Some minimal Embind support for UNO type by Stephan Bergmann · 2 years, 1 month ago
- 6cc0958 Test Embind'ing of UNO enums by Stephan Bergmann · 2 years, 1 month ago
- 6064939d Embind support for constant groups by Stephan Bergmann · 2 years, 1 month ago
- 621322b Generate slightly more flexible JS init_unoembind_* functions by Stephan Bergmann · 2 years, 1 month ago
- 80e2c4e Fold InternalUnoApi_embindtest into UnoApi_udkapi by Stephan Bergmann · 2 years, 1 month ago
- 24cd81b unoembind sequence tests by Stephan Bergmann · 2 years, 1 month ago
- 2c3121a Embind: Add UNO char support by Stephan Bergmann · 2 years, 1 month ago
- 29b109d A first cut at embindtest by Stephan Bergmann · 2 years, 1 month ago
- d0cb804 Framework for some UNOIDL to test the Embind UNO binding with by Stephan Bergmann · 2 years, 1 month ago
- 2048db4 tdf#105844 unotest,xmlsecurity: fix tests on MacOSX by Michael Stahl · 2 years, 2 months ago
- 8b6e0dd tdf#158803 Fix issues detected by pyflakes by Chenxiong Qi · 2 years, 4 months ago
- 9c6b728 loplugin:unnecessarygetstr by Stephan Bergmann · 3 years ago
- d52b971 qa: call ProcessEventsToIdle inside dispatchCommand by Xisco Fauli · 3 years, 1 month ago