automated testing
automated testing
Posted Jun 15, 2012 21:06 UTC (Fri) by mathstuf (subscriber, #69389)In reply to: automated testing by nix
Parent article: Calling for a new openSUSE development model
I'd like to use it, but AFAICT, there's darn near 0 support for C++ and it makes the headers not work with other compilers in the same way. For C++, sure, I can type out the mangled name, but that's a pain and should be unnecessary. I'd really just like to decorate functions and methods with a VERSION_SYMBOL("real_symbol", VERSION_STRING) right on the function. I was also unable to find out how method support works with it. Not to mention that I also need to support MSVC for this project which isn't going to handle headers with versioned symbols in it.
Of course, my search-fu may have just come up with nothing for these problems.
