Explore >> Select a destination


You are here

bentsukun.ch
| | blog.jak-linux.org
14.1 parsecs away

Travel
| | Ever since it's creation back in the dark ages, APT shipped with it's own build system consisting of autoconf and a bunch of makefiles. In 2009, I felt like replacing that with something more standard, and because nobody really liked autotools, decided to go with CMake. Well,the bazaar branch was never really merged back in 2009. Fast forward 7 years to 2016. A few months ago, we noticed that our build system had trouble with correct dependencies in parallel building. So, in search for a way out, I picked up my CMake branch from 2009 last Thursday and spent the whole weekend working on it, and today I am happy to announce that I merged it into master:
| | samthursfield.wordpress.com
15.7 parsecs away

Travel
| | As I said in my last post about CMake, targets are everything in CMake. Unfortunately, not everything is a target though! If you've tried do anything non-trivial in CMake using the add_custom_command() command, you may have got stuck in this horrible swamp of confusion. If you want to generate some kind of file at build...
| | abstractexpr.com
18.9 parsecs away

Travel
| | The C programming language is over 50 years old. Despite its age, it is still going strong. Many languages have tried to replace it. But so far none did succeed. To this very day, C is still the foundation on which all the software we use each and every day ultimately depends. But with such...
| | aradaelli.com
43.0 parsecs away

Travel
|