# # ChangeLog for / # # Generated by Trac 1.6 # May 1, 2026, 3:09:22 PM Tue, 18 Jul 2023 13:33:12 GMT caparsons [ca22a7c] * libcfa/src/concurrency/channel.hfa (modified) removed ambiguous waituntil remove support Tue, 18 Jul 2023 13:31:57 GMT caparsons [cb344f7] * tests/concurrency/channels/daisy_chain.cfa (modified) * tests/concurrency/waituntil/all_types.cfa (modified) * tests/concurrency/waituntil/channel_close.cfa (modified) * tests/concurrency/waituntil/channel_zero_size.cfa (modified) * tests/concurrency/waituntil/channels.cfa (modified) * tests/concurrency/waituntil/one_chan.cfa (modified) * tests/concurrency/waituntil/repeat_close.cfa (modified) refactored tests to use new syntax for channel ops Mon, 17 Jul 2023 20:19:26 GMT caparsons [a1467c1] * libcfa/src/concurrency/channel.hfa (modified) added support for remove and insert calls in waituntils Mon, 17 Jul 2023 20:19:08 GMT caparsons [d5926ae] * tests/concurrency/waituntil/repeat_close.cfa (modified) * tests/concurrency/waituntil/timeout.cfa (modified) modified waituntil tests to test new features Mon, 17 Jul 2023 20:05:00 GMT caparsons [e0396d9] * doc/theses/colby_parsons_MMAth/text/channels.tex (modified) added discussion of channel shorthand operators Mon, 17 Jul 2023 19:59:52 GMT caparsons [5adb277] * tests/concurrency/channels/daisy_chain.cfa (modified) changed test back to using new operators Mon, 17 Jul 2023 19:59:29 GMT caparsons [bf55f32] * libcfa/src/bits/weakso_locks.hfa (modified) * libcfa/src/concurrency/channel.hfa (modified) * libcfa/src/concurrency/future.hfa (modified) * libcfa/src/concurrency/locks.hfa (modified) * libcfa/src/concurrency/select.hfa (modified) added support for general channel operators Mon, 17 Jul 2023 19:58:48 GMT caparsons [1d66a91] * src/Concurrency/Waituntil.cpp (modified) added support for general channel operators and cleaned up some cruft Mon, 17 Jul 2023 17:55:46 GMT caparsons [66ac416] * tests/concurrency/channels/daisy_chain.cfa (modified) revert channel test change Mon, 17 Jul 2023 17:52:44 GMT caparsons [f3c02ea] * libcfa/src/concurrency/channel.hfa (modified) reverted addition of channel operators since it broke the waituntil ... Mon, 17 Jul 2023 17:47:25 GMT caparsons [9cb2742] * src/Concurrency/Waituntil.cpp (modified) refactored some waituntil code gen to be more concise Mon, 17 Jul 2023 17:46:48 GMT caparsons [c2c1717] * tests/concurrency/channels/daisy_chain.cfa (modified) * tests/concurrency/waituntil/repeat_close.cfa (modified) cleaned up a waituntil test and changed a channel test to use go- ... Mon, 17 Jul 2023 17:46:08 GMT caparsons [a0b59ed] * libcfa/src/concurrency/channel.hfa (modified) added support for go style channel operators Mon, 17 Jul 2023 16:38:48 GMT caparsons [494a7e5] * doc/theses/colby_parsons_MMAth/text/waituntil.tex (modified) more 7.5 improvements. Tried to improve chapter flow Mon, 17 Jul 2023 16:03:56 GMT caparsons [7ed01be] * doc/theses/colby_parsons_MMAth/text/waituntil.tex (modified) smoothed over 7.5 intro Mon, 17 Jul 2023 13:24:46 GMT Peter A. Buhr [dbf5e18] * src/AST/Util.cpp (modified) * src/InitTweak/InitTweak.cc (modified) * src/Parser/parser.yy (modified) * src/Validate/ForallPointerDecay.cpp (modified) * src/Validate/LinkReferenceToTypes.cpp (modified) * src/Validate/ReplaceTypedef.cpp (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Mon, 17 Jul 2023 13:24:19 GMT Peter A. Buhr [847ab8f] * doc/theses/colby_parsons_MMAth/text/waituntil.tex (modified) first proofread of waituntil chapter up to Section 7.5 Mon, 17 Jul 2023 13:22:03 GMT Peter A. Buhr [bcc56c9] * doc/theses/colby_parsons_MMAth/text/actors.tex (modified) final proofread of actor chapter Mon, 17 Jul 2023 13:20:48 GMT Peter A. Buhr [432e1de] * doc/theses/colby_parsons_MMAth/local.bib (modified) capitalize titles in citations Mon, 17 Jul 2023 13:19:49 GMT Peter A. Buhr [6da4cbbc] * doc/theses/colby_parsons_MMAth/data/nasusExecutorMem (modified) * doc/theses/colby_parsons_MMAth/data/pykeExecutorMem (modified) move uC++ beside CFA in table Mon, 17 Jul 2023 13:14:31 GMT Peter A. Buhr [1f36fcd] * doc/bibliography/pl.bib (modified) update Ada citation from Ada12 to Ada16 Mon, 17 Jul 2023 13:13:31 GMT Peter A. Buhr [ac09751] * doc/LaTeXmacros/common.sty (modified) * doc/LaTeXmacros/common.tex (modified) reduce whitespace before backtick Fri, 14 Jul 2023 19:44:17 GMT Andrew Beach [0d7fc00] * src/Validate/LinkReferenceToTypes.cpp (modified) This may fix the excessive 'struct _IO_FILE;' declarations. I still ... Fri, 14 Jul 2023 19:03:28 GMT Andrew Beach [c25f16b] * src/Parser/parser.yy (modified) Repeat "remove push/pop from KR_parameter_list and ... Fri, 14 Jul 2023 17:49:41 GMT Andrew Beach [402a1e7] * src/Parser/parser.yy (modified) Revert "remove push/pop from KR_parameter_list and ... Fri, 14 Jul 2023 13:32:31 GMT Andrew Beach [b7c53a9d] * src/AST/Util.cpp (modified) * src/InitTweak/InitTweak.cc (modified) * src/Validate/ForallPointerDecay.cpp (modified) * src/Validate/LinkReferenceToTypes.cpp (modified) * src/Validate/ReplaceTypedef.cpp (modified) Added a new invariant check and the fixes required to make it pass. ... Fri, 14 Jul 2023 01:37:22 GMT Peter A. Buhr [4acf56d] * doc/theses/colby_parsons_MMAth/benchmarks/actors/plotData.py (modified) * doc/theses/colby_parsons_MMAth/figures/nasusRepeat.pgf (modified) * doc/theses/colby_parsons_MMAth/figures/pykeRepeat.pgf (modified) * doc/theses/colby_parsons_MMAth/local.bib (modified) * doc/theses/colby_parsons_MMAth/text/CFA_intro.tex (modified) * doc/theses/colby_parsons_MMAth/text/actors.tex (modified) * src/AST/Pass.impl.hpp (modified) * src/AST/Pass.proto.hpp (modified) * src/AST/SymbolTable.cpp (modified) * src/AST/SymbolTable.hpp (modified) * src/Validate/NoIdSymbolTable.hpp (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Fri, 14 Jul 2023 01:36:43 GMT Peter A. Buhr [09e400e] * src/Parser/parser.yy (modified) remove push/pop from KR_parameter_list and typedef_declaration Thu, 13 Jul 2023 21:52:20 GMT caparsons [a3c7bac] * doc/theses/colby_parsons_MMAth/benchmarks/actors/plotData.py (modified) * doc/theses/colby_parsons_MMAth/figures/nasusRepeat.pgf (modified) * doc/theses/colby_parsons_MMAth/figures/pykeRepeat.pgf (modified) * doc/theses/colby_parsons_MMAth/text/actors.tex (modified) reworked part of actor perf section Thu, 13 Jul 2023 20:04:18 GMT Peter A. Buhr [60a9164] * doc/theses/colby_parsons_MMAth/text/actors.tex (modified) update discussion about work stealing Thu, 13 Jul 2023 20:02:55 GMT Peter A. Buhr [cc28153d] * doc/theses/colby_parsons_MMAth/local.bib (modified) change href to url, add citations Wed, 12 Jul 2023 16:49:05 GMT caparsons [d6d2136] * doc/theses/colby_parsons_MMAth/text/actors.tex (modified) Made changes in response to Peter's comments Wed, 12 Jul 2023 15:44:01 GMT Andrew Beach [e0069bd] * src/AST/Pass.impl.hpp (modified) * src/AST/Pass.proto.hpp (modified) * src/AST/SymbolTable.cpp (modified) * src/AST/SymbolTable.hpp (modified) * src/Validate/NoIdSymbolTable.hpp (modified) Renaming of some SymbolTable functions because they are different and ... Wed, 12 Jul 2023 15:41:01 GMT Peter A. Buhr [1d9dc9c] * src/Parser/TypedefTable.cc (modified) * src/Parser/TypedefTable.h (modified) * src/Parser/parser.yy (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Wed, 12 Jul 2023 15:39:32 GMT Peter A. Buhr [ed274fe] * doc/theses/colby_parsons_MMAth/text/actors.tex (modified) more proofreading of actor chapter Wed, 12 Jul 2023 15:38:43 GMT Peter A. Buhr [68db00e] * doc/theses/colby_parsons_MMAth/text/CFA_intro.tex (modified) add labels to sections Wed, 12 Jul 2023 11:28:22 GMT Peter A. Buhr [71a422a] * src/Parser/parser.yy (modified) add additional debug printing, remove push/pop associated with ... Wed, 12 Jul 2023 11:26:16 GMT Peter A. Buhr [fc95df3] * src/Parser/TypedefTable.cc (modified) * src/Parser/TypedefTable.h (modified) add additional debug printing Tue, 11 Jul 2023 18:35:50 GMT caparsons [bdbb448] * doc/theses/colby_parsons_MMAth/text/waituntil.tex (modified) * libcfa/src/concurrency/select.hfa (modified) updated documentation related to waituntil changes Tue, 11 Jul 2023 18:29:56 GMT caparsons [c16cc99] * tests/exceptions/pingpong_nonlocal.cfa (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Tue, 11 Jul 2023 18:29:49 GMT caparsons [d829c6d] * tests/concurrency/waituntil/.expect/repeat_close.txt (added) * tests/concurrency/waituntil/channel_close.cfa (modified) * tests/concurrency/waituntil/repeat_close.cfa (added) added test that consistently produced the waituntil channel close ... Tue, 11 Jul 2023 18:28:38 GMT caparsons [bbecdd4] * libcfa/src/bits/weakso_locks.cfa (modified) * libcfa/src/bits/weakso_locks.hfa (modified) missed two files with previous commit Tue, 11 Jul 2023 18:27:58 GMT caparsons [b93bf85] * libcfa/src/concurrency/channel.hfa (modified) * libcfa/src/concurrency/future.hfa (modified) * libcfa/src/concurrency/invoke.h (modified) * libcfa/src/concurrency/kernel.cfa (modified) * libcfa/src/concurrency/locks.cfa (modified) * libcfa/src/concurrency/locks.hfa (modified) * libcfa/src/concurrency/select.cfa (modified) * libcfa/src/concurrency/select.hfa (modified) * src/Concurrency/Waituntil.cpp (modified) fixed spurious channel close waituntil error case. Was caused by a ... Tue, 11 Jul 2023 18:02:38 GMT Peter A. Buhr [ffac259] * tests/exceptions/pingpong_nonlocal.cfa (modified) hide numtimes Tue, 11 Jul 2023 14:47:49 GMT caparsons [4c8ce47] * tests/exceptions/.expect/pingpong_nonlocal.txt (modified) * tests/exceptions/pingpong_nonlocal.cfa (modified) updated pingpong exception test to remove output race for repeatable ... Tue, 11 Jul 2023 13:59:20 GMT Peter A. Buhr [c54ca97] * doc/theses/colby_parsons_MMAth/local.bib (modified) * doc/theses/colby_parsons_MMAth/text/actors.tex (modified) * doc/theses/colby_parsons_MMAth/text/waituntil.tex (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Tue, 11 Jul 2023 13:59:11 GMT Peter A. Buhr [a2eb21a] * tests/exceptions/.expect/pingpong_nonlocal.txt (modified) * tests/exceptions/pingpong_nonlocal.cfa (modified) fix problems in pingpong_nonlocal Tue, 11 Jul 2023 13:25:12 GMT caparsons [39e6309] * doc/theses/colby_parsons_MMAth/text/waituntil.tex (modified) fixed undefined reference Tue, 11 Jul 2023 13:25:01 GMT caparsons [ea1bb94] * doc/theses/colby_parsons_MMAth/local.bib (modified) * doc/theses/colby_parsons_MMAth/text/actors.tex (modified) actor perf cleanup following reordering Tue, 11 Jul 2023 12:54:41 GMT caparsons [614868b] * doc/theses/colby_parsons_MMAth/text/actors.tex (modified) first pass at cleaning up per chapter reorganization Tue, 11 Jul 2023 01:20:51 GMT Peter A. Buhr [f80e0f1e] * doc/theses/colby_parsons_MMAth/text/actors.tex (modified) more proofreading of actor chapter Mon, 10 Jul 2023 21:53:09 GMT caparsons [0aa77e6] * doc/theses/colby_parsons_MMAth/data/nasusSendDynamic (modified) * doc/theses/colby_parsons_MMAth/data/nasusSendStatic (modified) * doc/theses/colby_parsons_MMAth/data/pykeSendDynamic (modified) * doc/theses/colby_parsons_MMAth/data/pykeSendStatic (modified) * doc/theses/colby_parsons_MMAth/text/actors.tex (modified) various actor changes and fixes Mon, 10 Jul 2023 21:10:11 GMT caparsons [04c31f4] * doc/theses/colby_parsons_MMAth/glossary.tex (modified) * doc/theses/colby_parsons_MMAth/text/actors.tex (modified) some changes to the queue swap chapter Mon, 10 Jul 2023 19:45:12 GMT caparsons [c3f7dd9] * doc/bibliography/pl.bib (modified) * doc/theses/colby_parsons_MMAth/glossary.tex (modified) * doc/theses/colby_parsons_MMAth/text/actors.tex (modified) * src/InitTweak/FixInitNew.cpp (modified) * tests/exceptions/.expect/fibonacci_nonlocal.txt (modified) * tests/exceptions/.expect/pingpong_nonlocal.txt (moved) * tests/exceptions/fibonacci_nonlocal.cfa (modified) * tests/exceptions/pingpong_nonlocal.cfa (moved) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Mon, 10 Jul 2023 15:14:13 GMT Peter A. Buhr [713905fd] * libcfa/src/concurrency/coroutine.cfa (modified) * libcfa/src/concurrency/coroutine.hfa (modified) * libcfa/src/concurrency/invoke.h (modified) * src/AST/Decl.hpp (modified) * src/AST/SymbolTable.cpp (modified) * src/GenPoly/SpecializeNew.cpp (modified) * src/InitTweak/FixInitNew.cpp (modified) * src/ResolvExpr/CommonType.cc (modified) * src/ResolvExpr/Unify.cc (modified) * src/Validate/LinkReferenceToTypes.cpp (modified) * tests/exceptions/.expect/fibonacci_nonlocal.txt (added) * tests/exceptions/.expect/pingpong_nonlocal.txt (added) * tests/exceptions/fibonacci_nonlocal.cfa (added) * tests/exceptions/pingpong_nonlocal.cfa (added) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Mon, 10 Jul 2023 15:13:26 GMT Peter A. Buhr [e6e1a12] * doc/theses/colby_parsons_MMAth/text/actors.tex (modified) more proofreading of actor chapter Mon, 10 Jul 2023 15:12:21 GMT Peter A. Buhr [9b0c1936] * doc/theses/colby_parsons_MMAth/glossary.tex (modified) add glossary abbreviations CAS, DWCAS, DCAS, DAS, LL, SC Mon, 10 Jul 2023 15:11:11 GMT Peter A. Buhr [2f26b841] * doc/bibliography/pl.bib (modified) add and update citations Fri, 07 Jul 2023 21:35:51 GMT Andrew Beach [b29a1e8] * src/InitTweak/FixInitNew.cpp (modified) Removed unused includes from a file. (Clean-up, plus it cuts down on ... Fri, 07 Jul 2023 13:56:28 GMT caparsons [555c599] * tests/concurrency/waituntil/.expect/break.txt (deleted) * tests/concurrency/waituntil/break.cfa (deleted) removed test since it now contains unsupportd behaviour Fri, 07 Jul 2023 13:55:34 GMT caparsons [ded018f] * src/Concurrency/Waituntil.cpp (modified) refactored to fix bug in channel_close test. As a consquence can no ... Fri, 07 Jul 2023 11:34:18 GMT Peter A. Buhr [5186775b] * tests/exceptions/.expect/fibonacci_nonlocal.txt (modified) * tests/exceptions/fibonacci_nonlocal.cfa (modified) alternative version of fibonacci_nonlocal Fri, 07 Jul 2023 00:35:15 GMT Peter A. Buhr [64e3ac7] * tests/exceptions/.expect/pingpong_nonlocal.txt (moved) * tests/exceptions/pingpong_nonlocal.cfa (moved) harmonize name for fibonacci_nonlocal and pingpong_nonlocal Thu, 06 Jul 2023 20:52:23 GMT caparsons [bef2245] * tests/exceptions/.expect/fibonacci_nonlocal.txt (added) * tests/exceptions/.expect/nonlocal_pingpong.txt (added) * tests/exceptions/fibonacci_nonlocal.cfa (added) * tests/exceptions/nonlocal_pingpong.cfa (added) added basic tests for non-local exceptions Thu, 06 Jul 2023 20:51:42 GMT caparsons [2fe64ba] * libcfa/src/concurrency/coroutine.cfa (modified) * libcfa/src/concurrency/coroutine.hfa (modified) * libcfa/src/concurrency/invoke.h (modified) added support for non-local exceptions Thu, 06 Jul 2023 20:32:01 GMT Andrew Beach [b4d2b3b] * src/Validate/LinkReferenceToTypes.cpp (modified) Some cases in linkReferencesToTypes: It always hits one or both of ... Thu, 06 Jul 2023 15:07:27 GMT Andrew Beach [8f31be6] * src/AST/SymbolTable.cpp (modified) * src/GenPoly/SpecializeNew.cpp (modified) * src/ResolvExpr/CommonType.cc (modified) * src/ResolvExpr/Unify.cc (modified) Fixed some warnings, deleted some commented out code. Thu, 06 Jul 2023 13:57:53 GMT Andrew Beach [c8bf1b5] * src/AST/Decl.hpp (modified) Removed a comment that referenced a long gone pass. Wed, 05 Jul 2023 21:34:10 GMT caparsons [a9e10e2] * doc/theses/colby_parsons_MMAth/text/actors.tex (modified) small update to end of work stealing section Wed, 05 Jul 2023 18:50:52 GMT caparsons [7c4416a] * doc/theses/colby_parsons_MMAth/benchmarks/actors/run (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Wed, 05 Jul 2023 18:45:16 GMT caparson [f6afd84] * doc/theses/colby_parsons_MMAth/benchmarks/actors/run (modified) merging together benchmark run files Wed, 05 Jul 2023 18:10:59 GMT caparsons [9235192c] * doc/theses/colby_parsons_MMAth/benchmarks/actors/run (modified) * libcfa/src/concurrency/actor.hfa (modified) added support for missed gulps benchmark Wed, 05 Jul 2023 17:07:22 GMT caparsons [7ce70e2] * doc/theses/colby_parsons_MMAth/text/actors.tex (modified) another pass over the work stealing section Wed, 05 Jul 2023 15:53:24 GMT Peter A. Buhr [218685e] * doc/theses/colby_parsons_MMAth/text/actors.tex (modified) more proofreading of actor chapter Tue, 04 Jul 2023 21:06:57 GMT caparsons [3883609] * doc/theses/colby_parsons_MMAth/text/actors.tex (modified) minor actor stealing section changes Tue, 04 Jul 2023 20:57:48 GMT caparsons [1f39a28] * doc/theses/colby_parsons_MMAth/text/actors.tex (modified) reworked later part of actor stealing section Tue, 04 Jul 2023 20:31:58 GMT Peter A. Buhr [3430ce8] * doc/theses/colby_parsons_MMAth/diagrams/steal.tikz (modified) change font style and size in figure Tue, 04 Jul 2023 20:29:10 GMT Peter A. Buhr [4c2e561] * doc/theses/colby_parsons_MMAth/Makefile (modified) * doc/theses/colby_parsons_MMAth/diagrams/steal.tikz (added) * doc/theses/colby_parsons_MMAth/local.bib (modified) * doc/theses/colby_parsons_MMAth/text/channels.tex (modified) * doc/theses/colby_parsons_MMAth/text/conclusion.tex (modified) * doc/theses/colby_parsons_MMAth/text/intro.tex (modified) * doc/theses/colby_parsons_MMAth/text/waituntil.tex (modified) * doc/theses/colby_parsons_MMAth/thesis.tex (modified) * src/Common/ScopedMap.h (modified) * src/Concurrency/KeywordsNew.cpp (modified) * src/GenPoly/ErasableScopedMap.h (modified) * src/GenPoly/ScopedSet.h (modified) * src/SymTab/FixFunction.cc (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Tue, 04 Jul 2023 20:28:22 GMT Peter A. Buhr [3397eed] * doc/theses/colby_parsons_MMAth/text/actors.tex (modified) more proofreading of actor chapter Tue, 04 Jul 2023 18:54:31 GMT Andrew Beach [7f1be01] * src/Common/ScopedMap.h (modified) * src/GenPoly/ErasableScopedMap.h (modified) * src/GenPoly/ScopedSet.h (modified) Combined some fixes from the variaus scoped containers. Reducing ... Tue, 04 Jul 2023 18:10:54 GMT Andrew Beach [b2ecd48] * src/Concurrency/KeywordsNew.cpp (modified) * src/SymTab/FixFunction.cc (modified) Changes related to invariant checking scoping, it is not ready by ... Tue, 04 Jul 2023 17:10:30 GMT caparsons [0ec4eb0] * doc/theses/colby_parsons_MMAth/text/channels.tex (modified) * doc/theses/colby_parsons_MMAth/text/intro.tex (modified) read through up to start of actor chapter and made some small ... Tue, 04 Jul 2023 16:42:47 GMT caparsons [930a800] * doc/theses/colby_parsons_MMAth/Makefile (modified) * doc/theses/colby_parsons_MMAth/local.bib (modified) * doc/theses/colby_parsons_MMAth/text/conclusion.tex (modified) * doc/theses/colby_parsons_MMAth/thesis.tex (modified) added conclusion to makefile, removed duplicate bib entry and added ... Tue, 04 Jul 2023 16:37:32 GMT caparsons [5e81a9c] * doc/theses/colby_parsons_MMAth/text/conclusion.tex (modified) * doc/theses/colby_parsons_MMAth/text/waituntil.tex (modified) polished waituntil and conclusion chapter Tue, 04 Jul 2023 14:09:38 GMT caparsons [adb67cf3] * doc/theses/colby_parsons_MMAth/diagrams/steal.tikz (added) added steal diagram Mon, 03 Jul 2023 20:13:34 GMT caparsons [f519bd8] * doc/theses/colby_parsons_MMAth/Makefile (modified) * doc/theses/colby_parsons_MMAth/glossary.tex (modified) * doc/theses/colby_parsons_MMAth/local.bib (modified) * doc/theses/colby_parsons_MMAth/text/actors.tex (modified) reworked actor steal section Mon, 03 Jul 2023 17:43:54 GMT Peter A. Buhr [96ea77a] * libcfa/src/concurrency/channel.hfa (modified) * src/Concurrency/Waituntil.cpp (modified) * src/main.cc (modified) * tests/concurrency/waituntil/.expect/break.txt (added) * tests/concurrency/waituntil/break.cfa (added) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Mon, 03 Jul 2023 17:43:48 GMT Peter A. Buhr [8909a2d] * doc/theses/colby_parsons_MMAth/text/actors.tex (modified) more proofreading of actor chapter Mon, 03 Jul 2023 17:12:51 GMT caparsons [70f97c8] * doc/papers/llheap/figures/AddressSpace.fig (modified) * doc/papers/llheap/figures/Alignment1.fig (modified) * doc/papers/llheap/figures/Alignment2.fig (modified) * doc/papers/llheap/figures/Alignment2Impl.fig (modified) * doc/papers/llheap/figures/AllocDS1.fig (modified) * doc/papers/llheap/figures/AllocDS2.fig (modified) * doc/papers/llheap/figures/AllocInducedActiveFalseSharing.fig (modified) * doc/papers/llheap/figures/AllocInducedPassiveFalseSharing.fig (modified) * doc/papers/llheap/figures/AllocatedObject.fig (modified) * doc/papers/llheap/figures/AllocatorComponents.fig (modified) * doc/papers/llheap/figures/CoalesceAllocated.fig (modified) * doc/papers/llheap/figures/CoalesceFree.fig (modified) * doc/papers/llheap/figures/Container.fig (modified) * doc/papers/llheap/figures/ContainerFalseSharing1.fig (modified) * doc/papers/llheap/figures/ContainerFalseSharing2.fig (modified) * doc/papers/llheap/figures/ContainerNoOwnership.fig (modified) * doc/papers/llheap/figures/ContainerNoOwnershipFreelist.fig (modified) * doc/papers/llheap/figures/ContainerOwnership.fig (modified) * doc/papers/llheap/figures/ContainerOwnershipFreelist.fig (modified) * doc/papers/llheap/figures/FakeHeader.fig (modified) * doc/papers/llheap/figures/FreeListAmongContainers.fig (modified) * doc/papers/llheap/figures/FreeListWithinContainers.fig (modified) * doc/papers/llheap/figures/Header.fig (modified) * doc/papers/llheap/figures/HeapStructure.fig (modified) * doc/papers/llheap/figures/IntExtFragmentation.fig (modified) * doc/papers/llheap/figures/MemoryFragmentation.fig (modified) * doc/papers/llheap/figures/MultipleHeapsNoOwnership.fig (modified) * doc/papers/llheap/figures/MultipleHeapsOwnership.fig (modified) * doc/papers/llheap/figures/MultipleHeapsOwnershipStorage.fig (modified) * doc/papers/llheap/figures/MultipleHeapsStorage.fig (modified) * doc/papers/llheap/figures/ObjectHeaders.fig (modified) * doc/papers/llheap/figures/PerThreadHeap.fig (modified) * doc/papers/llheap/figures/PrivatePublicHeaps.fig (modified) * doc/papers/llheap/figures/ProgramFalseSharing.fig (modified) * doc/papers/llheap/figures/RemoteFreeList.fig (modified) * doc/papers/llheap/figures/SharedHeaps.fig (modified) * doc/papers/llheap/figures/SingleHeap.fig (modified) * doc/papers/llheap/figures/SuperContainers.fig (modified) * doc/papers/llheap/figures/UserKernelHeaps.fig (modified) * doc/papers/llheap/figures/llheap.fig (modified) * doc/theses/colby_parsons_MMAth/Makefile (modified) * doc/theses/colby_parsons_MMAth/glossary.tex (modified) * doc/theses/colby_parsons_MMAth/local.bib (modified) * doc/theses/colby_parsons_MMAth/text/channels.tex (modified) * src/Parser/parser.yy (modified) * tests/raii/.expect/memberCtors-ERR1.txt (modified) * tests/raii/memberCtors.cfa (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Mon, 03 Jul 2023 17:12:31 GMT caparsons [00b046f] * libcfa/src/concurrency/channel.hfa (modified) very slim race condition between a channel closing and a waituntil ... Mon, 03 Jul 2023 17:10:47 GMT caparsons [a2f1ea8d] * tests/concurrency/waituntil/.expect/break.txt (added) * tests/concurrency/waituntil/break.cfa (added) added test for fixed waituntil break case Mon, 03 Jul 2023 17:09:53 GMT caparsons [ed1a7ab8] * src/Concurrency/Waituntil.cpp (modified) * src/main.cc (modified) fixed two bugs with breaks in waituntils, required reordering of ... Fri, 30 Jun 2023 20:57:16 GMT Peter A. Buhr [1ae3ac46] * doc/papers/llheap/figures/AddressSpace.fig (modified) * doc/papers/llheap/figures/Alignment1.fig (modified) * doc/papers/llheap/figures/Alignment2.fig (modified) * doc/papers/llheap/figures/Alignment2Impl.fig (modified) * doc/papers/llheap/figures/AllocDS1.fig (modified) * doc/papers/llheap/figures/AllocDS2.fig (modified) * doc/papers/llheap/figures/AllocInducedActiveFalseSharing.fig (modified) * doc/papers/llheap/figures/AllocInducedPassiveFalseSharing.fig (modified) * doc/papers/llheap/figures/AllocatedObject.fig (modified) * doc/papers/llheap/figures/AllocatorComponents.fig (modified) * doc/papers/llheap/figures/CoalesceAllocated.fig (modified) * doc/papers/llheap/figures/CoalesceFree.fig (modified) * doc/papers/llheap/figures/Container.fig (modified) * doc/papers/llheap/figures/ContainerFalseSharing1.fig (modified) * doc/papers/llheap/figures/ContainerFalseSharing2.fig (modified) * doc/papers/llheap/figures/ContainerNoOwnership.fig (modified) * doc/papers/llheap/figures/ContainerNoOwnershipFreelist.fig (modified) * doc/papers/llheap/figures/ContainerOwnership.fig (modified) * doc/papers/llheap/figures/ContainerOwnershipFreelist.fig (modified) * doc/papers/llheap/figures/FakeHeader.fig (modified) * doc/papers/llheap/figures/FreeListAmongContainers.fig (modified) * doc/papers/llheap/figures/FreeListWithinContainers.fig (modified) * doc/papers/llheap/figures/Header.fig (modified) * doc/papers/llheap/figures/HeapStructure.fig (modified) * doc/papers/llheap/figures/IntExtFragmentation.fig (modified) * doc/papers/llheap/figures/MemoryFragmentation.fig (modified) * doc/papers/llheap/figures/MultipleHeapsNoOwnership.fig (modified) * doc/papers/llheap/figures/MultipleHeapsOwnership.fig (modified) * doc/papers/llheap/figures/MultipleHeapsOwnershipStorage.fig (modified) * doc/papers/llheap/figures/MultipleHeapsStorage.fig (modified) * doc/papers/llheap/figures/ObjectHeaders.fig (modified) * doc/papers/llheap/figures/PerThreadHeap.fig (modified) * doc/papers/llheap/figures/PrivatePublicHeaps.fig (modified) * doc/papers/llheap/figures/ProgramFalseSharing.fig (modified) * doc/papers/llheap/figures/RemoteFreeList.fig (modified) * doc/papers/llheap/figures/SharedHeaps.fig (modified) * doc/papers/llheap/figures/SingleHeap.fig (modified) * doc/papers/llheap/figures/SuperContainers.fig (modified) * doc/papers/llheap/figures/UserKernelHeaps.fig (modified) * doc/papers/llheap/figures/llheap.fig (modified) change text font-size in figures to match paper font-size Fri, 30 Jun 2023 20:55:01 GMT Peter A. Buhr [5384793] * doc/theses/colby_parsons_MMAth/text/channels.tex (modified) use FIFO abbrev in channel chapter Fri, 30 Jun 2023 20:53:43 GMT Peter A. Buhr [fb4b283] * doc/theses/colby_parsons_MMAth/glossary.tex (modified) add LIFO and FIFO to glossary abbreviation Fri, 30 Jun 2023 20:52:37 GMT Peter A. Buhr [729b794] * doc/theses/colby_parsons_MMAth/Makefile (modified) force bibtex to run in Makefile and print more output Fri, 30 Jun 2023 20:51:20 GMT Peter A. Buhr [c5e2a84] * doc/theses/colby_parsons_MMAth/local.bib (modified) remove duplicate entries from local.bib in pl.bib Fri, 30 Jun 2023 20:50:01 GMT Peter A. Buhr [6c7fe7b] * tests/raii/.expect/memberCtors-ERR1.txt (modified) * tests/raii/memberCtors.cfa (modified) change from printf to sout Fri, 30 Jun 2023 20:22:16 GMT Peter A. Buhr [d7874052] * src/Parser/parser.yy (modified) print proper error for hiding enumerator names of an anonymous ... Fri, 30 Jun 2023 20:00:44 GMT caparsons [bdf4cd9e] * tests/concurrency/actors/inherit.cfa (modified) * tests/concurrency/mutexstmt/.expect/tuple.txt (added) * tests/concurrency/mutexstmt/tuple.cfa (added) added test for mutex stmt tuples and changed actor test to use a ...