index
:
schedcat.git
master
staging
wip-diss-ilp
wip-ecrts14-pgm
wip-rtss-killdevil
wip-rtss14
[ARCHIVE] Bjorn's schedulability study framework. Now on GitHub.
Bjoern Brandenburg
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
native
/
include
Commit message (
Expand
)
Author
Age
*
Remove unused field from QPA implementation
Bjoern Brandenburg
2013-08-14
*
Implement LP-based OMIP blocking analysis
Bjoern Brandenburg
2013-07-12
*
Fix broken demand calculation
Bjoern Brandenburg
2013-05-22
*
Add LP-based blocking analysis for FMLP+
Bjoern Brandenburg
2013-02-12
*
Add LP-based blocking analysis for MPCP
Bjoern Brandenburg
2013-02-12
*
Add generic LP support for shared-memory protocols
Bjoern Brandenburg
2013-02-12
*
Add support for dumping LPs to iostreams
Bjoern Brandenburg
2013-02-12
*
C++ LP analysis: add LP debugging helper
Bjoern Brandenburg
2013-02-12
*
Refactor linprog_solve() into a proper function
Bjoern Brandenburg
2013-02-12
*
Disable creation of new variables after creation of the objective function
Bjoern Brandenburg
2013-02-12
*
Switch to CPX (CPLEX C API) as default LP solver
Bjoern Brandenburg
2013-02-12
*
Implement CPLEX integration via C API
Bjoern Brandenburg
2013-02-12
*
Add GLPK Integration
Bjoern Brandenburg
2013-02-12
*
Export the LP-based analysis of the DFLP/DPCP
Bjoern Brandenburg
2013-02-12
*
Allow VarMapper to start at index other than 0
Bjoern Brandenburg
2013-02-12
*
Add DPCP and DFLP linear program generation
Bjoern Brandenburg
2013-02-12
*
Add CPLEX integration
Bjoern Brandenburg
2013-02-12
*
Add simple C++ linear program representation
Bjoern Brandenburg
2013-02-12
*
Add unique IDs to TaskInfo
Bjoern Brandenburg
2013-02-12
*
Simplify sharedres_types.h with iterator macros
Bjoern Brandenburg
2013-02-12
*
Extract sharedres_types.h from sharedres.h
Bjoern Brandenburg
2013-02-12
*
Extract hash map hack from rw-task-fair.cpp
Bjoern Brandenburg
2013-02-12
*
Add benchmarking helper class
Bjoern Brandenburg
2013-02-12
*
MPCP: accurately track per-processor priority ceilings
Bjoern Brandenburg
2013-02-12
*
MPCP: export gcs response-time bounds
Bjoern Brandenburg
2013-02-12
*
Move get_priority_ceilings() from DPCP to common code
Bjoern Brandenburg
2013-02-12
*
Improvements to the GEL Piecewise Linear module: support for arbitrary GEL sc...
Jeremy Erickson
2013-02-04
*
Use utilization cap instead of number of CPUs where applicable
Jeremy Erickson
2012-12-27
*
Add QPA EDF uniprocessor test
Bjoern Brandenburg
2012-11-27
*
Add bound_demand() to TaskSet
Bjoern Brandenburg
2012-11-27
*
Fix wrong #endif to silence compiler warnings
Bjoern Brandenburg
2012-11-24
*
Added arbitrary-precision arithmetic to native module
Jeremy Erickson
2012-10-29
*
Initial GEL Piecewise Linear implementation
Jeremy Erickson
2012-09-25
*
C++: Properly consider priority ceilings in DPCP bound
Bjoern Brandenburg
2012-05-17
*
C++: move shared RW locking defs into own file
Bjoern Brandenburg
2012-05-17
*
C++: Break out the phase-fair RW locks code
Bjoern Brandenburg
2012-05-16
*
C++: Break out the C-OMLP-KX code
Bjoern Brandenburg
2012-05-16
*
C++: Break out the P-OMLP code into own file
Bjoern Brandenburg
2012-05-16
*
C++: Break out the FMLP+ code into own file
Bjoern Brandenburg
2012-05-16
*
Move MPPC++: Break out the MPCP code into own file
Bjoern Brandenburg
2012-05-16
*
C++: Break out the DPCP code into own file
Bjoern Brandenburg
2012-05-16
*
Rename time types used in C++ schedulablity analysis
Bjoern Brandenburg
2012-04-11
*
Provide virtual dummy destructor for classes with virtual methods
Bjoern Brandenburg
2012-04-11
*
Remove unneeded const constraints
Bjoern Brandenburg
2012-04-11
*
Implement timeout in BaruahGEDF
Bjoern Brandenburg
2012-04-11
*
Add OMLP k-exclusion blocking bounds
Bjoern Brandenburg
2012-02-20
*
Import refactored schedcat codebase
Bjoern Brandenburg
2012-02-02