source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @8a1d62b6   15 months ajbeach Reorganize ?\? operator to shorten it a bit and move lines of code …
(edit) @49caf644   15 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @c635047   15 months pabuhr more convertion to new void-creation stream macros
(edit) @da6db1a2   15 months caparson added test with new waituntil remove() syntax
(edit) @db94b5d   15 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @c44705c   15 months caparson fixed remove ambiguity issue
(edit) @5454d77   15 months pabuhr update types to use new void-creation stream macros
(edit) @94d2544   15 months pabuhr formatting, create macros OSTYPE_VOID, OSTYPE_VOID_IMPL. ISTYPE_VOID, …
(edit) @8b84973   15 months caparson updated waituntil benchmarks to use new channel arrow syntax
(edit) @daf4c89   15 months caparson updated channel chapter to reflect new syntax
(edit) @ca22a7c   15 months caparson removed ambiguous waituntil remove support
(edit) @cb344f7   15 months caparson refactored tests to use new syntax for channel ops
(edit) @a1467c1   15 months caparson added support for remove and insert calls in waituntils
(edit) @d5926ae   15 months caparson modified waituntil tests to test new features
(edit) @e0396d9   15 months caparson added discussion of channel shorthand operators
(edit) @5adb277   15 months caparson changed test back to using new operators
(edit) @bf55f32   15 months caparson added support for general channel operators
(edit) @1d66a91   15 months caparson added support for general channel operators and cleaned up some cruft
(edit) @66ac416   15 months caparson revert channel test change
(edit) @f3c02ea   15 months caparson reverted addition of channel operators since it broke the waituntil …
(edit) @9cb2742   15 months caparson refactored some waituntil code gen to be more concise
(edit) @c2c1717   15 months caparson cleaned up a waituntil test and changed a channel test to use go-style …
(edit) @a0b59ed   15 months caparson added support for go style channel operators
(edit) @494a7e5   15 months caparson more 7.5 improvements. Tried to improve chapter flow
(edit) @7ed01be   15 months caparson smoothed over 7.5 intro
(edit) @dbf5e18   15 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @847ab8f   15 months pabuhr first proofread of waituntil chapter up to Section 7.5
(edit) @bcc56c9   15 months pabuhr final proofread of actor chapter
(edit) @432e1de   15 months pabuhr capitalize titles in citations
(edit) @6da4cbbc   15 months pabuhr move uC++ beside CFA in table
(edit) @1f36fcd   15 months pabuhr update Ada citation from Ada12 to Ada16
(edit) @ac09751   15 months pabuhr reduce whitespace before backtick
(edit) @0d7fc00   15 months ajbeach This may fix the excessive 'struct _IO_FILE;' declarations. I still …
(edit) @c25f16b   15 months ajbeach Repeat "remove push/pop from KR_parameter_list and …
(edit) @402a1e7   15 months ajbeach Revert "remove push/pop from KR_parameter_list and …
(edit) @b7c53a9d   15 months ajbeach Added a new invariant check and the fixes required to make it pass. …
(edit) @4acf56d   15 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @09e400e   15 months pabuhr remove push/pop from KR_parameter_list and typedef_declaration
(edit) @a3c7bac   15 months caparson reworked part of actor perf section
(edit) @60a9164   15 months pabuhr update discussion about work stealing
(edit) @cc28153d   15 months pabuhr change href to url, add citations
(edit) @d6d2136   15 months caparson Made changes in response to Peter's comments
(edit) @e0069bd   15 months ajbeach Renaming of some SymbolTable? functions because they are different and …
(edit) @1d9dc9c   15 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @ed274fe   15 months pabuhr more proofreading of actor chapter
(edit) @68db00e   15 months pabuhr add labels to sections
(edit) @71a422a   15 months pabuhr add additional debug printing, remove push/pop associated with …
(edit) @fc95df3   15 months pabuhr add additional debug printing
(edit) @bdbb448   16 months caparson updated documentation related to waituntil changes
(edit) @c16cc99   16 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @d829c6d   16 months caparson added test that consistently produced the waituntil channel close …
(edit) @bbecdd4   16 months caparson missed two files with previous commit
(edit) @b93bf85   16 months caparson fixed spurious channel close waituntil error case. Was caused by a …
(edit) @ffac259   16 months pabuhr hide numtimes
(edit) @4c8ce47   16 months caparson updated pingpong exception test to remove output race for repeatable …
(edit) @c54ca97   16 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @a2eb21a   16 months pabuhr fix problems in pingpong_nonlocal
(edit) @39e6309   16 months caparson fixed undefined reference
(edit) @ea1bb94   16 months caparson actor perf cleanup following reordering
(edit) @614868b   16 months caparson first pass at cleaning up per chapter reorganization
(edit) @f80e0f1e   16 months pabuhr more proofreading of actor chapter
(edit) @0aa77e6   16 months caparson various actor changes and fixes
(edit) @04c31f4   16 months caparson some changes to the queue swap chapter
(edit) @c3f7dd9   16 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @713905fd   16 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @e6e1a12   16 months pabuhr more proofreading of actor chapter
(edit) @9b0c1936   16 months pabuhr add glossary abbreviations CAS, DWCAS, DCAS, DAS, LL, SC
(edit) @2f26b841   16 months pabuhr add and update citations
(edit) @b29a1e8   16 months ajbeach Removed unused includes from a file. (Clean-up, plus it cuts down on …
(edit) @555c599   16 months caparson removed test since it now contains unsupportd behaviour
(edit) @ded018f   16 months caparson refactored to fix bug in channel_close test. As a consquence can no …
(edit) @5186775   16 months pabuhr alternative version of fibonacci_nonlocal
(edit) @64e3ac7   16 months pabuhr harmonize name for fibonacci_nonlocal and pingpong_nonlocal
(edit) @bef2245   16 months caparson added basic tests for non-local exceptions
(edit) @2fe64ba   16 months caparson added support for non-local exceptions
(edit) @b4d2b3b   16 months ajbeach Some cases in linkReferencesToTypes: It always hits one or both of the …
(edit) @8f31be6   16 months ajbeach Fixed some warnings, deleted some commented out code.
(edit) @c8bf1b5   16 months ajbeach Removed a comment that referenced a long gone pass.
(edit) @a9e10e2   16 months caparson small update to end of work stealing section
(edit) @7c4416a   16 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @f6afd84   16 months caparson merging together benchmark run files
(edit) @9235192c   16 months caparson added support for missed gulps benchmark
(edit) @7ce70e2   16 months caparson another pass over the work stealing section
(edit) @218685e   16 months pabuhr more proofreading of actor chapter
(edit) @3883609   16 months caparson minor actor stealing section changes
(edit) @1f39a28   16 months caparson reworked later part of actor stealing section
(edit) @3430ce8   16 months pabuhr change font style and size in figure
(edit) @4c2e561   16 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @3397eed   16 months pabuhr more proofreading of actor chapter
(edit) @7f1be01   16 months ajbeach Combined some fixes from the variaus scoped containers. Reducing …
(edit) @b2ecd48   16 months ajbeach Changes related to invariant checking scoping, it is not ready by …
(edit) @0ec4eb0   16 months caparson read through up to start of actor chapter and made some small …
(edit) @930a800   16 months caparson added conclusion to makefile, removed duplicate bib entry and added …
(edit) @5e81a9c   16 months caparson polished waituntil and conclusion chapter
(edit) @adb67cf3   16 months caparson added steal diagram
(edit) @f519bd8   16 months caparson reworked actor steal section
(edit) @96ea77a   16 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @8909a2d   16 months pabuhr more proofreading of actor chapter
(edit) @70f97c8   16 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @00b046f   16 months caparson very slim race condition between a channel closing and a waituntil …
Note: See TracRevisionLog for help on using the revision log.