aboutsummaryrefslogtreecommitdiffstats
path: root/native/interface
Commit message (Collapse)AuthorAge
* Export the LP-based analysis of the DFLP/DPCPBjoern Brandenburg2013-02-12
| | | | | ...via Swig to Python. The actual Python API will be finalized later.
* Extract sharedres_types.h from sharedres.hBjoern Brandenburg2013-02-12
| | | | | The LP code requires many of the same definitions. Therefore, this patch splits the reusable type definitions into an individual file to facilitate inclusion.
* Add QPA EDF uniprocessor testBjoern Brandenburg2012-11-27
| | | | Based on Zhang and Burns (2009), "Schedulability Analysis for Real-Time Systems with EDF Scheduling", IEEE Transactions on Computers, Vol 58, No 9.
* Initial GEL Piecewise Linear implementationJeremy Erickson2012-09-25
|
* Rename time types used in C++ schedulablity analysisBjoern Brandenburg2012-04-11
| | | | | | 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.
* Ignore subscript operator [] in Swig wrappersBjoern Brandenburg2012-04-11
| | | | | | The Python code does not require access, so just ignore these operators. This fixes a couple of Swig warnings.
* 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.