summaryrefslogtreecommitdiff
path: root/static
AgeCommit message (Expand)AuthorFilesLines
6 daysEmbind: Fix uno_Any.get for null interface valuesStephan Bergmann1-1/+4
8 daysEmscripten: Towards a working C++ UNO bridgeStephan Bergmann3-0/+637
12 daysmakefile simplification: replace $(call gb_CustomTarget_get_workdir,foo)Christian Lohmaier5-16/+16
14 daysuse [[noreturn]] instead of asserts that badUsage exitsCaolán McNamara1-1/+1
2024-04-30Embind: Fix out-param handlingStephan Bergmann2-62/+35
2024-04-26gb_Trace_EndRange MOC instead of CXX (CustomTarget_wasm-qt5-mandelbrot_moc)Julien Nabet1-1/+1
2024-04-20Embind: Test and Fix out-param handlingStephan Bergmann1-2/+2
2024-04-20Embind: Drop $equals, add sameUnoObjectStephan Bergmann2-6/+6
2024-04-19Embind: Clarify need for emscripten::internal::raw_destructor specializationsStephan Bergmann1-4/+2
2024-04-19Embind: Consistently represent empty interface references as JS nullStephan Bergmann2-15/+12
2024-04-19Embind: Don't expose special XInterface methods to JS client codeStephan Bergmann1-8/+11
2024-04-18Embind: throwUnoException from JSStephan Bergmann1-58/+64
2024-04-18Embind: We no longer need interface FromAny ctorStephan Bergmann3-8/+1
2024-04-17Embind: css::uno::Type should probably use sharing_policy::NONEStephan Bergmann1-1/+1
2024-04-16Embind: No need for $queryStephan Bergmann2-10/+5
2024-04-12Embind: support .implement()-based JS UNO objectsStephan Bergmann1-9/+151
2024-04-06Fix typoAndrea Gelmini1-1/+1
2024-04-04Improved documentation (Emscripten, Qt5 usage, WASM examples)Moritz Duge1-13/+15
2024-04-04Drop spurious .delete() calls from example codeStephan Bergmann1-1/+0
2024-03-20Fix `cd static && make` for emscripten buildStephan Bergmann1-0/+1
2024-03-11Embind construction of UNO Any sequence/struct/exception/interfaceStephan Bergmann1-7/+11
2024-03-11Embind construction of UNO Any enumStephan Bergmann1-1/+11
2024-03-08Embind construction of UNO Any TypeStephan Bergmann1-1/+1
2024-03-08Redesign Embind UNO Any constructionStephan Bergmann2-4/+5
2024-03-08Directly go via std::u16stringStephan Bergmann1-17/+2
2024-03-08Improve Embind'ing of UNO TypeStephan Bergmann1-0/+36
2024-03-07Add Embind'ing of UNO Any getter for interfacesStephan Bergmann2-2/+12
2024-03-07Add $equals to Embind'ing of UNO interfacesStephan Bergmann1-1/+6
2024-03-07Fix Embind'ing of UNO Any getter for sequencesStephan Bergmann1-1/+5
2024-03-06Adapt to emsdk 3.1.46Stephan Bergmann1-1/+1
2024-03-06Update documented emsdk versionStephan Bergmann1-4/+4
2024-03-06Add Embind'ing of UNO Any getter for exceptionsStephan Bergmann2-11/+59
2024-03-04Add Embind'ing of UNO Any getter for sequencesStephan Bergmann2-2/+34
2024-03-04Add Embing'ing of UNO Any getter for enumsStephan Bergmann2-1/+33
2024-03-04Improve Embing'ing of UNO Any somewhatStephan Bergmann1-46/+95
2024-02-29Some minimal Embind support for UNO typeStephan Bergmann1-0/+43
2024-02-29Improve sample code, missing delete()Stephan Bergmann1-1/+3
2024-02-29Embind support for constant groupsStephan Bergmann1-6/+56
2024-02-28Generate slightly more flexible JS init_unoembind_* functionsStephan Bergmann2-6/+5
2024-02-28Init Embind-ings manually, once UNO is set upStephan Bergmann2-12/+26
2024-02-28Fold InternalUnoApi_embindtest into UnoApi_udkapiStephan Bergmann1-6/+0
2024-02-26Fix copy/paste errorStephan Bergmann1-1/+1
2024-02-24Add a favicon to the Wasm buildStephan Bergmann3-0/+17
2024-02-22Embind: Add UNO char supportStephan Bergmann1-0/+34
2024-02-22Framework for some UNOIDL to test the Embind UNO binding withStephan Bergmann2-2/+10
2024-02-21Remove stray code from exampleStephan Bergmann1-1/+0
2024-02-15Fold registeroustring.js into PrimaryBindings.cxxStephan Bergmann2-59/+55
2024-02-10Fix WASM TB following ace21b4b2537a3cf2301fca2ac6f78d0612e911fJulien Nabet1-1/+1
2024-02-08Embind: Allow UNO sequences to be constructed from JS arraysStephan Bergmann1-1/+2
2024-02-08Embind: Map UNO structs to emscripten::value_objectStephan Bergmann1-81/+5