<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>Building Vala projects with CMake</title>
    <link>http://westhoffswelt.de/blog/0043_build_vala_projects_with_cmake_macros.html</link>
    <description>Recently I wrote an application in Vala. Vala is a great language positioned around the GObject system, which is used a lot in the GTK/Gnome world. Vala is a very feature rich object-oriented high-level language, which incorporates modern language concepts known from C# or current versions of Java. In contrast to Java and C# Vala programs do not need any memory consuming runtime to be executed. They are compiled to plain C code, which is then compiled using your favorite compiler chain into good old machine code. Most likely this will be GCC. To be able to build my Vala project I wanted to use CMake, which I like much better than the autotools. This blogpost gives a practical demonstration on how to integrate Vala with CMake to build your Vala based projects.
</description>
    <language>en</language>
    <copyright>CC by-nc-sa</copyright>
    <managingEditor>Jakob Westhoff</managingEditor>
    <managingEditor>Jakob Westhoff &lt;jakob@westhoffswelt.de&gt;</managingEditor>
    <pubDate>Mon, 28 Dec 2009 21:27:46 +0000</pubDate>
    <lastBuildDate>Mon, 28 Dec 2009 21:27:46 +0000</lastBuildDate>
    <generator>eZ Components Feed dev (http://ezcomponents.org/docs/tutorials/Feed)</generator>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <item>
      <title>poligons at Mon, 18 Apr 2011 22:03:01 +0200</title>
      <link>http://westhoffswelt.de/blog/0043_build_vala_projects_with_cmake_macros.html#comment_3</link>
      <description>I forgot to ask about the license. Can I use the Macros e.g. for commercial software?</description>
      <author>poligons</author>
      <pubDate>Mon, 18 Apr 2011 20:03:01 +0000</pubDate>
    </item>
    <item>
      <title>poligons at Mon, 18 Apr 2011 21:58:51 +0200</title>
      <link>http://westhoffswelt.de/blog/0043_build_vala_projects_with_cmake_macros.html#comment_2</link>
      <description>I second the request to put this awesomeness upstream :)</description>
      <author>poligons</author>
      <pubDate>Mon, 18 Apr 2011 19:58:51 +0000</pubDate>
    </item>
    <item>
      <title>Kalev at Thu, 04 Mar 2010 12:18:46 +0100</title>
      <link>http://westhoffswelt.de/blog/0043_build_vala_projects_with_cmake_macros.html#comment_1</link>
      <description>This is really nice, thanks!&#13;
&#13;
Maybe you should try to push these macros to CMake upstream too, so that everybody wouldn't have to copy them in their own projects?</description>
      <author>Kalev</author>
      <pubDate>Thu, 04 Mar 2010 11:18:46 +0000</pubDate>
    </item>
  </channel>
</rss>

