andlabs / qo

Another build system for C/C++, I guess? Inspired by 'go build'
Other
308 stars 9 forks source link

Dependency checking #3

Open refi64 opened 9 years ago

refi64 commented 9 years ago

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?

andlabs commented 9 years ago

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.

refi64 commented 9 years ago

www.reddit.com/r/programming/comments/2yzgd0/qo_a_cc_build_system_with_no_build_files/

I'm referring to the latter.

flplv commented 9 years ago

That would be a very desirable feature. 

Nice project this is, by the way. 

— Sent from Mailbox

On Sun, Mar 15, 2015 at 2:35 PM, Pietro Gagliardi notifications@github.com wrote:

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.

Reply to this email directly or view it on GitHub: https://github.com/andlabs/qo/issues/3#issuecomment-81174508

roscopecoltran commented 7 years ago

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, Richard