Charles Brunet
Charles Brunet
This method call xgettext to extract translatable string from source files into a .pot translation template. It differs from a plain CustomTarget in three ways: - It accepts build targets...
Both are really the same type. No need to have both.
OptionKey objects are used extensively. We want them with a simple API, but they also need to be optimized to not compromise meson performances. Since this is an immutable object,...
The `generate_target` function of ninja backend takes 55s for me on master, but 84s on the optionrefactors branch. It seems it spends a lot of time constructing `OptionKey` objects. I...