<div dir="ltr"><div>Hi Jon,</div><div><br></div><div>I&#39;ve given talks on how it works at MeetingC++ 2016 and 2017, and CppCon 2018. We&#39;re using one of those tools at work too to autogenerate 70% of our build scripts (CMake) for a very large project (1000+ components). You can find the tool repositories on <a href="https://github.com/tomtom-international/cpp-dependencies">https://github.com/tomtom-international/cpp-dependencies</a> and <a href="https://github.com/dascandy/evoke">https://github.com/dascandy/evoke</a>. <br></div><div><br></div><div>I&#39;m mostly advocating the approach as a valid one though, rather than the specific tools. I believe John Lakos&#39; Large Scale C++ Software Design also allures to it as a valid approach.</div><div><br></div><div>Regards,</div><div>Peter Bindels<br></div></div><br><div class="gmail_quote"><div dir="ltr">On Wed, 19 Dec 2018 at 13:11, Jon Chesterfield &lt;<a href="mailto:jonathanchesterfield@gmail.com">jonathanchesterfield@gmail.com</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div class="gmail_quote">Hi Peter,<br><br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Date: Wed, 19 Dec 2018 08:48:54 +0100<br>
From: Peter Bindels &lt;<a href="mailto:dascandy@gmail.com" target="_blank">dascandy@gmail.com</a>&gt; </blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
I, for one, have stopped writing build files about 4 years ago and I<br>
haven&#39;t missed them one bit.<br></blockquote><br></div><div class="gmail_quote">How have you achieved this excellent result?<br><br></div><div class="gmail_quote">I spent a long time trying to write a single build script that would infer dependencies from the filesystem layout and then just works as more files are added / moved. That&#39;s sort of functional, but it struggles with code generators and still contains a list of what libraries various executables should be linked against.<br><br></div><div class="gmail_quote">I&#39;d very much like a good solution to this.<br><br></div><div class="gmail_quote">Cheers<br><br></div><div class="gmail_quote">Jon<br></div><div class="gmail_quote"><br></div></div>
_______________________________________________<br>
Tooling mailing list<br>
<a href="mailto:Tooling@isocpp.open-std.org" target="_blank">Tooling@isocpp.open-std.org</a><br>
<a href="http://www.open-std.org/mailman/listinfo/tooling" rel="noreferrer" target="_blank">http://www.open-std.org/mailman/listinfo/tooling</a><br>
</blockquote></div>