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