burningmime

Results 5 issues of burningmime

Easiest way to repro this is to make a file with this: ```c /** * User-provided logging function for displaying informational, warning, or error messages. This function may be called...

help wanted
3rd party
laterz

Doxygen supports the [INLINE_SIMPLE_STRUCTS](http://www.doxygen.nl/manual/config.html#cfg_inline_simple_structs) configuration which is great for plain C APIs where a struct is just 2 fields together. It seems m.css does not honor this (maybe Doxygen is...

help wanted
3rd party
laterz

Here's a minimal Dockerfile which will demonstrate the problem: ``` FROM ubuntu:18.04 ENV OSXCROSS_SDK_VERSION 10.11 ENV OSX_VERSION_MIN 10.9 ENV PATH "$PATH:/osxcross/target/bin" RUN export DEBIAN_FRONTEND=noninteractive \ && apt-get update -y \...

Seems like these headers are missing, which makes these SDKs fail to work with [osxcross](https://github.com/tpoechtrager/osxcross)

While it's possible to enumerate boundary triangles from a point cloud mesh, it's not clear if these are ordered such that a Polygon could be created from them (in fact...