Dylan Baker
Dylan Baker
straings as iterables is useful, but I really wish that they didn't implement `__iter__` and instead had an `.iter()` method so you have to be explicit that you wanted to...
Yup. It’s a false positive due to the side effect. Also only shows up with plyint 2.16, I need to file a pylint bug
I've thought a bit about this problem, as I've been writing another implementation of Meson in c++. For meson++, creating rules to build multiple buildtypes at the same time should...
I think (If I understand correctly) the solution proposed is that the end user generates separate build directories for each target type, then this code generates a solution that invokes...
@xclaesse in the interest of making this easily mergable, I've dropped everything *except* re-using static_library's pic calculation
@jpakkane is this okay to go in during rc, or wait till 1.1?
I can put the include directories in the command directly if that's the problem. I did that initially but it ended up being really messy and I didn't like it....
Yeah, the documentation isn't very good there, as we have a bunch of methods that are implemented for `dependency()` but not `compiler.find_library()`. Name looks pretty trivial to implement though
Interesting, we do this explicitly, which doesn't seem good. @xclaesse: I tracked this back to f5da88112667fddb991ee455c051c9453b2542c1, when you converted the gtkdoc method from a run_target to a custom_target. Do you...
I would much rather just fix 'threads' do the the right thing, including being able to say that you want win32 threads instead of pthreads. I had a patch at...