You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In case it was a concious decision not to Support VLA, then this should be mentioned in the readme.
In general it would be helpful if known limits of c99-to-c89 were documented, at least roughly.
That said, it is still a more than helpful tool. Thanks for creating it!
The text was updated successfully, but these errors were encountered:
I don't think it was conscious, we implemented what we needed to get ffmpeg to compile and then it was "good enough" for us. I think we'd be happy to merge patches to support other (non-ffmpeg) features, but realistically a lot of people have moved on now that recent versions of MSVC semi-properly support C99...
becomes something like
It could be done near-properly by using alloca, i.e. _alloca (for MSVC):
In case it was a concious decision not to Support VLA, then this should be mentioned in the readme.
In general it would be helpful if known limits of c99-to-c89 were documented, at least roughly.
That said, it is still a more than helpful tool. Thanks for creating it!
The text was updated successfully, but these errors were encountered: