source: libcfa

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @8a1d62b6   10 months ajbeach Reorganize ?\? operator to shorten it a bit and move lines of code …
(edit) @49caf644   10 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @c635047   10 months pabuhr more convertion to new void-creation stream macros
(edit) @db94b5d   10 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @c44705c   10 months caparson fixed remove ambiguity issue
(edit) @5454d77   10 months pabuhr update types to use new void-creation stream macros
(edit) @94d2544   10 months pabuhr formatting, create macros OSTYPE_VOID, OSTYPE_VOID_IMPL. ISTYPE_VOID, …
(edit) @ca22a7c   10 months caparson removed ambiguous waituntil remove support
(edit) @a1467c1   10 months caparson added support for remove and insert calls in waituntils
(edit) @bf55f32   10 months caparson added support for general channel operators
(edit) @f3c02ea   10 months caparson reverted addition of channel operators since it broke the waituntil …
(edit) @a0b59ed   10 months caparson added support for go style channel operators
(edit) @bdbb448   10 months caparson updated documentation related to waituntil changes
(edit) @bbecdd4   10 months caparson missed two files with previous commit
(edit) @b93bf85   10 months caparson fixed spurious channel close waituntil error case. Was caused by a …
(edit) @2fe64ba   11 months caparson added support for non-local exceptions
(edit) @9235192c   11 months caparson added support for missed gulps benchmark
(edit) @00b046f   11 months caparson very slim race condition between a channel closing and a waituntil …
(edit) @7d25f44   11 months pabuhr update files from old separator manipulator names to new names
(edit) @f5d9c37   11 months pabuhr harmonize separator manipulators names with newline names: change from …
(edit) @2dfdae3   11 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @508671e   11 months caparson added termination check for non-stealing actor system
(edit) @a1f0cb6   11 months caparson added pragma once
(edit) @b9c06b98   11 months pabuhr formatting, change set_allocation to return previous value, add …
(edit) @1fbf481   11 months caparson more actor changes and touchups
(edit) @97b47ec   11 months ajbeach The 'sized' trait is now implemented on top of 'T *' declarations and …
(edit) @f02f546   11 months mlbrooks Implement new rules for array dimension expression matching. Core …
(edit) @70d8e2f2   11 months caparson added extra poll point to check for termination in actor system
(edit) @b065dbb   11 months caparson refactored actors to not need base pointers in envelopes
(edit) @1e538fb   11 months caparson added a comment
(edit) @e39cfb9   11 months caparson various cleanups and improvements (shutdown flags, automatic processor …
(edit) @ca0c311   11 months caparson added ability to get number of processors constructed on a cluster …
(edit) @7c012e8   11 months pabuhr simplify computation for ceiling, add unsigned qualifiers on one_t …
(edit) @97453ce   11 months pabuhr add length qualifiers on one_t constants in ceiling_div
(edit) @600478d   11 months pabuhr change ceiling function to work with negative values
(edit) @dc9dd94   11 months pabuhr formatting
(edit) @bbdf954   11 months pabuhr fix end-of-file bug when checking for I/O errors
(edit) @4f9d75d   11 months pabuhr formatting
(edit) @4dbdd1d   11 months pabuhr add comments for attomic pointer types
(edit) @e172f42   11 months caparson Merge branch 'ast-experimental'
(edit) @a0bd9a2   11 months ajbeach Lifted _Ostream_Flags out of _Ostream_Manip, so the bitfields do not …
(edit) @1e940de0   11 months caparson cleanup/bugfix actors and fix virtual dtor bug
(edit) @62d62db   11 months caparson Merge branch 'master' into ast-experimental ast-experimental
(edit) @24d6572   11 months f37yu Merge branch 'master' into ast-experimental ast-experimental
(edit) @38e266c   11 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ast-experimental
(edit) @1db6d70   11 months caparson removed unneeded fstream include from locks.hfa ast-experimental
(edit) @0658672   12 months ajbeach Improved hoisting. However, I had to change some code because of other … ast-experimental
(edit) @e6c9115   12 months pabuhr update short atomic macros ast-experimental
(edit) @541dbc09   12 months pabuhr make type names arithmetic, rational, rat_int lower-case ast-experimental
(edit) @6a93e4d   12 months pabuhr make trait names not, equality, relational, additive, inc_dec, … ast-experimental
(edit) @874b16e   12 months pabuhr lower case type names open_failure, close_failure, write_failure, … ast-experimental
(edit) @0794365   12 months caparson refactored allocation enum to match naming style and refactored some … ast-experimental
(edit) @bebfc2e   12 months caparson renamed some types to make style consistent. fixed race condition in … ast-experimental
(edit) @ded6c2a6   12 months caparson fixed build failure ast-experimental
(edit) @3eeeb88   12 months caparson added utility functions for channel exceptions ast-experimental
(edit) @0aef549   12 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ast-experimental
(edit) @6f774be   12 months caparson fixed bug where waituntil deadlock could occur ast-experimental
(edit) @22f2b7d   12 months caparson missed including in previous commits ast-experimental
(edit) @70a4ed5   12 months caparson refactored to remove return val from on_selected ast-experimental
(edit) @a5294af   12 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ast-experimental
(edit) @0e6cadf   12 months pabuhr add new atomic macros to Makefile.am ast-experimental
(edit) @8463136   12 months pabuhr add short atomic instruction macros ast-experimental
(edit) @88b49bb   12 months caparson added a small waituntil optimization and added some improvements to … ADTast-experimental
(edit) @5ece8ce   12 months caparson fixed a bug in mcs implementation and cleaned up a bit ADTast-experimental
(edit) @5908fb4   12 months caparson changed channel fetch routines to use relaxed atomics ADTast-experimental
(edit) @100d12d4   12 months caparson changed makefile since select has a .cfa now ADTast-experimental
(edit) @e23b3ce   12 months caparson added support for timeouts in waituntil ADTast-experimental
(edit) @c0ec8b6   12 months caparson fixed bug in waituntil and future interop where signals could be lost ADTast-experimental
(edit) @629c95a   12 months caparson fixed bug in special OR case for channels and waituntil ADTast-experimental
(edit) @5a05946   12 months caparson cleanup up locks files and fixed a minor whitespace issue in preemption.cfa ADTast-experimental
(edit) @4dd10fb   12 months caparson added atomic_load to non-MX channel get routines ADTast-experimental
(edit) @c5a2c96   13 months caparson added atomic to eliminate if failing test deadlock is a staleness issue ADTast-experimental
(edit) @fece3d9   13 months caparson Added fix for cond var timeout handling race. Cleanup of locks.hfa/cfa … ADTast-experimental
(edit) @c4f411e   13 months caparson fixed a bug which may potentially fix build ADTast-experimental
(edit) @d5187a0   13 months caparson removed potential race to attempt to fix failing test ADTast-experimental
(edit) @cb69fba   13 months caparson did some cleanup of channels ADTast-experimental
(edit) @8607a72   13 months caparson added 32 bit failure fix for channels ADTast-experimental
(edit) @73bf7ddc   13 months caparson updated lock interface to support waituntil trait ADTast-experimental
(edit) @beeff61e   13 months caparson some cleanup and a bunch of changes to support waituntil statement ADTast-experimental
(edit) @bd72c28   14 months caparson fixed build issue caused by globals ADTast-experimental
(edit) @9082d7e8   14 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @a45e21c   14 months caparson cleaned up channel, added safety/productivity features to channels. … ADTast-experimental
(edit) @efdd18c   14 months caparson updated actor header to use better name for stat toggling ADTast-experimental
(edit) @ff443e5   14 months pabuhr forgot to add to last commit ADTast-experimental
(edit) @e10714a   14 months pabuhr update interpose code, and document 32-bit interpose bug in glibc ADTast-experimental
(edit) @75d874a   14 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @0e16a2d   14 months caparson added two other channel variations to channel file ADTast-experimental
(edit) @1633e04   14 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @d30e3eb   14 months caparson cleaned up exp_backoff lock and rewrote parts of channels to improve … ADTast-experimental
(edit) @d800676   14 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @1afd9ccb   14 months pabuhr update call.cfa.in with generic casts for io-uring field types ADTast-experimental
(edit) @1d245ea   14 months caparson added padding to channel to prevent false sharing that was occurring ADTast-experimental
(edit) @90fb672   14 months pabuhr use splitmix32/64 to prime set seed for all PRNG ADTast-experimental
(edit) @12b006c   14 months caparson small comment cleanup ADTast-experimental
(edit) @09965e5   14 months caparson added splitmix64 since wyhash has 128 bit dependency and xoshiro doesnt ADTast-experimental
(edit) @a6bb5fc   14 months caparson fixed merge conflict ADTast-experimental
(edit) @4c6ba5a   14 months caparson refactored to use generators for seeding state, added splitmix32 for … ADTast-experimental
(edit) @9a9ca36   14 months caparson a little bit of mutex stmt header cleanup ADTast-experimental
(edit) @1fd3d85   14 months mlbrooks Support P9_EMBEDDED annotations inside functions and at more flexible … ADTast-experimental
(edit) @360bfe41   14 months ajbeach Whitespace clean-up in Makefile. ADTast-experimental
Note: See TracRevisionLog for help on using the revision log.