- d155feb Embind: Add some type-inquiry functions to uno_Type and uno_Any by Stephan Bergmann · 1 year, 10 months ago
- 9e873da embindmaker: Fix names for "uno_Sequence_unsigned hyper" etc. by Stephan Bergmann · 1 year, 10 months ago
- b4f416a Clean up example code by Stephan Bergmann · 1 year, 10 months ago
- 22ce8ed Emscripten: Unconditional --enable-wasm-exceptions by Stephan Bergmann · 1 year, 10 months ago
- 77129fb Emscripten: Add hack to prepare for --enable-wasm-exceptions 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
- 0c4c84a makefile simplification: replace $(call gb_CustomTarget_get_workdir,foo) by Christian Lohmaier · 1 year, 11 months ago
- b26ff81 use [[noreturn]] instead of asserts that badUsage exits by Caolán McNamara · 1 year, 11 months ago
- 735ea444 Embind: Fix out-param handling by Stephan Bergmann · 2 years ago
- fe3b209 gb_Trace_EndRange MOC instead of CXX (CustomTarget_wasm-qt5-mandelbrot_moc) by Julien Nabet · 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
- 038c198 Embind: Clarify need for emscripten::internal::raw_destructor specializations by Stephan Bergmann · 2 years ago
- 1c81f63 Embind: Consistently represent empty interface references as JS null by Stephan Bergmann · 2 years ago
- 41706fc Embind: Don't expose special XInterface methods to JS client code by Stephan Bergmann · 2 years ago
- 75fe059 Embind: throwUnoException from JS by Stephan Bergmann · 2 years ago
- 830ec75 Embind: We no longer need interface FromAny ctor by Stephan Bergmann · 2 years ago
- d304fdb Embind: css::uno::Type should probably use sharing_policy::NONE 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
- 38ed810 Fix typo by Andrea Gelmini · 2 years ago
- 4307043 Improved documentation (Emscripten, Qt5 usage, WASM examples) by Moritz Duge · 2 years ago
- 164cb6a Drop spurious .delete() calls from example code by Stephan Bergmann · 2 years ago
- e68a159 Fix `cd static && make` for emscripten build by Stephan Bergmann · 2 years, 1 month 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
- 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
- ad7963f Directly go via std::u16string 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
- 2364e6d Add $equals to Embind'ing of UNO interfaces by Stephan Bergmann · 2 years, 1 month ago
- ba70a87 Fix Embind'ing of UNO Any getter for sequences by Stephan Bergmann · 2 years, 1 month ago
- 98c42f7 Adapt to emsdk 3.1.46 by Stephan Bergmann · 2 years, 1 month ago
- 3172945 Update documented emsdk version 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
- 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
- 41feb03 Some minimal Embind support for UNO type by Stephan Bergmann · 2 years, 1 month ago
- f1a47d4 Improve sample code, missing delete() 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
- c7664f1 Init Embind-ings manually, once UNO is set up by Stephan Bergmann · 2 years, 1 month ago
- 80e2c4e Fold InternalUnoApi_embindtest into UnoApi_udkapi by Stephan Bergmann · 2 years, 1 month ago
- dde9f30 Fix copy/paste error by Stephan Bergmann · 2 years, 1 month ago
- eb35b429 Add a favicon to the Wasm build by Stephan Bergmann · 2 years, 1 month ago
- 2c3121a Embind: Add UNO char support 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
- a62436f Remove stray code from example by Stephan Bergmann · 2 years, 1 month ago
- 52a22b6 Fold registeroustring.js into PrimaryBindings.cxx by Stephan Bergmann · 2 years, 2 months ago
- c4556bc Fix WASM TB following ace21b4b2537a3cf2301fca2ac6f78d0612e911f by Julien Nabet · 2 years, 2 months ago
- 72056ed Embind: Allow UNO sequences to be constructed from JS arrays by Stephan Bergmann · 2 years, 2 months ago
- 578d9be Embind: Map UNO structs to emscripten::value_object by Stephan Bergmann · 2 years, 2 months ago
- 453049b First-class Embind JS support for OUString by Stephan Bergmann · 2 years, 2 months ago
- 8869994 embindmaker: Add support for sequence types by Stephan Bergmann · 2 years, 2 months ago
- efaf621 embindmaker: Consistently spell out "::com::sun::star::" by Stephan Bergmann · 2 years, 2 months ago
- 5a521da embindmaker: Handle (plain) structs by Stephan Bergmann · 2 years, 2 months ago
- 4c288ac1 Rename UnoInOutParamXxx -> uno_InOutParam_xxx by Stephan Bergmann · 2 years, 2 months ago
- 702f420 embindmaker: Handle enums by Stephan Bergmann · 2 years, 2 months ago
- 7938c1e embindmaker: Handle new-style singletons by Stephan Bergmann · 2 years, 2 months ago
- 077fa0a At least in its current form, embinding Any shouldn't need allow_raw_pointers by Stephan Bergmann · 2 years, 2 months ago
- e4cf6c3 Embind in-out/out params of primitive type apparently need a wrapper by Stephan Bergmann · 2 years, 2 months ago
- 9c416f6 Embind clean up, only pass in-out/out params by raw pointer by Stephan Bergmann · 2 years, 2 months ago
- 9f236a0 Pass the_self by const ref in Embind wrapper functions by Stephan Bergmann · 2 years, 2 months ago
- 9a982f8 Embinding OUString shouldn't need allow_raw_pointers by Stephan Bergmann · 2 years, 2 months ago
- 1b371a4 embindmaker: Handle new-style services by Stephan Bergmann · 2 years, 2 months ago
- 4a806d6 Expose comphelper::getProcessComponentContext through Embind by Stephan Bergmann · 2 years, 2 months ago
- 7e0a432 embindmaker: Handle interface inheritance by Stephan Bergmann · 2 years, 2 months ago
- 27ceca1 Rework the Embind mapping of UNO interfaces by Stephan Bergmann · 2 years, 2 months ago
- 2df1dcc Some renaming of generated identifiers by Stephan Bergmann · 2 years, 2 months ago
- b476dcc Experimental support for latest Emscripten (and Qt6) by Stephan Bergmann · 2 years, 2 months ago
- 8dc4a2e Hack to speed up compilation of generated UNO Embind source by Stephan Bergmann · 2 years, 2 months ago
- 45763a7 Fix typo by Andrea Gelmini · 2 years, 2 months ago
- cbae6e5 Let embindmaker also generate a .js file with more natural names by Stephan Bergmann · 2 years, 2 months ago
- b2ade3e Extract embindmaker from cppumaker into its own tool by Stephan Bergmann · 2 years, 3 months ago
- 295d0b9 Remove unused include by Stephan Bergmann · 2 years, 3 months ago
- 95daad8 Embind nicely supports std::u16string for OUString by Stephan Bergmann · 2 years, 3 months ago
- bfc615e -Werror,-Wdeprecated-enum-float-conversion (Emscripten) by Stephan Bergmann · 2 years, 3 months ago
- 4571e16 wasm: include missing custom shape presets by Caolán McNamara · 2 years, 4 months ago
- 1f874d3 expert config: Proper editing support for numbers by Samuel Mehrbrodt · 2 years, 5 months ago
- ee4eb82 Use SvxNameDialog for editing config values by Samuel Mehrbrodt · 2 years, 5 months ago
- 72256e0 Fix WASM TB following 217f23f6437b1cac10fb4ea09b72fa896d46bd6b by Julien Nabet · 2 years, 5 months ago
- 217f23f tdf#157930 sc: Add easy to use conditional formatting menu by Paris Oplopoios · 2 years, 7 months ago
- 841f898 JavaScript uno bindings for WASM with Embind - first cut by Sarper Akdemir · 2 years, 8 months ago
- f9b1633 tdf#151273, tdf#151925: Don’t use QFont text layout by default by Khaled Hosny · 2 years, 9 months ago
- 61d961f tdf#142978 Remove a11y check dialog by Samuel Mehrbrodt · 3 years ago
- 83bde65 jsdialog: enable data validation dialog by Szymon Kłos · 3 years, 1 month ago
- b926ba6 Fix typo by Andrea Gelmini · 3 years, 2 months ago
- 297c71c Mention that Emscripten 3.1.30 is known to work for COWASM by Tor Lillqvist · 3 years, 2 months ago
- 4277e37 Don't overload the word 'module' unnecessarily by Tor Lillqvist · 3 years, 2 months ago
- 187d3b6 Minor typo fixes and some additional information by Tor Lillqvist · 3 years, 2 months ago
- d4b3b96 Fix typo by Andrea Gelmini · 3 years, 2 months ago
- 6f6b879 Add instructions for when building headless LO core for WASM by Tor Lillqvist · 3 years, 2 months ago
- 52c3744 Update Qt5 build instructions to use Allotropia's pre-patched repo by Tor Lillqvist · 3 years, 4 months ago
- 8b87e29 use $(file …) directly instead of gb_var2file when not used as intermediate by Christian Lohmaier · 3 years, 4 months ago
- f127fa6 gb_var2file: remove now unused chunk-size parameter by Christian Lohmaier · 3 years, 4 months ago
- fe845e4 Don't build the Qt5 Mandelbrot demos unless we have Qt5 by Tor Lillqvist · 3 years, 4 months ago
- fe8c8ec WASM: fix loading writer docs after rebase by Balázs Varga (allotropia) · 3 years, 5 months ago