<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ooprog/ue2/imgsynth2, branch master</title>
<subtitle>OOProg repository</subtitle>
<link rel='alternate' type='text/html' href='https://git.manuel.mausz.at/ooprog/'/>
<entry>
<title>* adding -Wno-long-long to all Makefiles</title>
<updated>2009-05-13T13:29:51+00:00</updated>
<author>
<name>manuel</name>
<email>manuel@clan-server.at</email>
</author>
<published>2009-05-13T13:29:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.manuel.mausz.at/ooprog/commit/?id=431bbac5a99abbccf33500e22aa353ec792eff94'/>
<id>431bbac5a99abbccf33500e22aa353ec792eff94</id>
<content type='text'>
* adding execute operator to cinstruction
* added labels map for better performance
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* adding execute operator to cinstruction
* added labels map for better performance
</pre>
</div>
</content>
</entry>
<entry>
<title>some more assert()s again</title>
<updated>2009-05-02T21:05:28+00:00</updated>
<author>
<name>manuel</name>
<email>manuel@nc8430.lan</email>
</author>
<published>2009-05-02T21:05:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.manuel.mausz.at/ooprog/commit/?id=c9945c50c3cfd49c00a458e3f0be7ef5be60439f'/>
<id>c9945c50c3cfd49c00a458e3f0be7ef5be60439f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>additional assert for getXPMColorID</title>
<updated>2009-05-02T18:44:05+00:00</updated>
<author>
<name>manuel</name>
<email>manuel@nc8430.lan</email>
</author>
<published>2009-05-02T18:44:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.manuel.mausz.at/ooprog/commit/?id=a17119a3e28ba4d1e82561d6dfd9a676da783db3'/>
<id>a17119a3e28ba4d1e82561d6dfd9a676da783db3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>corrected cpixelformat constructor</title>
<updated>2009-05-02T16:57:22+00:00</updated>
<author>
<name>manuel</name>
<email>manuel@nc8430.lan</email>
</author>
<published>2009-05-02T16:57:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.manuel.mausz.at/ooprog/commit/?id=bc94c4be2e7e37f1f3e8892dc115e61ed6b640e7'/>
<id>bc94c4be2e7e37f1f3e8892dc115e61ed6b640e7</id>
<content type='text'>
added classdiagramm
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
added classdiagramm
</pre>
</div>
</content>
</entry>
<entry>
<title>add some assert() to make tutor happy</title>
<updated>2009-05-02T15:28:21+00:00</updated>
<author>
<name>manuel</name>
<email>manuel@nc8430.lan</email>
</author>
<published>2009-05-02T15:28:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.manuel.mausz.at/ooprog/commit/?id=5c4506a8c5ee1a82268146007619b09e980a7a57'/>
<id>5c4506a8c5ee1a82268146007619b09e980a7a57</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- colortable now uses uint32_t as identifier</title>
<updated>2009-05-02T14:44:53+00:00</updated>
<author>
<name>manuel</name>
<email>manuel@nc8430.lan</email>
</author>
<published>2009-05-02T14:44:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.manuel.mausz.at/ooprog/commit/?id=bcadfa267f976fe9f29afa50a635cbe3ea174e38'/>
<id>bcadfa267f976fe9f29afa50a635cbe3ea174e38</id>
<content type='text'>
- rewrote xpm colortable parsing to convert their identifiers to our own and vica vi
- implemented indexed8::setpixel/getpixel
- moved rowsize to member variable in cbitmap
- added second test for xpm/indexed8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- rewrote xpm colortable parsing to convert their identifiers to our own and vica vi
- implemented indexed8::setpixel/getpixel
- moved rowsize to member variable in cbitmap
- added second test for xpm/indexed8
</pre>
</div>
</content>
</entry>
<entry>
<title>cwindowsbitmap: seek to bitmap data</title>
<updated>2009-05-01T18:33:33+00:00</updated>
<author>
<name>manuel</name>
<email>manuel@nc8430.lan</email>
</author>
<published>2009-05-01T18:33:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.manuel.mausz.at/ooprog/commit/?id=bca08c6de2b156cbec90944c809e5e7faecd231d'/>
<id>bca08c6de2b156cbec90944c809e5e7faecd231d</id>
<content type='text'>
cpixmap: use copy() instead of accessing array via indices
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
cpixmap: use copy() instead of accessing array via indices
</pre>
</div>
</content>
</entry>
<entry>
<title>rewrote pixmap::read to do more sanity checks</title>
<updated>2009-05-01T18:18:51+00:00</updated>
<author>
<name>manuel</name>
<email>manuel@nc8430.lan</email>
</author>
<published>2009-05-01T18:18:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.manuel.mausz.at/ooprog/commit/?id=b9ce1555b2baf9be209775dbd4c8b217db5cd735'/>
<id>b9ce1555b2baf9be209775dbd4c8b217db5cd735</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove testfile... hgrc is local and not shared per repository</title>
<updated>2009-05-01T14:38:02+00:00</updated>
<author>
<name>manuel</name>
<email>manuel@nc8430.lan</email>
</author>
<published>2009-05-01T14:38:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.manuel.mausz.at/ooprog/commit/?id=6431d84ffec82db10030d918cfed8e791e62f42c'/>
<id>6431d84ffec82db10030d918cfed8e791e62f42c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>keyword test</title>
<updated>2009-05-01T13:59:14+00:00</updated>
<author>
<name>manuel</name>
<email>manuel@nc8430.lan</email>
</author>
<published>2009-05-01T13:59:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.manuel.mausz.at/ooprog/commit/?id=a04692bfa93c5664f27f596568331c350165f126'/>
<id>a04692bfa93c5664f27f596568331c350165f126</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
