Commit
386fb57527e7266fbdf2a63a63fa7f20796e2991
by caparsonsadded invariant flag to test makefile
|
The file was modified | tests/Makefile.am |
Commit
8cb06b671a14fffb7125da0255c714ea972727cf
by caparsonsadded waituntil timeout test and added waituntil test that uses multiple waituntil primitive types
|
The file was added | tests/concurrent/waituntil/.expect/all_types.txt |
The file was added | tests/concurrent/waituntil/.expect/timeout.txt |
The file was added | tests/concurrent/waituntil/all_types.cfa |
The file was added | tests/concurrent/waituntil/timeout.cfa |
Commit
5a059463785617a734ec20e395e6f149d89171a0
by caparsonscleanup up locks files and fixed a minor whitespace issue in preemption.cfa
|
The file was modified | libcfa/src/concurrency/preemption.cfa |
The file was modified | libcfa/src/concurrency/locks.cfa |
The file was modified | libcfa/src/concurrency/locks.hfa |
Commit
629c95a09e5a24f7108fc98fcff62c3e3ae6ad16
by caparsonsfixed bug in special OR case for channels and waituntil
|
The file was modified | libcfa/src/concurrency/channel.hfa |
Commit
c0ec8b6fe7503c70e9db17395e0d922d5b1dc28f
by caparsonsfixed bug in waituntil and future interop where signals could be lost
|
The file was modified | libcfa/src/concurrency/future.hfa |
Commit
e23b3ce3f4ce1a6fe6be08990f27f69e64036545
by caparsonsadded support for timeouts in waituntil
|
The file was added | libcfa/src/concurrency/select.cfa |
The file was modified | libcfa/src/concurrency/select.hfa |
Commit
100d12d42857ec730c8f76c1becc81da7432fdbf
by caparsonschanged makefile since select has a .cfa now
|
The file was modified | libcfa/src/Makefile.am |
Commit
8c267cf1e027acc787ecbd13e91c24273f366459
by ajbeachAdded proposal for alternate enumerations that could replace some of the typed enumeration features.
|
The file was added | doc/proposals/alt-enums.md |