Skip to content
Success

Changes

Summary

  1. reduce whitespace before backtick (details)
  2. update Ada citation from Ada12 to Ada16 (details)
  3. move uC++ beside CFA in table (details)
  4. capitalize titles in citations (details)
  5. final proofread of actor chapter (details)
  6. first proofread of waituntil chapter up to Section 7.5 (details)
  7. smoothed over 7.5 intro (details)
  8. more 7.5 improvements. Tried to improve chapter flow (details)
  9. added support for go style channel operators (details)
  10. cleaned up a waituntil test and changed a channel test to use go-style operators (details)
  11. refactored some waituntil code gen to be more concise (details)
  12. reverted addition of channel operators since it broke the waituntil statement (details)
  13. revert channel test change (details)
  14. added support for general channel operators and cleaned up some cruft (details)
  15. added support for general channel operators (details)
  16. changed test back to using new operators (details)
  17. added discussion of channel shorthand operators (details)
  18. modified waituntil tests to test new features (details)
  19. added support for remove and insert calls in waituntils (details)
  20. refactored tests to use new syntax for channel ops (details)
  21. removed ambiguous waituntil remove support (details)
  22. updated channel chapter to reflect new syntax (details)
  23. updated waituntil benchmarks to use new channel arrow syntax (details)
  24. formatting, create macros OSTYPE_VOID, OSTYPE_VOID_IMPL. ISTYPE_VOID, ISTYPE_VOID_IMPL to create companion void print routine (details)
  25. update types to use new void-creation stream macros (details)
  26. fixed remove ambiguity issue (details)
  27. added test with new waituntil remove() syntax (details)
  28. more convertion to new void-creation stream macros (details)
  29. Reorganize ?\? operator to shorten it a bit and move lines of code closer to the comments associated with them. (details)
  30. test change to fix broken build. Working on fix to underlying issue and will push that soon (details)
