source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @04c31f4   15 months caparson some changes to the queue swap chapter
(edit) @c3f7dd9   15 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @713905fd   15 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @e6e1a12   15 months pabuhr more proofreading of actor chapter
(edit) @9b0c1936   15 months pabuhr add glossary abbreviations CAS, DWCAS, DCAS, DAS, LL, SC
(edit) @2f26b841   15 months pabuhr add and update citations
(edit) @b29a1e8   15 months ajbeach Removed unused includes from a file. (Clean-up, plus it cuts down on …
(edit) @555c599   15 months caparson removed test since it now contains unsupportd behaviour
(edit) @ded018f   15 months caparson refactored to fix bug in channel_close test. As a consquence can no …
(edit) @5186775   15 months pabuhr alternative version of fibonacci_nonlocal
(edit) @64e3ac7   15 months pabuhr harmonize name for fibonacci_nonlocal and pingpong_nonlocal
(edit) @bef2245   15 months caparson added basic tests for non-local exceptions
(edit) @2fe64ba   15 months caparson added support for non-local exceptions
(edit) @b4d2b3b   15 months ajbeach Some cases in linkReferencesToTypes: It always hits one or both of the …
(edit) @8f31be6   15 months ajbeach Fixed some warnings, deleted some commented out code.
(edit) @c8bf1b5   15 months ajbeach Removed a comment that referenced a long gone pass.
(edit) @a9e10e2   15 months caparson small update to end of work stealing section
(edit) @7c4416a   15 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @f6afd84   15 months caparson merging together benchmark run files
(edit) @9235192c   15 months caparson added support for missed gulps benchmark
(edit) @7ce70e2   15 months caparson another pass over the work stealing section
(edit) @218685e   15 months pabuhr more proofreading of actor chapter
(edit) @3883609   15 months caparson minor actor stealing section changes
(edit) @1f39a28   15 months caparson reworked later part of actor stealing section
(edit) @3430ce8   15 months pabuhr change font style and size in figure
(edit) @4c2e561   15 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @3397eed   15 months pabuhr more proofreading of actor chapter
(edit) @7f1be01   15 months ajbeach Combined some fixes from the variaus scoped containers. Reducing …
(edit) @b2ecd48   15 months ajbeach Changes related to invariant checking scoping, it is not ready by …
(edit) @0ec4eb0   15 months caparson read through up to start of actor chapter and made some small …
(edit) @930a800   15 months caparson added conclusion to makefile, removed duplicate bib entry and added …
(edit) @5e81a9c   15 months caparson polished waituntil and conclusion chapter
(edit) @adb67cf3   15 months caparson added steal diagram
(edit) @f519bd8   15 months caparson reworked actor steal section
(edit) @96ea77a   15 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @8909a2d   15 months pabuhr more proofreading of actor chapter
(edit) @70f97c8   15 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @00b046f   15 months caparson very slim race condition between a channel closing and a waituntil …
(edit) @a2f1ea8d   15 months caparson added test for fixed waituntil break case
(edit) @ed1a7ab8   15 months caparson fixed two bugs with breaks in waituntils, required reordering of …
(edit) @1ae3ac46   15 months pabuhr change text font-size in figures to match paper font-size
(edit) @5384793   15 months pabuhr use FIFO abbrev in channel chapter
(edit) @fb4b283   15 months pabuhr add LIFO and FIFO to glossary abbreviation
(edit) @729b794   15 months pabuhr force bibtex to run in Makefile and print more output
(edit) @c5e2a84   15 months pabuhr remove duplicate entries from local.bib in pl.bib
(edit) @6c7fe7b   15 months pabuhr change from printf to sout
(edit) @d7874052   15 months pabuhr print proper error for hiding enumerator names of an anonymous …
(edit) @bdf4cd9   15 months caparson added test for mutex stmt tuples and changed actor test to use a …
(edit) @d464b79   15 months caparson added flattening so that the mutex statement now can accept tuples
(edit) @4bae7b4   15 months caparson fixed bug where virtual dtor would not work if dtors or ctors of the …
(edit) @599dc6a   15 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @c9019ce   15 months caparson added to conclusion, cleaned up and added some citations
(edit) @48ee593   15 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @795500c3   15 months pabuhr update documentation for stream input and output
(edit) @af5cfad6   15 months pabuhr fix number of calls to latex
(edit) @260dad7   15 months ajbeach Updated indentation in AST/LinckageSpec.
(edit) @3d70ca9   15 months pabuhr add and update citations
(edit) @6587f9d   15 months pabuhr update user manual from old separator manipulator names to new names
(edit) @85a3806   15 months pabuhr change from printf to sout
(edit) @7d25f44   15 months pabuhr update files from old separator manipulator names to new names
(edit) @f5d9c37   15 months pabuhr harmonize separator manipulators names with newline names: change from …
(edit) @70e47fec   15 months caparson removed comment
(edit) @2dfdae3   15 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @508671e   15 months caparson added termination check for non-stealing actor system
(edit) @a1f0cb6   15 months caparson added pragma once
(edit) @14e1053   15 months caparson first draft of full waituntil chapter and conclusion chapter. Lots of …
(edit) @b9c06b98   15 months pabuhr formatting, change set_allocation to return previous value, add …
(edit) @c4497e3   15 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @65ef0cd   15 months pabuhr fix comments
(edit) @917e1fd   15 months caparson changed throughput in plotting script to be per second not per 10 seconds
(edit) @48ec19a   15 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @1fbf481   15 months caparson more actor changes and touchups
(edit) @97b47ec   15 months ajbeach The 'sized' trait is now implemented on top of 'T *' declarations and …
(edit) @fe0b94f   15 months pabuhr fix include files
(edit) @6065281f   15 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @3bf9d10   15 months pabuhr change printf to sout
(edit) @f02f546   15 months mlbrooks Implement new rules for array dimension expression matching. Core …
(edit) @2de175ce   15 months mlbrooks Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @132e4c1   15 months ajbeach Some clean-up in LinkReferenceToTypes?.cpp.
(edit) @da0edec   15 months mlbrooks Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @9c4330d5   15 months mlbrooks Add Makefile entries to include new test-support files in Promote …
(edit) @caf06aa   15 months ajbeach Added the check for bitfields in sized polymorphic types. It was …
(edit) @70d8e2f2   15 months caparson added extra poll point to check for termination in actor system
(edit) @adc73a5   15 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @d10e391   15 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @b065dbb   15 months caparson refactored actors to not need base pointers in envelopes
(edit) @1e538fb   15 months caparson added a comment
(edit) @2fd4cea   15 months ajbeach In a sentence, invariants is correct.
(edit) @0f4ac10   15 months mlbrooks Add tests demonstrating CFA's treatment of C arrays, compared with …
(edit) @b7b3e41   15 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @33d4bc8   15 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @0388a99   15 months caparson updated a test to use the actor automatic executor config
(edit) @e39cfb9   15 months caparson various cleanups and improvements (shutdown flags, automatic processor …
(edit) @ca0c311   15 months caparson added ability to get number of processors constructed on a cluster …
(edit) @2c38b15   15 months ajbeach Moved the using statement in main out of view of the includes. Tried …
(edit) @dc136d7   15 months caparson cleaned up actor send/terminate sections
(edit) @6d18ddb   15 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Merged …
(edit) @60c3d87e   15 months caparson intermediate commit to pull actor changes
(edit) @df27752   15 months pabuhr update glossary
(edit) @739bd7b   15 months pabuhr more proofreading of actor chapter
Note: See TracRevisionLog for help on using the revision log.