source: libcfa

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @fece3d9   22 months caparson Added fix for cond var timeout handling race. Cleanup of locks.hfa/cfa … ADTast-experimental
(edit) @c4f411e   22 months caparson fixed a bug which may potentially fix build ADTast-experimental
(edit) @d5187a0   22 months caparson removed potential race to attempt to fix failing test ADTast-experimental
(edit) @cb69fba   23 months caparson did some cleanup of channels ADTast-experimental
(edit) @8607a72   23 months caparson added 32 bit failure fix for channels ADTast-experimental
(edit) @73bf7ddc   23 months caparson updated lock interface to support waituntil trait ADTast-experimental
(edit) @beeff61e   23 months caparson some cleanup and a bunch of changes to support waituntil statement ADTast-experimental
(edit) @bd72c28   2 years caparson fixed build issue caused by globals ADTast-experimental
(edit) @9082d7e8   2 years caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @a45e21c   2 years caparson cleaned up channel, added safety/productivity features to channels. … ADTast-experimental
(edit) @efdd18c   2 years caparson updated actor header to use better name for stat toggling ADTast-experimental
(edit) @ff443e5   2 years pabuhr forgot to add to last commit ADTast-experimental
(edit) @e10714a   2 years pabuhr update interpose code, and document 32-bit interpose bug in glibc ADTast-experimental
(edit) @75d874a   2 years caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @0e16a2d   2 years caparson added two other channel variations to channel file ADTast-experimental
(edit) @1633e04   2 years caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @d30e3eb   2 years caparson cleaned up exp_backoff lock and rewrote parts of channels to improve … ADTast-experimental
(edit) @d800676   2 years pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @1afd9ccb   2 years pabuhr update call.cfa.in with generic casts for io-uring field types ADTast-experimental
(edit) @1d245ea   2 years caparson added padding to channel to prevent false sharing that was occurring ADTast-experimental
(edit) @90fb672   2 years pabuhr use splitmix32/64 to prime set seed for all PRNG ADTast-experimental
(edit) @12b006c   2 years caparson small comment cleanup ADTast-experimental
(edit) @09965e5   2 years caparson added splitmix64 since wyhash has 128 bit dependency and xoshiro doesnt ADTast-experimental
(edit) @a6bb5fc   2 years caparson fixed merge conflict ADTast-experimental
(edit) @4c6ba5a   2 years caparson refactored to use generators for seeding state, added splitmix32 for … ADTast-experimental
(edit) @9a9ca36   2 years caparson a little bit of mutex stmt header cleanup ADTast-experimental
(edit) @1fd3d85   2 years mlbrooks Support P9_EMBEDDED annotations inside functions and at more flexible … ADTast-experimental
(edit) @360bfe41   2 years ajbeach Whitespace clean-up in Makefile. ADTast-experimental
(edit) @dbae916   2 years caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @8512a2f   2 years caparson added libcfa support for virtual dtors and added it to actor impl ADTast-experimental
(edit) @c19ca4b   2 years pabuhr add comment about why no #pragma once ADTast-experimental
(edit) @a96ce07   2 years pabuhr comment out #pragma once to fix build ADTast-experimental
(edit) @089a0d7   2 years pabuhr formatting, rework interpose code (again), remove unnecessary #include … ADTast-experimental
(edit) @a0a949c   2 years pabuhr formatting, remove unnecessary #include files and code ADTast-experimental
(edit) @b2f3880   2 years pabuhr add newline at end of file ADTast-experimental
(edit) @5e4a830   2 years pabuhr add #pragma once to .h and .hfa files ADTast-experimental
(edit) @681d8f2   2 years caparson After many red herrings I think the race between checking a message … ADTast-experimental
(edit) @d40555e   2 years caparson fixed matrix.cfa test error by reworking globals to avoid spurious … ADTast-experimental
(edit) @9155026   2 years caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @e23169b   2 years caparson some actor cleanup/optimizations ADTast-experimental
(edit) @99fb52c   2 years caparson fixed failing dynamic.cfa test ADTast-experimental
(edit) @f23d34db   2 years caparson changed some stat collection for actors and attempted to fix … ADTast-experimental
(edit) @858350a   2 years caparson added poison pill messages and made test for them ADTast-experimental
(edit) @2856044a   2 years caparson fixed div by zero bug in actor stats, cleaned up includes, changed to … ADTast-experimental
(edit) @13f066d   2 years caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @1e38178   2 years caparson added some safety/productivity features and some stats ADTast-experimental
(edit) @a8667ab   2 years pabuhr expunge all rseq code from runtime ADTast-experimental
(edit) @1f951abd   2 years pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @8bb46d2   2 years pabuhr fix errors on interpose code for libc and libpthread ADTast-experimental
(edit) @997324c   2 years mlbrooks Repair bad commit ad2424. Put back ix0 definition that was removed … ADTast-experimental
(edit) @ad24245   2 years mlbrooks Add comments about arpk internals. ADTast-experimental
(edit) @d964c39   2 years caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @ce44c5f   2 years caparson Thought of new channel implementation while working on the prevention … ADTast-experimental
(edit) @2d028003   2 years pabuhr restructure #include files because issues with attribute … ADTast-experimental
(edit) @b1ad41f   2 years pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @dd3576b   2 years pabuhr update from old to new trait syntax using forall ADTast-experimental
(edit) @ae267366   2 years pabuhr fix merge conflict ADTast-experimental
(edit) @43f29f6   2 years pabuhr formatting ADTast-experimental
(edit) @aca0d2f   2 years pabuhr make anonymous struct declaration static ADTast-experimental
(edit) @f883ef1   2 years pabuhr formatting ADTast-experimental
(edit) @c910709   2 years pabuhr remove use of _GNU_SOURCE and RTLD_NEXT to provide alternate means for … ADTast-experimental
(edit) @3494ca9   2 years pabuhr formatting ADTast-experimental
(edit) @ed52dd5   2 years pabuhr remove comment about _GNU_SOURCE ADTast-experimental
(edit) @56bb2e1   2 years pabuhr clean up #include files ADTast-experimental
(edit) @14f6a3cb   2 years pabuhr fix build problem ADTast-experimental
(edit) @f8729be   2 years pabuhr remove unnecessary #define for _XOPEN_SOURCE 600 ADTast-experimental
(edit) @fb907d3   2 years pabuhr add explicit cast of with function exp10 ADTast-experimental
(edit) @fbdfcd8   2 years pabuhr isolate error variable declaration ADTast-experimental
(edit) @f5f2768   2 years pabuhr make _GNU_SOURCE default, change IO to use SOCKADDR_ARG and … ADTast-experimental
(edit) @4d35bc6   2 years pabuhr remove explicit declaration of accept4 function ADTast-experimental
(edit) @531c3d5   2 years pabuhr add include bits/debug.hfa for verify function ADTast-experimental
(edit) @4616622   2 years caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @2d028039   2 years caparson added support for copy based envelopes ADTast-experimental
(edit) @2125443a   2 years pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @8a97248   2 years pabuhr switch from old trait syntax to new trait syntax using forall clause ADTast-experimental
(edit) @ccf1d99   2 years caparson intermediate push so I can move to nasus to performance test some stuff ADTast-experimental
(edit) @5c473c9   2 years caparson fixed bug where I used buffer as a stack not a queue ADTast-experimental
(edit) @ecfe574   2 years caparson added envelope copying to avoid allocations ADTast-experimental
(edit) @9d0ff30   2 years caparson added missing header ADTast-experimental
(edit) @c042d79   2 years caparson ported uC++-style actor system ADTast-experimental
(edit) @378de69   2 years caparson small lock cleanup to remove unused field on spin_queue_lock ADTast-experimental
(edit) @42b739d7   2 years caparson fixed termination synchronization in the channel benchmark to get rid … ADTast-experimental
(edit) @5c931e0   2 years caparson made changes to support zero-size channels ADTast-experimental
(edit) @4a962d8   2 years caparson added channel impl with basic test. Will expand impl and tests soon ADTast-experimental
(edit) @0cee082   2 years caparson refactored naming for lock to be more accurate and cleaned up REACQ … ADTast-experimental
(edit) @5e180c2   2 years caparson small future touchups ADTast-experimental
(edit) @c130165   2 years Thierry Delisle small update to configure scripts, which should help for ubuntu 22.04 ADTast-experimental
(edit) @e78782b   2 years caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @7eac70e   2 years caparson added select to includes ADTast-experimental
(edit) @339e30a   2 years caparson added new future and added rudimentary select statement support for it ADTast-experimental
(edit) @a20be49   2 years pabuhr remove all uses of USE_GNU ADTast-experimental
(edit) @a14926b   2 years pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @d99a716   2 years caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @0348fd8   2 years caparson fixed clh bug where you couldn't hold more than 1 clh lock at once ADTast-experimental
(edit) @a7662b8   2 years pabuhr add cast from int to unsigned ADTast-experimental
(edit) @d9585291   2 years pabuhr formatting ADTast-experimental
(edit) @8ee54963   2 years pabuhr change spinlock atomics to ATOMIC_ACQUIRE/RELEASE, increase alignment … ADTast-experimental
(edit) @b797d978   2 years pabuhr formatting, switch to XOSHIRO256PP/XOSHIRO128PP as the 64/32-bit … ADTast-experimental
(edit) @26544f9   2 years Thierry Delisle added helping and lock to allow remote processors to flush … ADTast-experimental
(edit) @1ab773e0   2 years caparson more lock cleanup ADTast-experimental
Note: See TracRevisionLog for help on using the revision log.