Skip to content
Success

Changes

Summary

  1. add reference counting futures for use with waituntil (details)
  2. many updates and additions to the uC++ to CFA cheat sheet (details)
  3. raise * in /* and */ to look better (details)
  4. many citation updates (details)
  5. add missing Ada test program to Fangren's thesis (details)
  6. update semaphore lock (details)
  7. rewrite test program with futures and waituntil (details)
  8. fix design error in test waituntil/futures.cfa (details)
Commit 4a16ddfac8d0837f7a8f337af732b960a1db554d by pabuhr
add reference counting futures for use with waituntil
The file was modifiedlibcfa/src/concurrency/future.hfa
Commit de8a028648afb4f162e05619a68ce70b9eb807a6 by pabuhr
many updates and additions to the uC++ to CFA cheat sheet
The file was modifieddoc/uC++toCFA/uC++toCFA.tex
Commit 411142c8bc5783bf1f3e74076abccde0104ffc4f by pabuhr
raise * in /* and */ to look better
The file was modifieddoc/LaTeXmacros/common.sty
The file was modifieddoc/LaTeXmacros/common.tex
Commit 86044927627432425f35a56d7222b6ae88db4af7 by pabuhr
many citation updates
The file was modifieddoc/bibliography/pl.bib
Commit 771a4f72d1d6e3fc35e1b823ed6044dac499648a by pabuhr
add missing Ada test program to Fangren's thesis
The file was modifieddoc/theses/fangren_yu_MMath/test.adb
Commit 822ae489c53ab6d240764db1c798c0f2a992ed59 by pabuhr
update semaphore lock
The file was modifiedlibcfa/src/concurrency/locks.cfa
The file was modifiedlibcfa/src/concurrency/locks.hfa
Commit 86b418f5a3b8e6ad924cd5631d76579cecaa3ba5 by pabuhr
rewrite test program with futures and waituntil
The file was modifiedtests/concurrency/waituntil/futures.cfa
Commit b5749f9f229723263933a2bb054ee2c4e6d2d4e5 by pabuhr
fix design error in test waituntil/futures.cfa
The file was modifiedtests/concurrency/waituntil/futures.cfa