<feed xmlns='http://www.w3.org/2005/Atom'>
<title>schedcat.git/native/interface, 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>Export the LP-based analysis of the DFLP/DPCP</title>
<updated>2013-02-12T11:49:40+00:00</updated>
<author>
<name>Bjoern Brandenburg</name>
<email>bbb@mpi-sws.org</email>
</author>
<published>2012-08-07T18:30:16+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/schedcat.git/commit/?id=aa726aa597d5e1aa75b69b0e37caa98ee63d6543'/>
<id>aa726aa597d5e1aa75b69b0e37caa98ee63d6543</id>
<content type='text'>
...via Swig to Python. The actual Python API will
be finalized later.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
...via Swig to Python. The actual Python API will
be finalized later.
</pre>
</div>
</content>
</entry>
<entry>
<title>Extract sharedres_types.h from sharedres.h</title>
<updated>2013-02-12T11:49:39+00:00</updated>
<author>
<name>Bjoern Brandenburg</name>
<email>bbb@mpi-sws.org</email>
</author>
<published>2012-08-07T17:51:20+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/schedcat.git/commit/?id=6bd218ab3d181a6295de0da88489abe40ffd3cec'/>
<id>6bd218ab3d181a6295de0da88489abe40ffd3cec</id>
<content type='text'>
The LP code requires many of the same definitions. Therefore, this patch splits the reusable
type definitions into an individual file to facilitate inclusion.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The LP code requires many of the same definitions. Therefore, this patch splits the reusable
type definitions into an individual file to facilitate inclusion.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add QPA EDF uniprocessor test</title>
<updated>2012-11-27T11:33:29+00:00</updated>
<author>
<name>Bjoern Brandenburg</name>
<email>bbb@mpi-sws.org</email>
</author>
<published>2012-11-27T11:33:12+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/schedcat.git/commit/?id=31114f8a3be33b0289f09df4506ba25664aa517c'/>
<id>31114f8a3be33b0289f09df4506ba25664aa517c</id>
<content type='text'>
Based on Zhang and Burns (2009), "Schedulability Analysis for Real-Time Systems with EDF Scheduling", IEEE Transactions on Computers, Vol 58, No 9.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Based on Zhang and Burns (2009), "Schedulability Analysis for Real-Time Systems with EDF Scheduling", IEEE Transactions on Computers, Vol 58, No 9.
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial GEL Piecewise Linear implementation</title>
<updated>2012-09-25T16:39:56+00:00</updated>
<author>
<name>Jeremy Erickson</name>
<email>jerickso@cs.unc.edu</email>
</author>
<published>2012-09-21T00:41:44+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/schedcat.git/commit/?id=37dbd04e4f9d8956cf4be1c196e282760aa37011'/>
<id>37dbd04e4f9d8956cf4be1c196e282760aa37011</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename time types used in C++ schedulablity analysis</title>
<updated>2012-04-11T15:00:35+00:00</updated>
<author>
<name>Bjoern Brandenburg</name>
<email>bbb@mpi-sws.org</email>
</author>
<published>2012-04-11T15:00:35+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/schedcat.git/commit/?id=7f5bca0f5d1c1bfc56c83e248360720ef45c842a'/>
<id>7f5bca0f5d1c1bfc56c83e248360720ef45c842a</id>
<content type='text'>
integral_t   == integral time units
fractional_t == fractions of integral time units

This is hopefully less of an eyesore than mpq_class and mpz_class.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
integral_t   == integral time units
fractional_t == fractions of integral time units

This is hopefully less of an eyesore than mpq_class and mpz_class.</pre>
</div>
</content>
</entry>
<entry>
<title>Ignore subscript operator [] in Swig wrappers</title>
<updated>2012-04-11T13:06:59+00:00</updated>
<author>
<name>Bjoern Brandenburg</name>
<email>bbb@mpi-sws.org</email>
</author>
<published>2012-04-11T12:36:46+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/schedcat.git/commit/?id=77b614ec4df27dc0713dc71a2bf38527a4df4386'/>
<id>77b614ec4df27dc0713dc71a2bf38527a4df4386</id>
<content type='text'>
The Python code does not require access, so just
ignore these operators. This fixes a couple of
Swig warnings.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The Python code does not require access, so just
ignore these operators. This fixes a couple of
Swig warnings.
</pre>
</div>
</content>
</entry>
<entry>
<title>Import refactored schedcat codebase</title>
<updated>2012-02-02T09:40:07+00:00</updated>
<author>
<name>Bjoern Brandenburg</name>
<email>bbb@mpi-sws.org</email>
</author>
<published>2012-02-02T09:40:07+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/schedcat.git/commit/?id=532478450c1e0a25ab92b2585a8c3ee61089d02b'/>
<id>532478450c1e0a25ab92b2585a8c3ee61089d02b</id>
<content type='text'>
Based on the code available at http://www.cs.unc.edu/~bbb/diss,
this is a cleaned-up version of schedcat intended to serve as
the basis for all further development.

Notable improvements: more unit tests and a cleaner module structure.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Based on the code available at http://www.cs.unc.edu/~bbb/diss,
this is a cleaned-up version of schedcat intended to serve as
the basis for all further development.

Notable improvements: more unit tests and a cleaner module structure.
</pre>
</div>
</content>
</entry>
</feed>
