aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAge
* Make C++ and Python LP-based blocking bounds available in bounds.pyBjoern Brandenburg2013-02-12
| | | | | Use the faster C++ version if available, unless the caller specifically requested the Python implementation.
* Don't limit parallelism during compilationBjoern Brandenburg2012-11-24
| | | | This is considerably faster on my machine.
* Switch from SConstruct to regular makefileBjoern Brandenburg2012-04-11
| | | | | | | 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.
* Import refactored schedcat codebaseBjoern Brandenburg2012-02-02
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.