Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-17 | C#: Optimize struct marshalling | Ignacio Etcheverry | |
- We no longer box struct to return them from internal calls. - Use reinterpret_cast if the managed struct layout is the same as the native struct. | |||
2018-07-04 | Mono: Pending exceptions and cleanup | Ignacio Etcheverry | |