aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
* Use "pgm_gettid()" to avoid name-collision.HEADmasterGlenn Elliott2015-01-09
* BUG: Reverse logic for compare-and-swap calls.Glenn Elliott2014-11-08
* Update README.md with link to RTCSA'14 paper.Glenn Elliott2014-10-17
* Add queuelock_t, an MCS lock implementation.Glenn Elliott2014-10-17
* API: Add pgm_is_child() and pgm_is_parent().Glenn Elliott2014-08-11
* depthtest: Test graphs with backedges.Glenn Elliott2014-08-06
* Fix: Correctly ignore backedges in depth funcs.Glenn Elliott2014-08-06
* Dot: Include nr_skips in dot output of backedgesGlenn Elliott2014-08-05
* Dot: Clean up graph/node/edge labels in dot outputGlenn Elliott2014-08-04
* dottest: Add test tool for dot printing.Glenn Elliott2014-08-04
* API: Add pgm_print_graph(graph_t, FILE*).Glenn Elliott2014-08-04
* Allow preemptive-spinning configuration.Glenn Elliott2014-08-04
* Fix: Termination of graphs w/ backedges.Glenn Elliott2014-08-04
* Ancestor Test: Checking self is not an errorGlenn Elliott2014-08-04
* Tools: Correct error checking macro.Glenn Elliott2014-07-28
* Tools: Add ancestortest to test pgm_is_ancestor().Glenn Elliott2014-07-28
* API: Add pgm_is_ancestor() and pgm_is_descendant()Glenn Elliott2014-07-28
* Enable prio inheritance with pthread mutex.Glenn Elliott2014-07-25
* Add test case for backedges.Glenn Elliott2014-07-24
* Add support for backedges.Glenn Elliott2014-07-24
* Enable multi-writer support underlying ring buf.Glenn Elliott2014-06-11
* Non-zero init token counts (>0) for CV edges.Glenn Elliott2014-06-09
* Move numeric-based init/find methods out of .hGlenn Elliott2014-06-05
* Add more test tools to gitignoreGlenn Elliott2014-06-05
* Handle mult. init*process_local() calls gracefullyGlenn Elliott2014-06-05
* Replace x86 membarriers with GCC built-insGlenn Elliott2014-06-05
* Compile as shared library by default.Glenn Elliott2014-06-05
* FIX: FIFO-open reports failure on successGlenn Elliott2014-06-05
* Fix: broken compilation with litmus-rt support.Glenn Elliott2014-06-02
* Update ReadmeGlenn Elliott2014-06-02
* API Addition: Added pgm_init_process_local()Glenn Elliott2014-06-02
* Add ring buffer edge IPC.Glenn Elliott2014-05-27
* Fix uninit values.Glenn Elliott2014-02-19
* More reformatting...Glenn Elliott2014-02-19
* Minor reformatting.Glenn Elliott2014-02-19
* Added basic compilation instructions.Glenn Elliott2014-02-19
* Formatting fix for licenseGlenn Elliott2014-02-19
* Add BSD license information.Glenn Elliott2014-02-19
* Update to use liblitmus's new cluster APIsGlenn Elliott2014-02-19
* Minor formatting fixes.Glenn Elliott2014-02-11
* Final ECRTS14 code.Glenn Elliott2014-02-11
* Generalize linking to boost librariesGlenn Elliott2014-01-02
* Fix: pgmrt: edge weight should consider thresholdsGlenn Elliott2013-11-19
* Add phase to real-time PGM nodes.Glenn Elliott2013-11-18
* Adds tool 'depthtest' for testing min/max path APIGlenn Elliott2013-11-18
* New APIs: longest/shortest path and others.Glenn Elliott2013-11-18
* Add spin-based token signalling.Glenn Elliott2013-11-15
* Boost producers, not consumers.Glenn Elliott2013-11-13
* Use posix mutex and cond var to reduce ctxs.Glenn Elliott2013-11-13
* pgmrt: edge-centric working setsGlenn Elliott2013-09-30