summaryrefslogtreecommitdiff
path: root/static
AgeCommit message (Expand)AuthorFilesLines
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
2024-02-03First-class Embind JS support for OUStringStephan Bergmann3-8/+66
2024-02-01embindmaker: Add support for sequence typesStephan Bergmann1-0/+42
2024-01-31embindmaker: Consistently spell out "::com::sun::star::"Stephan Bergmann1-4/+4
2024-01-31embindmaker: Handle (plain) structsStephan Bergmann1-4/+125
2024-01-31Rename UnoInOutParamXxx -> uno_InOutParam_xxxStephan Bergmann1-55/+17
2024-01-31embindmaker: Handle enumsStephan Bergmann3-21/+32
2024-01-31embindmaker: Handle new-style singletonsStephan Bergmann1-3/+22
2024-01-31At least in its current form, embinding Any shouldn't need allow_raw_pointersStephan Bergmann1-48/+46
2024-01-31Embind in-out/out params of primitive type apparently need a wrapperStephan Bergmann2-1/+102
2024-01-31Embind clean up, only pass in-out/out params by raw pointerStephan Bergmann1-33/+32
2024-01-30Pass the_self by const ref in Embind wrapper functionsStephan Bergmann1-2/+7
2024-01-30Embinding OUString shouldn't need allow_raw_pointersStephan Bergmann1-2/+1
2024-01-30embindmaker: Handle new-style servicesStephan Bergmann1-20/+79
2024-01-30Expose comphelper::getProcessComponentContext through EmbindStephan Bergmann1-0/+2
2024-01-30embindmaker: Handle interface inheritanceStephan Bergmann1-26/+148
2024-01-30Rework the Embind mapping of UNO interfacesStephan Bergmann3-70/+48
2024-01-30Some renaming of generated identifiersStephan Bergmann1-24/+25
2024-01-29Experimental support for latest Emscripten (and Qt6)Stephan Bergmann2-6/+6
2024-01-28Hack to speed up compilation of generated UNO Embind sourceStephan Bergmann1-6/+19