cyclegraph: expand template usage
[c11tester.git] / promise.h
2013-02-06 Brian Norrispromise: add is_compatible_exclusive()
2013-02-06 Brian Norrispromise: add const
2013-02-06 Brian Norrispromise: add is_compatible()
2013-01-28 Brian Norrispromise: update names/comments
2013-01-24 Brian Norrispromise: associate Promises with a set of threads
2013-01-24 Brian Norrisfuture_value: add thread ID parameter
2013-01-23 Brian Norrispromise: SnapshotAlloc for vector
2013-01-23 Brian Norrispromise: move thread_is_eliminated()
2013-01-23 Brian Norrispromise: rename has_sync_thread() -> thread_is_eliminated()
2013-01-23 Brian Norrispromise: rename check_promise() -> has_failed()
2013-01-23 Brian Norrispromise: rename increment_threads() -> eliminate_thread()
2013-01-23 Brian Norrispromise: construct with a 'future_value' struct
2013-01-23 Brian Norrisnodestack/promise: move future_value struct, update...
2013-01-23 Brian Norrispromise: fixup style
2013-01-04 Brian Norrispromise: style fixup
2012-11-03 Brian NorrisMerge remote-tracking branch 'origin/master' into pldi13
2012-11-03 Brian Demskyvarious fixes. linux rw locks should work again with...
2012-10-09 Brian Norrisrename threads.h -> threads-model.h
2012-10-04 Brian Demskylocal commit... bug that prunes too many executions
2012-10-03 Brian Demskyrandom memory leak fixes and memory access fixes
2012-09-12 Brian Demskydeal with looping due to bogus future value via promise...
2012-08-20 Brian Norrispromise: rewrite into a simpler header file
2012-08-02 Brian Norrisfixup whitespace
2012-08-02 Brian Demskyfinish promise support
2012-08-02 Brian Demskymore changes towards keeping track of promises resolved...
2012-08-02 Brian Demskychanges
2012-08-02 Brian Demskysome changes towards reading from future writes