aboutsummaryrefslogtreecommitdiffstats
path: root/native/include
Commit message (Expand)AuthorAge
* Remove unused field from QPA implementationBjoern Brandenburg2013-08-14
* Implement LP-based OMIP blocking analysisBjoern Brandenburg2013-07-12
* Fix broken demand calculationBjoern Brandenburg2013-05-22
* Add LP-based blocking analysis for FMLP+Bjoern Brandenburg2013-02-12
* Add LP-based blocking analysis for MPCPBjoern Brandenburg2013-02-12
* Add generic LP support for shared-memory protocolsBjoern Brandenburg2013-02-12
* Add support for dumping LPs to iostreamsBjoern Brandenburg2013-02-12
* C++ LP analysis: add LP debugging helperBjoern Brandenburg2013-02-12
* Refactor linprog_solve() into a proper functionBjoern Brandenburg2013-02-12
* Disable creation of new variables after creation of the objective functionBjoern Brandenburg2013-02-12
* Switch to CPX (CPLEX C API) as default LP solverBjoern Brandenburg2013-02-12
* Implement CPLEX integration via C APIBjoern Brandenburg2013-02-12
* Add GLPK IntegrationBjoern Brandenburg2013-02-12
* Export the LP-based analysis of the DFLP/DPCPBjoern Brandenburg2013-02-12
* Allow VarMapper to start at index other than 0Bjoern Brandenburg2013-02-12
* Add DPCP and DFLP linear program generationBjoern Brandenburg2013-02-12
* Add CPLEX integrationBjoern Brandenburg2013-02-12
* Add simple C++ linear program representationBjoern Brandenburg2013-02-12
* Add unique IDs to TaskInfoBjoern Brandenburg2013-02-12
* Simplify sharedres_types.h with iterator macrosBjoern Brandenburg2013-02-12
* Extract sharedres_types.h from sharedres.hBjoern Brandenburg2013-02-12
* Extract hash map hack from rw-task-fair.cppBjoern Brandenburg2013-02-12
* Add benchmarking helper classBjoern Brandenburg2013-02-12
* MPCP: accurately track per-processor priority ceilingsBjoern Brandenburg2013-02-12
* MPCP: export gcs response-time boundsBjoern Brandenburg2013-02-12
* Move get_priority_ceilings() from DPCP to common codeBjoern Brandenburg2013-02-12
* Improvements to the GEL Piecewise Linear module: support for arbitrary GEL sc...Jeremy Erickson2013-02-04
* Use utilization cap instead of number of CPUs where applicableJeremy Erickson2012-12-27
* Add QPA EDF uniprocessor testBjoern Brandenburg2012-11-27
* Add bound_demand() to TaskSetBjoern Brandenburg2012-11-27
* Fix wrong #endif to silence compiler warningsBjoern Brandenburg2012-11-24
* Added arbitrary-precision arithmetic to native moduleJeremy Erickson2012-10-29
* Initial GEL Piecewise Linear implementationJeremy Erickson2012-09-25
* C++: Properly consider priority ceilings in DPCP boundBjoern Brandenburg2012-05-17
* C++: move shared RW locking defs into own fileBjoern Brandenburg2012-05-17
* C++: Break out the phase-fair RW locks codeBjoern Brandenburg2012-05-16
* C++: Break out the C-OMLP-KX codeBjoern Brandenburg2012-05-16
* C++: Break out the P-OMLP code into own fileBjoern Brandenburg2012-05-16
* C++: Break out the FMLP+ code into own fileBjoern Brandenburg2012-05-16
* Move MPPC++: Break out the MPCP code into own fileBjoern Brandenburg2012-05-16
* C++: Break out the DPCP code into own fileBjoern Brandenburg2012-05-16
* Rename time types used in C++ schedulablity analysisBjoern Brandenburg2012-04-11
* Provide virtual dummy destructor for classes with virtual methodsBjoern Brandenburg2012-04-11
* Remove unneeded const constraintsBjoern Brandenburg2012-04-11
* Implement timeout in BaruahGEDFBjoern Brandenburg2012-04-11
* Add OMLP k-exclusion blocking boundsBjoern Brandenburg2012-02-20
* Import refactored schedcat codebaseBjoern Brandenburg2012-02-02