<feed xmlns='http://www.w3.org/2005/Atom'>
<title>inkscape/src/debug/CMakeLists.txt, 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>Clarify licenses</title>
<updated>2018-11-08T17:18:20+00:00</updated>
<author>
<name>Max Gaukler</name>
<email>development@maxgaukler.de</email>
</author>
<published>2018-09-11T14:05:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=79d82382b3ea1b7d77e3a47a96a786557588787a'/>
<id>79d82382b3ea1b7d77e3a47a96a786557588787a</id>
<content type='text'>
- add license headers to everything
- convert a few files from public domain or LGPL2.1+ to GPL2+
- some archaeology to clarify which files are from which library
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- add license headers to everything
- convert a few files from public domain or LGPL2.1+ to GPL2+
- some archaeology to clarify which files are from which library
</pre>
</div>
</content>
</entry>
<entry>
<title>cmake:</title>
<updated>2011-06-13T05:39:42+00:00</updated>
<author>
<name>Campbell Barton</name>
<email>ideasman42@gmail.com</email>
</author>
<published>2011-06-13T05:39:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=b7a4f23ed217a36eaaefe8f707bcc1b968d1e562'/>
<id>b7a4f23ed217a36eaaefe8f707bcc1b968d1e562</id>
<content type='text'>
- group source/headers per library (for some IDE's)
- include headers with source listing (also for IDE's)
- remove unneeded Find modules

(bzr r10281)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- group source/headers per library (for some IDE's)
- include headers with source listing (also for IDE's)
- remove unneeded Find modules

(bzr r10281)</pre>
</div>
</content>
</entry>
<entry>
<title>cmake: now builds without having most of the source listed in 1 file.</title>
<updated>2011-06-13T02:33:03+00:00</updated>
<author>
<name>Campbell Barton</name>
<email>ideasman42@gmail.com</email>
</author>
<published>2011-06-13T02:33:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=2c5f1ac093f8d674dae8fc1cae88862d02468356'/>
<id>2c5f1ac093f8d674dae8fc1cae88862d02468356</id>
<content type='text'>
(bzr r10278)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r10278)</pre>
</div>
</content>
</entry>
<entry>
<title>cmake:</title>
<updated>2011-06-13T00:19:17+00:00</updated>
<author>
<name>Campbell Barton</name>
<email>ideasman42@gmail.com</email>
</author>
<published>2011-06-13T00:19:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=7172735786c43c2305a92ffd4e5d285d11f88f7f'/>
<id>7172735786c43c2305a92ffd4e5d285d11f88f7f</id>
<content type='text'>
 turns out my recent commits (which I undid) were not incorrect, variables were set in subdirectories then used in the parent directory, where they were still unset.

Fixing this broke the build because some files in the subdir were not compiling.

(bzr r10276)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 turns out my recent commits (which I undid) were not incorrect, variables were set in subdirectories then used in the parent directory, where they were still unset.

Fixing this broke the build because some files in the subdir were not compiling.

(bzr r10276)</pre>
</div>
</content>
</entry>
<entry>
<title>cmake: give all libs a _LIB suffix, workaround 'debug' being confused with cake keyword, and also dont mix up dor names with libs.</title>
<updated>2011-06-12T21:27:00+00:00</updated>
<author>
<name>Campbell Barton</name>
<email>ideasman42@gmail.com</email>
</author>
<published>2011-06-12T21:27:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=de03354959190a2c5392d79e03dd22dc45777e41'/>
<id>de03354959190a2c5392d79e03dd22dc45777e41</id>
<content type='text'>
(bzr r10274)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r10274)</pre>
</div>
</content>
</entry>
<entry>
<title>work in progress cmake commit:</title>
<updated>2011-06-12T18:27:29+00:00</updated>
<author>
<name>Campbell Barton</name>
<email>ideasman42@gmail.com</email>
</author>
<published>2011-06-12T18:27:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=0ddedab9c6185028661dcaaac9f6fbca4c9e93fc'/>
<id>0ddedab9c6185028661dcaaac9f6fbca4c9e93fc</id>
<content type='text'>
- cmake now builds all files that automake does but does NOT link yet
- inlcudes nasty hard coded paths and libs (will replace once linking works)

(bzr r10272)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- cmake now builds all files that automake does but does NOT link yet
- inlcudes nasty hard coded paths and libs (will replace once linking works)

(bzr r10272)</pre>
</div>
</content>
</entry>
<entry>
<title>Cmake: Fixed the extra -l in the link command, plus a add linking for all sub-libs of inkscape.</title>
<updated>2009-01-12T01:25:52+00:00</updated>
<author>
<name>Joshua L. Blocher</name>
<email>verbalshadow@gmail.com</email>
</author>
<published>2009-01-12T01:25:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=431b6e2c2cfe6c10b101aaaf296550b4ec44c862'/>
<id>431b6e2c2cfe6c10b101aaaf296550b4ec44c862</id>
<content type='text'>
(bzr r7120)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r7120)</pre>
</div>
</content>
</entry>
<entry>
<title>Cmake: restructure build files to be more like current build system. Should reduce linking stage command for windows.</title>
<updated>2009-01-09T01:57:18+00:00</updated>
<author>
<name>Joshua L. Blocher</name>
<email>verbalshadow@gmail.com</email>
</author>
<published>2009-01-09T01:57:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=d0a01c4ce2652c3fb0b6fb89725c56d20e94c538'/>
<id>d0a01c4ce2652c3fb0b6fb89725c56d20e94c538</id>
<content type='text'>
(bzr r7100)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r7100)</pre>
</div>
</content>
</entry>
<entry>
<title>instrument event latency</title>
<updated>2008-07-08T19:16:01+00:00</updated>
<author>
<name>MenTaLguY</name>
<email>mental@rydia.net</email>
</author>
<published>2008-07-08T19:16:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=5621aed042ec29e9606b2bdce44a1f42f61c8e6b'/>
<id>5621aed042ec29e9606b2bdce44a1f42f61c8e6b</id>
<content type='text'>
(bzr r6231)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r6231)</pre>
</div>
</content>
</entry>
<entry>
<title>Cmake: remove header files from source lists</title>
<updated>2008-06-24T06:32:23+00:00</updated>
<author>
<name>Joshua L. Blocher</name>
<email>verbalshadow@gmail.com</email>
</author>
<published>2008-06-24T06:32:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=f53151e0184975e4331f5e981f57e32148379d74'/>
<id>f53151e0184975e4331f5e981f57e32148379d74</id>
<content type='text'>
(bzr r6046)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r6046)</pre>
</div>
</content>
</entry>
</feed>
