I pushed out my 3.3 release, just wanted to update the final requirements. Despite basic lambda and other support in earlier compilers, through testing I have determined that GCC 5, Clang 3.3 and Visual Studio 2015 are required for full C++ support. Older compilers may build the bindings with reduced support, forcing a more simple version of the test application. I consider the C++ support alpha for now and subject to change as I get more feedback.
I was able to get it built with some compiler on all supported operating systems except for Windows 2000, which may still be possible, but I struggled to find a MinGW32 that still worked on Windows 2000, and I am not entirely sure what the use case would be for Windows 2000 at this point anyway. OS/2, Windows XP, PPC Mac are all supported by installing updated GCC compilers GCC 5 or later.
Also I promoted the platforms iOS and GTK4 to stable, Android remains at beta level due to a few outstanding bugs, performance and stability problems, but I hope to have Android promoted to stable for the next release.
Update: I was able to find a MinGW32 that supported Windows 2000: https://osdn.net/projects/mingw/ and was able to get the C++ binding built with it, however it was missing some Windows header files and I had to disable RICHEDIT and HTML to get it to build (and a couple minor modification that have now been committed).
I was able to get it built with some compiler on all supported operating systems except for Windows 2000, which may still be possible, but I struggled to find a MinGW32 that still worked on Windows 2000, and I am not entirely sure what the use case would be for Windows 2000 at this point anyway. OS/2, Windows XP, PPC Mac are all supported by installing updated GCC compilers GCC 5 or later.
Also I promoted the platforms iOS and GTK4 to stable, Android remains at beta level due to a few outstanding bugs, performance and stability problems, but I hope to have Android promoted to stable for the next release.
Update: I was able to find a MinGW32 that supported Windows 2000: https://osdn.net/projects/mingw/ and was able to get the C++ binding built with it, however it was missing some Windows header files and I had to disable RICHEDIT and HTML to get it to build (and a couple minor modification that have now been committed).