1. 22ce8ed Emscripten: Unconditional --enable-wasm-exceptions by Stephan Bergmann · 1 year, 10 months ago
  2. 77129fb Emscripten: Add hack to prepare for --enable-wasm-exceptions by Stephan Bergmann · 1 year, 11 months ago
  3. c6f39e2 Embind: Fix uno_Any.get for null interface values by Stephan Bergmann · 1 year, 11 months ago
  4. a469aea Emscripten: Towards a working C++ UNO bridge by Stephan Bergmann · 1 year, 11 months ago
  5. 0c4c84a makefile simplification: replace $(call gb_CustomTarget_get_workdir,foo) by Christian Lohmaier · 1 year, 11 months ago
  6. b26ff81 use [[noreturn]] instead of asserts that badUsage exits by Caolán McNamara · 1 year, 11 months ago
  7. 735ea444 Embind: Fix out-param handling by Stephan Bergmann · 2 years ago
  8. fe3b209 gb_Trace_EndRange MOC instead of CXX (CustomTarget_wasm-qt5-mandelbrot_moc) by Julien Nabet · 2 years ago
  9. e6ddfdf Embind: Test and Fix out-param handling by Stephan Bergmann · 2 years ago
  10. 1bf2d3f Embind: Drop $equals, add sameUnoObject by Stephan Bergmann · 2 years ago
  11. 038c198 Embind: Clarify need for emscripten::internal::raw_destructor specializations by Stephan Bergmann · 2 years ago
  12. 1c81f63 Embind: Consistently represent empty interface references as JS null by Stephan Bergmann · 2 years ago
  13. 41706fc Embind: Don't expose special XInterface methods to JS client code by Stephan Bergmann · 2 years ago
  14. 75fe059 Embind: throwUnoException from JS by Stephan Bergmann · 2 years ago
  15. 830ec75 Embind: We no longer need interface FromAny ctor by Stephan Bergmann · 2 years ago
  16. d304fdb Embind: css::uno::Type should probably use sharing_policy::NONE by Stephan Bergmann · 2 years ago
  17. 0957ee9 Embind: No need for $query by Stephan Bergmann · 2 years ago
  18. 3454a73 Embind: support .implement()-based JS UNO objects by Stephan Bergmann · 2 years ago
  19. 38ed810 Fix typo by Andrea Gelmini · 2 years ago
  20. 4307043 Improved documentation (Emscripten, Qt5 usage, WASM examples) by Moritz Duge · 2 years ago
  21. 164cb6a Drop spurious .delete() calls from example code by Stephan Bergmann · 2 years ago
  22. e68a159 Fix `cd static && make` for emscripten build by Stephan Bergmann · 2 years, 1 month ago
  23. 2995a0e Embind construction of UNO Any sequence/struct/exception/interface by Stephan Bergmann · 2 years, 1 month ago
  24. c35985a Embind construction of UNO Any enum by Stephan Bergmann · 2 years, 1 month ago
  25. 20f1f52 Embind construction of UNO Any Type by Stephan Bergmann · 2 years, 1 month ago
  26. 80bb8c6 Redesign Embind UNO Any construction by Stephan Bergmann · 2 years, 1 month ago
  27. ad7963f Directly go via std::u16string by Stephan Bergmann · 2 years, 1 month ago
  28. 747cfc7 Improve Embind'ing of UNO Type by Stephan Bergmann · 2 years, 1 month ago
  29. da49e5e Add Embind'ing of UNO Any getter for interfaces by Stephan Bergmann · 2 years, 1 month ago
  30. 2364e6d Add $equals to Embind'ing of UNO interfaces by Stephan Bergmann · 2 years, 1 month ago
  31. ba70a87 Fix Embind'ing of UNO Any getter for sequences by Stephan Bergmann · 2 years, 1 month ago
  32. 98c42f7 Adapt to emsdk 3.1.46 by Stephan Bergmann · 2 years, 1 month ago
  33. 3172945 Update documented emsdk version by Stephan Bergmann · 2 years, 1 month ago
  34. 567a10c Add Embind'ing of UNO Any getter for exceptions by Stephan Bergmann · 2 years, 1 month ago
  35. 893af92 Add Embind'ing of UNO Any getter for sequences by Stephan Bergmann · 2 years, 1 month ago
  36. 0bab5cd Add Embing'ing of UNO Any getter for enums by Stephan Bergmann · 2 years, 1 month ago
  37. 8428368 Improve Embing'ing of UNO Any somewhat by Stephan Bergmann · 2 years, 1 month ago
  38. 41feb03 Some minimal Embind support for UNO type by Stephan Bergmann · 2 years, 1 month ago
  39. f1a47d4 Improve sample code, missing delete() by Stephan Bergmann · 2 years, 1 month ago
  40. 6064939d Embind support for constant groups by Stephan Bergmann · 2 years, 1 month ago
  41. 621322b Generate slightly more flexible JS init_unoembind_* functions by Stephan Bergmann · 2 years, 1 month ago
  42. c7664f1 Init Embind-ings manually, once UNO is set up by Stephan Bergmann · 2 years, 1 month ago
  43. 80e2c4e Fold InternalUnoApi_embindtest into UnoApi_udkapi by Stephan Bergmann · 2 years, 1 month ago
  44. dde9f30 Fix copy/paste error by Stephan Bergmann · 2 years, 1 month ago
  45. eb35b429 Add a favicon to the Wasm build by Stephan Bergmann · 2 years, 1 month ago
  46. 2c3121a Embind: Add UNO char support by Stephan Bergmann · 2 years, 1 month ago
  47. d0cb804 Framework for some UNOIDL to test the Embind UNO binding with by Stephan Bergmann · 2 years, 1 month ago
  48. a62436f Remove stray code from example by Stephan Bergmann · 2 years, 1 month ago
  49. 52a22b6 Fold registeroustring.js into PrimaryBindings.cxx by Stephan Bergmann · 2 years, 2 months ago
  50. c4556bc Fix WASM TB following ace21b4b2537a3cf2301fca2ac6f78d0612e911f by Julien Nabet · 2 years, 2 months ago
  51. 72056ed Embind: Allow UNO sequences to be constructed from JS arrays by Stephan Bergmann · 2 years, 2 months ago
  52. 578d9be Embind: Map UNO structs to emscripten::value_object by Stephan Bergmann · 2 years, 2 months ago
  53. 453049b First-class Embind JS support for OUString by Stephan Bergmann · 2 years, 2 months ago
  54. 8869994 embindmaker: Add support for sequence types by Stephan Bergmann · 2 years, 2 months ago
  55. efaf621 embindmaker: Consistently spell out "::com::sun::star::" by Stephan Bergmann · 2 years, 2 months ago
  56. 5a521da embindmaker: Handle (plain) structs by Stephan Bergmann · 2 years, 2 months ago
  57. 4c288ac1 Rename UnoInOutParamXxx -> uno_InOutParam_xxx by Stephan Bergmann · 2 years, 2 months ago
  58. 702f420 embindmaker: Handle enums by Stephan Bergmann · 2 years, 2 months ago
  59. 7938c1e embindmaker: Handle new-style singletons by Stephan Bergmann · 2 years, 2 months ago
  60. 077fa0a At least in its current form, embinding Any shouldn't need allow_raw_pointers by Stephan Bergmann · 2 years, 2 months ago
  61. e4cf6c3 Embind in-out/out params of primitive type apparently need a wrapper by Stephan Bergmann · 2 years, 2 months ago
  62. 9c416f6 Embind clean up, only pass in-out/out params by raw pointer by Stephan Bergmann · 2 years, 2 months ago
  63. 9f236a0 Pass the_self by const ref in Embind wrapper functions by Stephan Bergmann · 2 years, 2 months ago
  64. 9a982f8 Embinding OUString shouldn't need allow_raw_pointers by Stephan Bergmann · 2 years, 2 months ago
  65. 1b371a4 embindmaker: Handle new-style services by Stephan Bergmann · 2 years, 2 months ago
  66. 4a806d6 Expose comphelper::getProcessComponentContext through Embind by Stephan Bergmann · 2 years, 2 months ago
  67. 7e0a432 embindmaker: Handle interface inheritance by Stephan Bergmann · 2 years, 2 months ago
  68. 27ceca1 Rework the Embind mapping of UNO interfaces by Stephan Bergmann · 2 years, 2 months ago
  69. 2df1dcc Some renaming of generated identifiers by Stephan Bergmann · 2 years, 2 months ago
  70. b476dcc Experimental support for latest Emscripten (and Qt6) by Stephan Bergmann · 2 years, 2 months ago
  71. 8dc4a2e Hack to speed up compilation of generated UNO Embind source by Stephan Bergmann · 2 years, 2 months ago
  72. 45763a7 Fix typo by Andrea Gelmini · 2 years, 2 months ago
  73. cbae6e5 Let embindmaker also generate a .js file with more natural names by Stephan Bergmann · 2 years, 2 months ago
  74. b2ade3e Extract embindmaker from cppumaker into its own tool by Stephan Bergmann · 2 years, 3 months ago
  75. 295d0b9 Remove unused include by Stephan Bergmann · 2 years, 3 months ago
  76. 95daad8 Embind nicely supports std::u16string for OUString by Stephan Bergmann · 2 years, 3 months ago
  77. bfc615e -Werror,-Wdeprecated-enum-float-conversion (Emscripten) by Stephan Bergmann · 2 years, 3 months ago
  78. 4571e16 wasm: include missing custom shape presets by Caolán McNamara · 2 years, 4 months ago
  79. 1f874d3 expert config: Proper editing support for numbers by Samuel Mehrbrodt · 2 years, 5 months ago
  80. ee4eb82 Use SvxNameDialog for editing config values by Samuel Mehrbrodt · 2 years, 5 months ago
  81. 72256e0 Fix WASM TB following 217f23f6437b1cac10fb4ea09b72fa896d46bd6b by Julien Nabet · 2 years, 5 months ago
  82. 217f23f tdf#157930 sc: Add easy to use conditional formatting menu by Paris Oplopoios · 2 years, 7 months ago
  83. 841f898 JavaScript uno bindings for WASM with Embind - first cut by Sarper Akdemir · 2 years, 8 months ago
  84. f9b1633 tdf#151273, tdf#151925: Don’t use QFont text layout by default by Khaled Hosny · 2 years, 9 months ago
  85. 61d961f tdf#142978 Remove a11y check dialog by Samuel Mehrbrodt · 3 years ago
  86. 83bde65 jsdialog: enable data validation dialog by Szymon Kłos · 3 years, 1 month ago
  87. b926ba6 Fix typo by Andrea Gelmini · 3 years, 2 months ago
  88. 297c71c Mention that Emscripten 3.1.30 is known to work for COWASM by Tor Lillqvist · 3 years, 2 months ago
  89. 4277e37 Don't overload the word 'module' unnecessarily by Tor Lillqvist · 3 years, 2 months ago
  90. 187d3b6 Minor typo fixes and some additional information by Tor Lillqvist · 3 years, 2 months ago
  91. d4b3b96 Fix typo by Andrea Gelmini · 3 years, 2 months ago
  92. 6f6b879 Add instructions for when building headless LO core for WASM by Tor Lillqvist · 3 years, 2 months ago
  93. 52c3744 Update Qt5 build instructions to use Allotropia's pre-patched repo by Tor Lillqvist · 3 years, 4 months ago
  94. 8b87e29 use $(file …) directly instead of gb_var2file when not used as intermediate by Christian Lohmaier · 3 years, 4 months ago
  95. f127fa6 gb_var2file: remove now unused chunk-size parameter by Christian Lohmaier · 3 years, 4 months ago
  96. fe845e4 Don't build the Qt5 Mandelbrot demos unless we have Qt5 by Tor Lillqvist · 3 years, 4 months ago
  97. fe8c8ec WASM: fix loading writer docs after rebase by Balázs Varga (allotropia) · 3 years, 5 months ago
  98. f8bed52 tdf#142446 follow up: Fix missing ui file crash and a11y ui errors by Jim Raykowski · 3 years, 5 months ago
  99. 97ee126 WASM add Calc as optional build result, make it build & run by Balazs Varga · 3 years, 8 months ago
  100. 5f1eb2a tdf#151197: Remove EmojiControl by Khaled Hosny · 3 years, 6 months ago