<feed xmlns='http://www.w3.org/2005/Atom'>
<title>inkscape/CMakeScripts/ConfigEnv.cmake, branch livecoding</title>
<subtitle>An experimental livecoding plugin for Inkscape</subtitle>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/'/>
<entry>
<title>Remove autopackage specfile</title>
<updated>2019-05-12T12:18:59+00:00</updated>
<author>
<name>Karl Cheng</name>
<email>qantas94heavy@gmail.com</email>
</author>
<published>2019-05-10T08:00:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=eaec48593f3447554627bc086c5cbf4cfa74f116'/>
<id>eaec48593f3447554627bc086c5cbf4cfa74f116</id>
<content type='text'>
Autopackage has not been maintained for many years now and seems unused.
Upstream website http://autopackage.org appears to be dead.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Autopackage has not been maintained for many years now and seems unused.
Upstream website http://autopackage.org appears to be dead.
</pre>
</div>
</content>
</entry>
<entry>
<title>CMake: Use CMAKE_CXX_STANDARD and don't set it in three places</title>
<updated>2019-03-31T20:25:19+00:00</updated>
<author>
<name>Patrick Storz</name>
<email>eduard.braun2@gmx.de</email>
</author>
<published>2019-03-31T20:25:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=c523de13b39a2bb128569ba5816af06e52d368d7'/>
<id>c523de13b39a2bb128569ba5816af06e52d368d7</id>
<content type='text'>
This requires bumping cmake version requirement to 3.1
(which should long be available on supported platforms, though)

TODO: We actually depend on GNU compiler extensions right now
      (i.e. *don't* build with -std=c++11 but require -std=gnu++11)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This requires bumping cmake version requirement to 3.1
(which should long be available on supported platforms, though)

TODO: We actually depend on GNU compiler extensions right now
      (i.e. *don't* build with -std=c++11 but require -std=gnu++11)
</pre>
</div>
</content>
</entry>
<entry>
<title>CMake: Drop support for devlibs builds</title>
<updated>2019-03-31T17:46:14+00:00</updated>
<author>
<name>Patrick Storz</name>
<email>eduard.braun2@gmx.de</email>
</author>
<published>2019-03-31T17:46:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=39673303486f17795104c8f55addcfa3471cf80c'/>
<id>39673303486f17795104c8f55addcfa3471cf80c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>CMake: Do not override CMAKE_&lt;LANG&gt;_LINK_EXECUTABLE variables</title>
<updated>2018-11-21T22:24:25+00:00</updated>
<author>
<name>Eduard Braun</name>
<email>eduard.braun2@gmx.de</email>
</author>
<published>2018-11-21T22:22:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=d6bbf36578528aebec0199bda051a7605f46fd7c'/>
<id>d6bbf36578528aebec0199bda051a7605f46fd7c</id>
<content type='text'>
Despite the misleading name they are actually supposed to hold the
"rule" to link an executable (i.e. the full linker command line)
and not just the linker executable name.

CMake already defaults to the CMAKE_&lt;LANG&gt;_COMPILER for the latter.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Despite the misleading name they are actually supposed to hold the
"rule" to link an executable (i.e. the full linker command line)
and not just the linker executable name.

CMake already defaults to the CMAKE_&lt;LANG&gt;_COMPILER for the latter.
</pre>
</div>
</content>
</entry>
<entry>
<title>config.h - remove all defines we never use</title>
<updated>2018-10-01T22:50:12+00:00</updated>
<author>
<name>Eduard Braun</name>
<email>eduard.braun2@gmx.de</email>
</author>
<published>2018-09-30T18:41:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=201c7d76d3c6432e18de93cba1974f1af5c7a14d'/>
<id>201c7d76d3c6432e18de93cba1974f1af5c7a14d</id>
<content type='text'>
(strictly speaking PACKAGE and PACKAGE_NAME are unused, too, but
 let's keep them for now)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(strictly speaking PACKAGE and PACKAGE_NAME are unused, too, but
 let's keep them for now)
</pre>
</div>
</content>
</entry>
<entry>
<title>CMake/MSYS2: Properly disable jemalloc for all builds</title>
<updated>2018-09-10T11:21:09+00:00</updated>
<author>
<name>Eduard Braun</name>
<email>eduard.braun2@gmx.de</email>
</author>
<published>2018-09-10T11:21:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=15533eeb2fe0073736b30fe4ab6137ef4934dd9a'/>
<id>15533eeb2fe0073736b30fe4ab6137ef4934dd9a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>root dir tidying: move mingwenv.cmake -&gt; CMakeScripts/ConfigEnvMinGW.cmake</title>
<updated>2017-07-15T22:10:29+00:00</updated>
<author>
<name>Eduard Braun</name>
<email>eduard.braun2@gmx.de</email>
</author>
<published>2017-07-15T21:54:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=0e706b0714e86199b2024ddfecb22fcd386b79bc'/>
<id>0e706b0714e86199b2024ddfecb22fcd386b79bc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop x11 dependency.</title>
<updated>2017-06-15T08:50:53+00:00</updated>
<author>
<name>Elliott Sales de Andrade</name>
<email>quantum.analyst@gmail.com</email>
</author>
<published>2017-06-15T01:16:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=78dd7c5f8d9b253f4439fa9d1ea5168cfe46b4cc'/>
<id>78dd7c5f8d9b253f4439fa9d1ea5168cfe46b4cc</id>
<content type='text'>
On macOS, it's added if GTK+ 2 uses the x11 backends, which seems a
bit silly since Inkscape is using GTK+ 3. Linux also doesn't appear to
require x11 linkage, especially if using Wayland as a backend.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
On macOS, it's added if GTK+ 2 uses the x11 backends, which seems a
bit silly since Inkscape is using GTK+ 3. Linux also doesn't appear to
require x11 linkage, especially if using Wayland as a backend.
</pre>
</div>
</content>
</entry>
<entry>
<title>cmake: Don't include 'ConfigPaths.cmake' twice</title>
<updated>2017-05-09T18:11:04+00:00</updated>
<author>
<name>Eduard Braun</name>
<email>eduard.braun2@gmx.de</email>
</author>
<published>2017-05-09T18:11:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=67810fe35e7654b9cf0706abc317a9b53dcbff72'/>
<id>67810fe35e7654b9cf0706abc317a9b53dcbff72</id>
<content type='text'>
(bzr r15680)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r15680)</pre>
</div>
</content>
</entry>
<entry>
<title>Support for building with MSYS2</title>
<updated>2017-03-04T20:39:01+00:00</updated>
<author>
<name>Eduard Braun</name>
<email>eduard.braun2@gmx.de</email>
</author>
<published>2017-03-04T20:39:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=e0cfcecca077b96759bc3709195a93d8ea0c48d6'/>
<id>e0cfcecca077b96759bc3709195a93d8ea0c48d6</id>
<content type='text'>
See Wiki for build instructions:
http://wiki.inkscape.org/wiki/index.php/Compiling_Inkscape_on_Windows_with_MSYS2

(bzr r15564)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See Wiki for build instructions:
http://wiki.inkscape.org/wiki/index.php/Compiling_Inkscape_on_Windows_with_MSYS2

(bzr r15564)</pre>
</div>
</content>
</entry>
</feed>
