-
Notifications
You must be signed in to change notification settings - Fork 701
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hook redesign #3600
Comments
And remove things like the program db in some of the flag types which are there only to avoid modifying the hook function types. See the TODO in the code. |
Now with #3670 we can add a hook to generate the With this it would be possible to override the Paths_* module and generate modules on the fly without having to guess where to put them (dist/build, dist/build/exe, dist/libbuild, etc) or when to create them (on configure, on build, before cpp, etc). |
@fmaste, do you want to make a ticket describing this suggestion in more detail (like a spec), and then edit the description here to link to it? |
Sorry, I don't think this is going to happen for 2.0. |
@ttuegel, let's make this a tracking ticket for hook redesign.
I'm collecting tickets of things that should be fixed in the redesign:
HookedLocalBuildInfo
; the rest should not!HookedBuildInfo
should support all different component types, not just library and executableThe text was updated successfully, but these errors were encountered: