Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
You should look at Ninja or (my favourite) Meson. Now, I just do C99, but I believe C++ are supported on both of 'em, and they're both wonderful
-
pps83676y@RememberMe I prefer to deal with VS directly (because I like it) and with xcode (because I have no other choice).
I really liked make-base original build system from android... I think it was well designed; however it seems that it's being replace by ... cmake -
pps83676y@Proximyst I've seen ninja (I've built chrome and I think they made ninja to handle chrome). No idea if these are any better. At least I know if I try to build cmake based project that I'll suffer and google for the same stuff again and again to be able to finally get VS project out of cmake.
-
Interesting. Now almost 2 years in a code base using cmake and some additional bash to instrument the build. Such a pestering pain. Sometimes wondered if it's our fault or of this poor 'language'.
But what alternative would you have for building on several Linux distros (rpm + deb) and MacOS (pkg) -
pps83676y@phorkyas We don't build for linux. We run windows servers :) We use cmake for linux (non production) builds, we actually reuse same build scripts from our android build.
We are slowly switching to linux, but we will be using same linux version perhaps across tens of thousands of our servers. The reason for the swtich is obvious: you can guess what licensing fees we pay to run these tens of thousands of win servers
Related Rants
-
DrPenguin9!rant Some days ago I finished "Ray tracing in a weekend" (Peter Shirley) and I'm learning a lot :D In the n...
-
Hastouki2This bonehead wants to delete your C++ code. He obviously means that to use this for out-of-source builds, but...
-
DirtEffect2WHAT THE FUCK? CMAKE you pathetic collection of loosely bundled scripts written in a shitty macro language! ...
In 15+ years of full time work as a C++ software engineer there is one tool that I always hated: CMAKE. What a fucking pile of shit, seriously, every time there is project that uses it I simply cannot build said project with one click. In all these 15 years working in different companies the only reason people speak about cmake is to avoid adding source files to multiple projects (VS, XCode, Android).
I'm not some kind of newbie: I've make cmake projects myself, I've build hundrends of projects that use cmake and I even contributed fixes to their code. I still believe that cmake is garbage that should stop to exist.
rant
cmake