<feed xmlns='http://www.w3.org/2005/Atom'>
<title>schedcat.git, branch master</title>
<subtitle>[ARCHIVE] Bjorn's schedulability study framework. Now on GitHub.</subtitle>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/schedcat.git/'/>
<entry>
<title>Pretty-print example task set files</title>
<updated>2013-11-26T23:21:47+00:00</updated>
<author>
<name>Bjoern Brandenburg</name>
<email>bbb@mpi-sws.org</email>
</author>
<published>2013-11-26T23:21:47+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/schedcat.git/commit/?id=005f680d80e7c97ef2a34589cb2baa3e09db9f8e'/>
<id>005f680d80e7c97ef2a34589cb2baa3e09db9f8e</id>
<content type='text'>
Easier to inspect by hand if properly indented.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Easier to inspect by hand if properly indented.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add example code and related end-to-end tests.</title>
<updated>2013-11-26T23:14:57+00:00</updated>
<author>
<name>Jeremy Erickson</name>
<email>jerickso@cs.unc.edu</email>
</author>
<published>2013-11-25T21:00:17+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/schedcat.git/commit/?id=eff718df52ffeb21bff6b59a5584e5b641887832'/>
<id>eff718df52ffeb21bff6b59a5584e5b641887832</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for arbitrary GEL locking priorities</title>
<updated>2013-11-25T20:50:04+00:00</updated>
<author>
<name>Jeremy Erickson</name>
<email>jerickso@cs.unc.edu</email>
</author>
<published>2013-11-25T20:50:04+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/schedcat.git/commit/?id=972ff75fcdddf59db00b50e8a28414cf0894cc24'/>
<id>972ff75fcdddf59db00b50e8a28414cf0894cc24</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bug in locking overhead code that used task set in place of its cardinality</title>
<updated>2013-11-25T20:46:02+00:00</updated>
<author>
<name>Jeremy Erickson</name>
<email>jerickso@cs.unc.edu</email>
</author>
<published>2013-11-25T20:46:02+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/schedcat.git/commit/?id=470baafab47738cb7b2474b07cbd6d44851a97f7'/>
<id>470baafab47738cb7b2474b07cbd6d44851a97f7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace pp with prio_pt in Python code, to match C++ code</title>
<updated>2013-11-25T20:40:23+00:00</updated>
<author>
<name>Jeremy Erickson</name>
<email>jerickso@cs.unc.edu</email>
</author>
<published>2013-11-25T20:40:23+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/schedcat.git/commit/?id=052203a707d0ba828c05b516a7306020a660a98c'/>
<id>052203a707d0ba828c05b516a7306020a660a98c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unused field from QPA implementation</title>
<updated>2013-08-14T17:10:46+00:00</updated>
<author>
<name>Bjoern Brandenburg</name>
<email>bbb@mpi-sws.org</email>
</author>
<published>2013-08-14T17:10:46+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/schedcat.git/commit/?id=0677e653b5822e99852ef55001cf2c89a95357c3'/>
<id>0677e653b5822e99852ef55001cf2c89a95357c3</id>
<content type='text'>
Silences a Clang++ warning/error:

&gt; In file included from src/edf/qpa.cpp:12:
&gt; include/edf/qpa.h:7:18: error: private field 'm' is not used [-Werror,-Wunused-private-field]
&gt;     unsigned int m;
&gt;                  ^
&gt; 1 error generated.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Silences a Clang++ warning/error:

&gt; In file included from src/edf/qpa.cpp:12:
&gt; include/edf/qpa.h:7:18: error: private field 'm' is not used [-Werror,-Wunused-private-field]
&gt;     unsigned int m;
&gt;                  ^
&gt; 1 error generated.
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement LP-based OMIP blocking analysis</title>
<updated>2013-07-12T12:19:22+00:00</updated>
<author>
<name>Bjoern Brandenburg</name>
<email>bbb@mpi-sws.org</email>
</author>
<published>2013-01-29T12:47:01+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/schedcat.git/commit/?id=064f6a2915d8bcecea31f07b2a57de80203c6f37'/>
<id>064f6a2915d8bcecea31f07b2a57de80203c6f37</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix broken demand calculation</title>
<updated>2013-05-22T17:10:13+00:00</updated>
<author>
<name>Bjoern Brandenburg</name>
<email>bbb@mpi-sws.org</email>
</author>
<published>2013-05-22T17:10:13+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/schedcat.git/commit/?id=e17645921697351bd968f034a85299c02332ad16'/>
<id>e17645921697351bd968f034a85299c02332ad16</id>
<content type='text'>
Felipe Cerqueira reported incorrect QPA results. The root cause was
a corner case in the demand calculation. This patch fixes the
underestimation of demand if time == deadline and adds a test case
discovered by Felipe that triggered the bug.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Felipe Cerqueira reported incorrect QPA results. The root cause was
a corner case in the demand calculation. This patch fixes the
underestimation of demand if time == deadline and adds a test case
discovered by Felipe that triggered the bug.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bugfix: de-duplicate definition of assign_ids_by_period</title>
<updated>2013-05-01T08:17:50+00:00</updated>
<author>
<name>Alexander Wieder</name>
<email>awieder@mpi-sws.org</email>
</author>
<published>2013-04-30T14:57:59+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/schedcat.git/commit/?id=b7380c730702f5c8a41ca89b007facd815f8d31d'/>
<id>b7380c730702f5c8a41ca89b007facd815f8d31d</id>
<content type='text'>
The Python taskmodel implementation, TaskSystem, has multiple
definitions of assign_ids_by_period(), where one of them actually
assigns IDs by deadline. This patch renames the method accordingly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The Python taskmodel implementation, TaskSystem, has multiple
definitions of assign_ids_by_period(), where one of them actually
assigns IDs by deadline. This patch renames the method accordingly.
</pre>
</div>
</content>
</entry>
<entry>
<title>blocking bounds: return C++ results object to caller</title>
<updated>2013-02-12T11:55:16+00:00</updated>
<author>
<name>Bjoern Brandenburg</name>
<email>bbb@mpi-sws.org</email>
</author>
<published>2012-12-12T10:53:40+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/schedcat.git/commit/?id=762565248b57d39bac5934da627f09d17e12df8c'/>
<id>762565248b57d39bac5934da627f09d17e12df8c</id>
<content type='text'>
This is useful for testing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is useful for testing.
</pre>
</div>
</content>
</entry>
</feed>