Commit ac0975175e2e9a1b5fd25b621fe1c0f9c3f1fee6 by Peter Buhr
reduce whitespace before backtick
The file was modifieddoc/LaTeXmacros/common.tex
The file was modifieddoc/LaTeXmacros/common.sty
Commit 1f36fcd5f82317d37346e5882805c350899b67b5 by Peter Buhr
update Ada citation from Ada12 to Ada16
The file was modifieddoc/bibliography/pl.bib
Commit 6da4cbbc55c54f695e0b580ed7ccd6795995cbd2 by Peter Buhr
move uC++ beside CFA in table
The file was modifieddoc/theses/colby_parsons_MMAth/data/nasusExecutorMem
The file was modifieddoc/theses/colby_parsons_MMAth/data/pykeExecutorMem
Commit 432e1dee719302fb02135caaa450c7f30902b3f4 by Peter Buhr
capitalize titles in citations
The file was modifieddoc/theses/colby_parsons_MMAth/local.bib
Commit bcc56c93e6f5177376fcef0b7fdab47f0538672f by Peter Buhr
final proofread of actor chapter
The file was modifieddoc/theses/colby_parsons_MMAth/text/actors.tex
Commit 847ab8f8121e19ac3b7f0aa27361926c67b12c62 by Peter Buhr
first proofread of waituntil chapter up to Section 7.5
The file was modifieddoc/theses/colby_parsons_MMAth/text/waituntil.tex
Commit 7ed01beaf08420e95646081115fb8219edfed5d7 by caparsons
smoothed over 7.5 intro
The file was modifieddoc/theses/colby_parsons_MMAth/text/waituntil.tex
Commit 494a7e5d8c42ff690bddc028e6f3d3991fc9f4e2 by caparsons
more 7.5 improvements. Tried to improve chapter flow
The file was modifieddoc/theses/colby_parsons_MMAth/text/waituntil.tex
Commit a0b59ed6abbe61cd691f06660beded5ef210e26c by caparsons
added support for go style channel operators
The file was modifiedlibcfa/src/concurrency/channel.hfa
Commit c2c171747f6a76789fe7e2861bf8ed06b7f0d080 by caparsons
cleaned up a waituntil test and changed a channel test to use go-style operators
The file was modifiedtests/concurrency/channels/daisy_chain.cfa
The file was modifiedtests/concurrency/waituntil/repeat_close.cfa
Commit 9cb2742afd1346cc4509d47bf3918ed284afacdb by caparsons
refactored some waituntil code gen to be more concise
The file was modifiedsrc/Concurrency/Waituntil.cpp
Commit f3c02ea84a63625016ece7e8242ce13812968ae2 by caparsons
reverted addition of channel operators since it broke the waituntil statement
The file was modifiedlibcfa/src/concurrency/channel.hfa
Commit 66ac41611c6fecfda74f03f3afbceabd6af0a53f by caparsons
revert channel test change
The file was modifiedtests/concurrency/channels/daisy_chain.cfa
Commit 1d66a916f973e84743f24206d3aa6d6aaefa5634 by caparsons
added support for general channel operators and cleaned up some cruft
The file was modifiedsrc/Concurrency/Waituntil.cpp
Commit bf55f32002b8b72c8afd1e1f8c3258bd8d3b36ec by caparsons
added support for general channel operators
The file was modifiedlibcfa/src/concurrency/future.hfa
The file was modifiedlibcfa/src/concurrency/channel.hfa
The file was modifiedlibcfa/src/concurrency/select.hfa
The file was modifiedlibcfa/src/concurrency/locks.hfa
The file was modifiedlibcfa/src/bits/weakso_locks.hfa
Commit 5adb277d01783b004e95ea3f76e807d20736bf78 by caparsons
changed test back to using new operators
The file was modifiedtests/concurrency/channels/daisy_chain.cfa
Commit e0396d955efb075761370d77a06b0629c8de036f by caparsons
added discussion of channel shorthand operators
The file was modifieddoc/theses/colby_parsons_MMAth/text/channels.tex
Commit d5926ae2d02730740e32060bf485feaac7e88402 by caparsons
modified waituntil tests to test new features
The file was modifiedtests/concurrency/waituntil/repeat_close.cfa
The file was modifiedtests/concurrency/waituntil/timeout.cfa
Commit a1467c15bcdb30eb56f4f77b0df0290b9011744a by caparsons
added support for remove and insert calls in waituntils
The file was modifiedlibcfa/src/concurrency/channel.hfa
Commit cb344f7e70ae31d9cc1a7f22b1908bb85e3a2618 by caparsons
refactored tests to use new syntax for channel ops
The file was modifiedtests/concurrency/channels/daisy_chain.cfa
The file was modifiedtests/concurrency/waituntil/one_chan.cfa
The file was modifiedtests/concurrency/waituntil/channel_zero_size.cfa
The file was modifiedtests/concurrency/waituntil/channels.cfa
The file was modifiedtests/concurrency/waituntil/all_types.cfa
The file was modifiedtests/concurrency/waituntil/channel_close.cfa
The file was modifiedtests/concurrency/waituntil/repeat_close.cfa
Commit ca22a7c7bf8925f9a2cc31e3ab27ecd4e46c0099 by caparsons
removed ambiguous waituntil remove support
The file was modifiedlibcfa/src/concurrency/channel.hfa
Commit daf4c8957bbe8bff17f2f76cb740df312feb5a82 by caparsons
updated channel chapter to reflect new syntax
The file was modifieddoc/theses/colby_parsons_MMAth/text/channels.tex
Commit 8b84973822ffc0bec3e19f03969e9d193f61bc8d by caparsons
updated waituntil benchmarks to use new channel arrow syntax
The file was modifieddoc/theses/colby_parsons_MMAth/benchmarks/waituntil/cfa/sidechan.cfa
The file was modifieddoc/theses/colby_parsons_MMAth/benchmarks/waituntil/cfa/spin.cfa
The file was modifieddoc/theses/colby_parsons_MMAth/benchmarks/waituntil/cfa/order.cfa
The file was modifieddoc/theses/colby_parsons_MMAth/benchmarks/waituntil/cfa/contend.cfa
Commit 94d254437ab615d55e810d17d48db127c4d6835a by Peter Buhr
formatting, create macros OSTYPE_VOID, OSTYPE_VOID_IMPL. ISTYPE_VOID, ISTYPE_VOID_IMPL to create companion void print routine
The file was modifiedlibcfa/src/iostream.hfa
The file was modifiedlibcfa/src/iostream.cfa
Commit 5454d77a6b5c2ea57768bd648080a60b2025a753 by Peter Buhr
update types to use new void-creation stream macros
The file was modifiedlibcfa/src/vec/vec2.hfa
The file was modifiedlibcfa/src/vec/vec4.hfa
The file was modifiedlibcfa/src/rational.cfa
The file was modifiedlibcfa/src/time.cfa
The file was modifiedlibcfa/src/rational.hfa
The file was modifiedlibcfa/src/vec/vec3.hfa
Commit c44705c041f35e7c1e645fa9b228772713e10833 by caparsons
fixed remove ambiguity issue
The file was modifiedlibcfa/src/concurrency/channel.hfa
Commit da6db1a288a1bb8943f68616f21dbb895a9e083c by caparsons
added test with new waituntil remove() syntax
The file was modifiedtests/concurrency/waituntil/repeat_close.cfa
Commit c6350470ab390c9044f97a10e8ed8ca3242b2f48 by Peter Buhr
more convertion to new void-creation stream macros
The file was modifiedlibcfa/src/iostream.hfa
The file was modifiedlibcfa/src/iostream.cfa
The file was modifiedlibcfa/src/gmp.hfa
Commit 8a1d62b6ede909a6414b6d518e069975842244df by ajbeach
Reorganize ?\? operator to shorten it a bit and move lines of code closer to the comments associated with them.
The file was modifiedlibcfa/prelude/builtins.c
Commit 21a700e1f73cba0d5a2ad54a3179965f8bdbc4be by caparsons
test change to fix broken build. Working on fix to underlying issue and will push that soon
The file was modifiedtests/concurrency/waituntil/repeat_close.cfa