Advertising

Murray's Blog


Archive for June, 2010

Gitorious Merge Requests are Awkward for Small Changes

Thursday, June 17th, 2010

Some projects on gitorious want all patches via git merge requests. This is very tedious, particularly for small changes. It’s therefore likely that many small improvements will never be submitted. Projects must care about that if they care about quality. As far as I can tell, you must do it like this: Create a remote [...]


All gtkmm documentation moved to library.gnome.org

Saturday, June 5th, 2010

*mm documentation on library.gnome.org We’ve finally moved the API documentation for gtkmm and the other C++ bindings to library.gnome.org’s C++ Reference section. These are all created with Doxygen. Using library.gnome.org means that it’s updated every time we do a tarball release and we don’t lose old versions when it’s updated. We also have both the [...]