GertyP

Results 22 comments of GertyP

I also ran in to this problem, which I mention in [this issue](https://github.com/oneapi-src/oneTBB/issues/1208) and was directed to this (thanks, @isaevil). I wonder if others have an explanation for what seems...

Just in case it's a useful test-case, I have a slight variation on this error, where it's clear from looking that we can deduce the narrowed return type in all...

It would be useful to know if this is being overlooked or perhaps just deferred for various reasons (and what those reasons might be). Without feedback on at least the...

"the end user generates separate build directories for each target type, then this code generates a solution that invokes those solutions when called for a specific build type. So that...

Perhaps those such as @CrendKing, @anarazel, or @nioncode, who have authored some of the more recent 'vs20[xx]backend.py' changes are in a position to review/critique these changes. It feels like it'd...

Thanks for the reply, @jpakkane . Regarding "all the usability integration stuff that VS users are used to": It provides - - Support for multiple build configurations ('buildtypes') which are...

Thanks for the detailed steps @CrendKing . Now that it seems the general concept, as described in all my blurb above, hasn't been dismissed outright (and perhaps even be given...

@eli-schwartz > Do you mean stuff like how cmake adds directories ... > > Meson does attempt to guess the names of compilers, e.g. it will search for cl.exe, gcc,...

> If you add a C source file to a meson project that was exclusively C++, then you get an error message ... If you don't get that error, then...

@CrendKing: This has been updated to fix the issues you mentioned above. Please feel free to have another look and give feedback on the changes. The same goes for anyone...