<feed xmlns='http://www.w3.org/2005/Atom'>
<title>schedcat.git/Makefile, 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>Make C++ and Python LP-based blocking bounds available in bounds.py</title>
<updated>2013-02-12T11:55:15+00:00</updated>
<author>
<name>Bjoern Brandenburg</name>
<email>bbb@mpi-sws.org</email>
</author>
<published>2012-08-08T13:53:50+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/schedcat.git/commit/?id=52452d0589ed8654288a575c0083816cef43a2ba'/>
<id>52452d0589ed8654288a575c0083816cef43a2ba</id>
<content type='text'>
Use the faster C++ version if available, unless the caller specifically requested
the Python implementation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use the faster C++ version if available, unless the caller specifically requested
the Python implementation.
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't limit parallelism during compilation</title>
<updated>2012-11-24T14:14:26+00:00</updated>
<author>
<name>Bjoern Brandenburg</name>
<email>bbb@mpi-sws.org</email>
</author>
<published>2012-08-08T13:49:43+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/schedcat.git/commit/?id=47ca70df678bc698c51a1f8f2dfbc2112add13a9'/>
<id>47ca70df678bc698c51a1f8f2dfbc2112add13a9</id>
<content type='text'>
This is considerably faster on my machine.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is considerably faster on my machine.
</pre>
</div>
</content>
</entry>
<entry>
<title>Switch from SConstruct to regular makefile</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-11T11:29:41+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/schedcat.git/commit/?id=57b8546f9da5442ed04c81d41cbb450f2ec88471'/>
<id>57b8546f9da5442ed04c81d41cbb450f2ec88471</id>
<content type='text'>
Using SConstruct hasn't panned out. SConstruct introduces too much of
its own boilerplate code and regular makefiles are understood by more
people. Also, SConstruct needs to be installed separately, whereas GNU
Make is available virtually anywhere.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Using SConstruct hasn't panned out. SConstruct introduces too much of
its own boilerplate code and regular makefiles are understood by more
people. Also, SConstruct needs to be installed separately, whereas GNU
Make is available virtually anywhere.
</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>
