Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2024-04-30 | Embind: Fix out-param handling | Stephan Bergmann | 1 | -0/+6 |
2024-04-18 | Embind: We no longer need interface FromAny ctor | Stephan Bergmann | 1 | -5/+0 |
2024-03-04 | Add Embind'ing of UNO Any getter for sequences | Stephan Bergmann | 1 | -0/+1 |
2024-03-04 | Add Embing'ing of UNO Any getter for enums | Stephan Bergmann | 1 | -0/+13 |
2024-02-23 | Propagate by-ref Sequence::operator[] return type through lambda | Stephan Bergmann | 1 | -1/+1 |
2024-02-08 | Embind: Allow UNO sequences to be constructed from JS arrays | Stephan Bergmann | 1 | -1/+22 |
2024-02-06 | Prevent JS from creating css::uno::Sequence of negative size | Stephan Bergmann | 1 | -5/+13 |
2024-02-01 | embindmaker: Add support for sequence types | Stephan Bergmann | 1 | -0/+36 |
2024-01-31 | Embind in-out/out params of primitive type apparently need a wrapper | Stephan Bergmann | 1 | -0/+16 |
2024-01-30 | Rework the Embind mapping of UNO interfaces | Stephan Bergmann | 1 | -0/+37 |