-
Notifications
You must be signed in to change notification settings - Fork 9
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
Dependency checking #3
Comments
Where was this posted? I'd like to see~ By dependency checking, do you mean seeing if dependent packages are installed, or if any files have changed? If the latter, then files aren't currently checked to see if they have changed, but the way things work now it would definitely be easy to add that. If the former, then I'm not sure how I want to go witht hat. |
www.reddit.com/r/programming/comments/2yzgd0/qo_a_cc_build_system_with_no_build_files/ I'm referring to the latter. |
That would be a very desirable feature. Nice project this is, by the way. — On Sun, Mar 15, 2015 at 2:35 PM, Pietro Gagliardi
|
Hi guys, Hope u are all well ! It would have been awesome to extract packages dependencies from a CMakeLists.txt, with a lexer/peg parser, and build c++ projects for creating custom docker alpine images. Was this project used in production with success ? Cheers, |
I just found qo recently, and it looks really nice. However, someone on Reddit pointed out that he didn't see any dependency checking. Does qo just rebuild everything every time? If so, would dependency checking be planned for a future release?
The text was updated successfully, but these errors were encountered: