Skip to content
Success

Changes

Summary

  1. add label (details)
  2. work on starting chapter, fix spelling (details)
  3. more string changes (details)
  4. Removed debug output from resolver. Also made the early decision happen a bit earlier since it is a rare case. (details)
  5. add citation for First-Come-First-Served paper (details)
  6. rename start_actor_system and stop_actor_system, add implicit messages start_msg and stop_msg (details)
  7. update test programs with actor name change (details)
  8. first attempt at updating barrier lock (details)
  9. update barrier test programs after changes (details)
  10. update uC++toCFA manual with actor changes (details)
  11. formatting (details)
Commit 464cfc7f0e9181deec58a830ccf828f4865528bb by Peter Buhr
add label
The file was modifieddoc/theses/mike_brooks_MMath/background.tex
Commit c01a2fda199b83ab494a487398adc9882df46722 by Peter Buhr
work on starting chapter, fix spelling
The file was modifieddoc/theses/mike_brooks_MMath/string.tex
Commit b766c9b7ed206d2e4415fefb1e4ec41121054a51 by Peter Buhr
more string changes
The file was modifieddoc/theses/mike_brooks_MMath/string.tex
Commit 2ae845e9845e67527392a47ddfba7b330ce783b8 by ajbeach
Removed debug output from resolver. Also made the early decision happen a bit earlier since it is a rare case.
The file was modifiedsrc/ResolvExpr/Resolver.cpp
Commit 7e943e1276922a09c13b8d5317d42c0e709b05d0 by Peter Buhr
add citation for First-Come-First-Served paper
The file was modifieddoc/bibliography/pl.bib
Commit 105fb21feb7ada46a7ed958899ddedc55b660ffb by Peter Buhr
rename start_actor_system and stop_actor_system, add implicit messages start_msg and stop_msg
The file was modifiedlibcfa/src/concurrency/actor.hfa
Commit 41882628bfa69f8a243e4ff726329c75f9ba655a by Peter Buhr
update test programs with actor name change
The file was modifiedtests/concurrency/actors/executor.cfa
The file was modifiedtests/concurrency/actors/types.cfa
The file was modifiedtests/concurrency/actors/pingpong.cfa
The file was modifiedtests/concurrency/actors/static.cfa
The file was modifiedtests/concurrency/actors/inherit.cfa
The file was modifiedtests/concurrency/actors/inline.cfa
The file was modifiedtests/concurrency/actors/matrixMultiply.cfa
The file was modifiedtests/concurrency/actors/poison.cfa
The file was modifiedtests/concurrency/actors/dynamic.cfa
Commit a3af522b704f121554569b99e8ea6b30c72e6dd7 by Peter Buhr
first attempt at updating barrier lock
The file was modifiedlibcfa/src/concurrency/barrier.hfa
Commit b5f1e850ceaacb95cf329c64bdd77639759dbc09 by Peter Buhr
update barrier test programs after changes
The file was modifiedtests/concurrency/barrier/order.cfa
Commit 0cb34792deaeef8c8e2053b3b0c6d350f4dbad00 by Peter Buhr
update uC++toCFA manual with actor changes
The file was modifieddoc/uC++toCFA/uC++toCFA.tex
Commit 47174c452bcb61ccfd3e5562b040e07752c6ca43 by Peter Buhr
formatting
The file was modifiedlibcfa/src/rational.cfa