aboutsummaryrefslogtreecommitdiffstats
path: root/native
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
* Precision fix: user deliberate rounding in LP result conversionBjoern Brandenburg2013-02-12
* 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
* Allow LPs in which not all variables are part of the objective functionBjoern 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
* Set CPLEX options to improve solving speedBjoern Brandenburg2013-02-12
* Set GLPK options to improve solving speedBjoern Brandenburg2013-02-12
* Add GLPK IntegrationBjoern Brandenburg2013-02-12
* Add support for tracking total LP generation / solving costBjoern Brandenburg2013-02-12
* Add memory leak debug code to testmainBjoern Brandenburg2013-02-12
* Add test code for LP-based DPCP/DFLP analysisBjoern Brandenburg2013-02-12
* Export the LP-based analysis of the DFLP/DPCPBjoern Brandenburg2013-02-12
* Add compile-time support for merged LPsBjoern 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
* MPCP: report local and remote blocking even if >response_timeBjoern Brandenburg2013-02-12
* MPCP: we must consider gcs' with equal priority ceilingsBjoern 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
* Inform about Python version during build processBjoern Brandenburg2013-01-15
* Use utilization cap instead of number of CPUs where applicableJeremy Erickson2012-12-27
* Minor bug fixes in the QPA implementationBjoern Brandenburg2012-11-28
* Add QPA EDF uniprocessor testBjoern Brandenburg2012-11-27
* Add bound_demand() to TaskSetBjoern Brandenburg2012-11-27
* Do not disable assertions in non-debug buildsBjoern Brandenburg2012-11-24
* Cleanup native/ MakefileBjoern Brandenburg2012-11-24
* Add support for clock_gettimeBjoern Brandenburg2012-11-24
* Avoid compiler warnings about unused variablesBjoern Brandenburg2012-11-24
* 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++: move spinlock bounds to corresponding implementationsBjoern Brandenburg2012-05-17