Charles Brunet

Results 30 comments of Charles Brunet

@eli-schwartz I finally refactored the `get_crt_compile_args()` and `get_crt_link_args()` stuff. It allowed to simplify and streamline the `get_crt()` interpreter function. I also rewrote the test because you were right there were...

I'd be in favor of renaming it `cpufeatures`, or maybe simply `cpu`, just to avoid confusion with the "feature" object that is completly different.

:+1: I need this feature too. Would be useful to add this to `compile_resources` and `compile_ui` as well. I would rather add the `preserve_path_from` to each function, and update documentation...

It seems this implementation suffers the same bug as pkgconf 1.9 - 2.0 described here: https://github.com/pkgconf/pkgconf/issues/322 , where abseil lib order is incorrect. I think the fix is in https://github.com/pkgconf/pkgconf/commit/45073b7460b88eb7bec44a6b53d77eea939e97bd...

What would be great is if a user could set an option in its preferences to prevent display and/or play of explicit tracks. Also, if an admin user could prevent...

Another use case is described in discussion #13235

> Linking discussion #13235, an alternative approach would be to make `custom_target` use rsp files automatically. That seems to be the more general solution of the two. Would it also...