|
|
@33e4e8ef
|
11 months |
pabuhr |
change incorrect architecture name arm_64 to aarch64
|
|
|
@acafba4
|
14 months |
mlbrooks |
Rename internal macro away from TYPE , which is a cs343 name collision.
|
|
|
@43eb8e9
|
14 months |
pabuhr |
remove unnecessary include bits/sequence.hfa
|
|
|
@4b78d25
|
14 months |
pabuhr |
Revert "remove ucpp-style collections used before Mike's lists"
This …
|
|
|
@b388d1ba
|
14 months |
pabuhr |
remove ucpp-style collections used before Mike's lists
|
|
|
@6e93819
|
14 months |
pabuhr |
use arm64 to select 64-bit random numbers
|
|
|
@55b060d
|
14 months |
pabuhr |
rename directories containers to collections
|
|
|
@d9b7b66
|
16 months |
pabuhr |
change C style for-loops to CFA-style for-loops
|
|
|
@bf55f32
|
16 months |
caparson |
added support for general channel operators
|
|
|
@bbecdd4
|
16 months |
caparson |
missed two files with previous commit
|
|
|
@22f2b7d
|
17 months |
caparson |
missed including in previous commits
ast-experimental
|
|
|
@70a4ed5
|
17 months |
caparson |
refactored to remove return val from on_selected
ast-experimental
|
|
|
@fece3d9
|
18 months |
caparson |
Added fix for cond var timeout handling race. Cleanup of locks.hfa/cfa …
ADTast-experimental
|
|
|
@73bf7ddc
|
18 months |
caparson |
updated lock interface to support waituntil trait
ADTast-experimental
|
|
|
@90fb672
|
20 months |
pabuhr |
use splitmix32/64 to prime set seed for all PRNG
ADTast-experimental
|
|
|
@12b006c
|
20 months |
caparson |
small comment cleanup
ADTast-experimental
|
|
|
@09965e5
|
20 months |
caparson |
added splitmix64 since wyhash has 128 bit dependency and xoshiro doesnt
ADTast-experimental
|
|
|
@a6bb5fc
|
20 months |
caparson |
fixed merge conflict
ADTast-experimental
|
|
|
@4c6ba5a
|
20 months |
caparson |
refactored to use generators for seeding state, added splitmix32 for …
ADTast-experimental
|
|
|
@b2f3880
|
20 months |
pabuhr |
add newline at end of file
ADTast-experimental
|
|
|
@8a97248
|
21 months |
pabuhr |
switch from old trait syntax to new trait syntax using forall clause
ADTast-experimental
|
|
|
@d9585291
|
22 months |
pabuhr |
formatting
ADTast-experimental
|
|
|
@b797d978
|
23 months |
pabuhr |
formatting, switch to XOSHIRO256PP/XOSHIRO128PP as the 64/32-bit …
ADTast-experimental
|
|
|
@3ff64cb
|
23 months |
pabuhr |
add missing parenthesis in KISS PRNG
ADTast-experimental
|
|
|
@3e5eeaf
|
23 months |
pabuhr |
update documentation
ADTast-experimental
|
|
|
@261e107
|
23 months |
pabuhr |
change all PRNG to prime the PRNG state in set_seed with the given seed
ADTast-experimental
|
|
|
@4020f09
|
2 years |
pabuhr |
formatting, switch to typedef for PRNG complex state
ADTast-experimental
|
|
|
@c8238c0
|
2 years |
pabuhr |
remove 32-bit use of lehmer64, which requires uint128_t
ADTast-experimental
|
|
|
@dd46fd3
|
2 years |
pabuhr |
generalization of PRNG
ADTast-experimental
|
|
|
@9fce2572
|
2 years |
pabuhr |
32-bit update of PRNG
ADTast-experimental
|
|
|
@d2ad151
|
2 years |
pabuhr |
major update of PRNG
ADTast-experimental
|
|
|
@639e4fc
|
2 years |
Thierry Delisle |
Changed cluster link to use explicit type to avoid anonymous names in …
ADTast-experimental
|
|
|
@6a4ef0c
|
2 years |
Thierry Delisle |
Changed cltr_link to use explicit field name to make gdb easier
ADTast-experimental
|
|
|
@cd5b58f
|
2 years |
Thierry Delisle |
Changed node link in thread to use dlink called cltr_link
ADTast-experimental
|
|
|
@be5f0a5
|
2 years |
Thierry Delisle |
Changed monitors to use the user_link instead of the ready_link
ADTast-experimental
|
|
|
@2856982c
|
2 years |
Thierry Delisle |
Changed implicit dlink field in thread$ to have name uxer_link
ADTast-experimental
|
|
|
@301071a
|
2 years |
pabuhr |
formatting
ADTast-experimental
|
|
|
@aa9f215
|
2 years |
pabuhr |
update return type of forward declaration for poll_interrupts
ADTast-experimentalpthread-emulation
|
|
|
@23a08aa0
|
2 years |
pabuhr |
fix merge conflict
ADTast-experimentalpthread-emulation
|
|
|
@ebf8ca5
|
2 years |
pabuhr |
switch for-loop from C to CFA format
ADTast-experimentalpthread-emulation
|
|
|
@b443db0
|
2 years |
Thierry Delisle |
Change how no preempts zone are implemented. From begin/end tags to …
ADTast-experimentalpthread-emulation
|
|
|
@01ba701
|
2 years |
Thierry Delisle |
Purged "thread_local" from code base.
Replaced with C11's …
ADTast-experimentalpthread-emulation
|
|
|
@fbb930e
|
2 years |
Thierry Delisle |
Added option to explicitly poll interrupts.
Usefull in cases using …
ADTast-experimentalpthread-emulation
|
|
|
@ced5e2a
|
2 years |
caparson |
removed debug fields from spinlock_t
ADTast-experimentalpthread-emulationqualifiedEnum
|
|
|
@4bb5d36
|
2 years |
Thierry Delisle |
Visibility stragglers.
cfa_linkonce always means visibility default.
ADTast-experimentalpthread-emulationqualifiedEnum
|
|
|
@c18bf9e
|
2 years |
Thierry Delisle |
Visibility concurrency
ADTast-experimentalpthread-emulationqualifiedEnum
|
|
|
@8108ba8
|
2 years |
Thierry Delisle |
Started to add basic visibility control to libcfa
ADTast-experimentalpthread-emulationqualifiedEnum
|
|
|
@b2516e6
|
3 years |
pabuhr |
change libAlign to use BIGGEST_ALIGNMENT
ADTast-experimentalpthread-emulationqualifiedEnum
|
|
|
@16cc9f7
|
3 years |
pabuhr |
change cfaabi_bits_print... routines to return the number of …
ADTast-experimentalpthread-emulationqualifiedEnum
|
|
|
@e57de69
|
3 years |
pabuhr |
formatting
ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
|
|
|
@611f29d
|
3 years |
pabuhr |
consolidate random-number generators
ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
|
|
|
@9b33337
|
3 years |
Thierry Delisle |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
|
|
|
@418d31ac
|
3 years |
Thierry Delisle |
Added spin count to spin locks as a debugging tool
ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
|
|
|
@4177592f
|
3 years |
pabuhr |
add newline at end of file
ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
|
|
|
@e84ab3d
|
3 years |
Thierry Delisle |
Step 1 of changing $thread to thread$
ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@660665f
|
3 years |
caparson |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@43784ac
|
3 years |
Thierry Delisle |
Changed libcfathread to consistently define _GNU_SOURCE
ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@82f4063
|
3 years |
caparson |
switched unified locking to use dlist
ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@a3821fa
|
4 years |
Thierry Delisle |
Changed enable interrupts:
- no longer save the caller for debugging
…
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@200a229
|
4 years |
pabuhr |
return 0 from on_wait to prevent warning messages
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@8e85344
|
4 years |
Thierry Delisle |
Fix bad debug function
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@22b7579
|
4 years |
Thierry Delisle |
Changed is_blocking_lock trait to use on_wakeup.
Fixed fast_lock to …
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@d27b6be
|
4 years |
Thierry Delisle |
- Fixed TryLock? in blocking_lock implementation that did not return …
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@c407434e
|
4 years |
Thierry Delisle |
Fixed missing static
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@f19497c
|
4 years |
Thierry Delisle |
Fixed missing try_lock in locks based on 'blocking_lock'
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@dddb3dd0
|
4 years |
Thierry Delisle |
Changed io to use ring per kernel threads.
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@d0502a3
|
4 years |
mlbrooks |
Fixing function bodies in bits/containers and bits/sequence so they …
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@352cbc2
|
4 years |
Thierry Delisle |
Added missing pragma once
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@ab1b971
|
4 years |
Thierry Delisle |
blocking_lock & multiple_acquisition_lock can now be used without …
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@481cf3a
|
4 years |
pabuhr |
fix conflict
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@c08c3cf
|
4 years |
pabuhr |
fix conflict
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@f706697
|
4 years |
pabuhr |
make "listed" static inline
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@454f478
|
4 years |
Thierry Delisle |
Re-arranged and commented low-level headers.
Main goal was for better …
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@fd54fef
|
4 years |
mlbrooks |
Converting the project to use the new syntax for otype, dtype and …
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@a7aea7d
|
4 years |
Thierry Delisle |
Fixed abandon function and futures and added test for it.
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@70f8bcd2
|
4 years |
Thierry Delisle |
Added new future types
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@9536761
|
4 years |
pabuhr |
formatting, change container iterator operator from ">>" to "|"
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@a3a76ea
|
4 years |
pabuhr |
modify routines to return added/removed node to allow cascading calls
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@19de7864
|
4 years |
caparsons |
removed listed requirement for collections since it was redundant
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@accc5dbb
|
4 years |
caparsons |
updated other collections to match changes to sequence.hfa
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@8a81b09
|
4 years |
caparsons |
fixed iterators after breaking them
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@e43aa14
|
4 years |
caparsons |
refactored collection and sequence to work with structs that don't …
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@8b73526
|
4 years |
caparsons |
added struct to _anonymous_object and changed containers to reflect change
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@7d4ce2a
|
4 years |
pabuhr |
make collections publicly accessible in include directory
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@58870e6b
|
4 years |
pabuhr |
switch from reference back to pointer
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@e91a255
|
4 years |
pabuhr |
fix code placement error
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@7c1144b
|
4 years |
pabuhr |
formatting, more switch from pointer to reference
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@a32cbac2
|
4 years |
pabuhr |
add comments to SeqIter?
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@4f649cb
|
4 years |
pabuhr |
print task id rather than task address for multi-list test
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@f7386f7
|
4 years |
pabuhr |
add queue to multi-list container test
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@1ac1f0b
|
4 years |
pabuhr |
rename iterators to remove cast
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@34dcc78c
|
4 years |
pabuhr |
re-purpose Seqable as Colable for stack
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@7b2a786
|
4 years |
pabuhr |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@a5a67ab8
|
4 years |
pabuhr |
small changes to container switch to references
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@9082e0f1
|
4 years |
pabuhr |
add multi-list container test
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@8e655f7c
|
4 years |
caparsons |
fixed collision between Sequence and containers.hfa
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@a78c3ff
|
4 years |
caparsons |
switched queue and sequence to use references
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@636d3715
|
4 years |
pabuhr |
more code sharing in containers
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@b37515b
|
4 years |
pabuhr |
start converting from pointer to reference parameters/returns across …
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@833ba13
|
4 years |
pabuhr |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|