|
|
@02c5880
|
13 months |
caparson |
Added fence after channel handoff to prevent reordering on the arm …
|
|
|
@ee9ad40
|
13 months |
caparson |
Changed cofor files to support the corun statement
|
|
|
@0d49efb
|
13 months |
pabuhr |
allow precision < 3 for manipulator eng
|
|
|
@8bc67cf
|
13 months |
pabuhr |
formatting, SKULLDUGGERY to remove spurious free-nonheap-object warning
|
|
|
@3770b87
|
13 months |
pabuhr |
formatting, add PRNG copy to checkpoint PRNG state, remove autogen …
|
|
|
@92211d9
|
13 months |
pabuhr |
formatting
|
|
|
@0860d9c
|
13 months |
mlbrooks |
Fix read-to-variable-length-string cases when internal buffer fills.
…
|
|
|
@8cffa4f
|
13 months |
mlbrooks |
Support match-failure reporting for string input.
On failed match, …
|
|
|
@bf1cbde
|
13 months |
mlbrooks |
Implement "scanset" semantics for manipulator skip , in place of …
|
|
|
@11ab0b4a
|
13 months |
pabuhr |
add corun/cofor statement, update old cofor
|
|
|
@147a137
|
13 months |
caparson |
added enable/disable ehm with no params for coroutines
|
|
|
@1e7a765
|
13 months |
pabuhr |
fix lock/unlock for heap statistic-mode
|
|
|
@60f69f0
|
14 months |
pabuhr |
formatting
|
|
|
@e4c3819
|
14 months |
pabuhr |
refactor cofor.hfa into cofor.cfa, adjust Makefile.am to handle cofor.cfa
|
|
|
@a2c2363
|
14 months |
caparson |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
|
|
|
@334e0cf2
|
14 months |
caparson |
added cofor macro
|
|
|
@a738c68
|
14 months |
ajbeach |
Update max/min so n-ary version doesn't match against the 2 argument …
|
|
|
@f64cc42
|
14 months |
caparson |
committed makefile change for cofor include
|
|
|
@1ed5e9e
|
14 months |
caparson |
Added cfa equivalent of cofor/cobegin/coend
|
|
|
@73d0a84c
|
14 months |
pabuhr |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
|
|
|
@c58ead7
|
14 months |
pabuhr |
add malloc_stats_clear routine to zero the heap master and all active …
|
|
|
@ba068c0
|
14 months |
pabuhr |
rename clock routines processor and program to processor_cpu and …
|
|
|
@5cfb8b1
|
14 months |
pabuhr |
add getenv, strlen, strcmp, strncmp to extras
|
|
|
@2fa0237
|
14 months |
mlbrooks |
Fix cstring input length interpretation issue that had a buffer …
|
|
|
@416b443
|
14 months |
mlbrooks |
Implement full set of relational operators for strings
|
|
|
@9d47c1f
|
14 months |
caparson |
changes over all usages of uC++ collections to use dlist instead
|
|
|
@737988b
|
14 months |
mlbrooks |
Deduplicate manipulator read-to-string by delegating from string to …
|
|
|
@ff56dd2e
|
14 months |
mlbrooks |
Duplicate manipulator read-to-string code for string_res, and test.
|
|
|
@f54e6ec
|
14 months |
mlbrooks |
Port basic input-manipulator test from cstring to string and fix …
|
|
|
@acafba4
|
14 months |
mlbrooks |
Rename internal macro away from TYPE , which is a cs343 name collision.
|
|
|
@555af62
|
14 months |
pabuhr |
add include bits/sequence.hfa to pthread.cfa after removing it from …
|
|
|
@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
|
|
|
@16e6905
|
14 months |
pabuhr |
fix get_seed signature
|
|
|
@5f31bf0
|
14 months |
pabuhr |
simplify 32/64-bit random-number constructors
|
|
|
@3ef5905
|
14 months |
pabuhr |
add get_seed for thread random numbers
|
|
|
@6e93819
|
14 months |
pabuhr |
use arm64 to select 64-bit random numbers
|
|
|
@4b30318b
|
14 months |
pabuhr |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
|
|
|
@34c6e1e6
|
14 months |
pabuhr |
add string output manipulators, third attempt at input manipulators …
|
|
|
@0f107e4
|
14 months |
pabuhr |
add reading fixed strings, seperate skip input manipulator, getline …
|
|
|
@8a9a3ab
|
14 months |
caparson |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
|
|
|
@4269d1b
|
14 months |
caparson |
fixed unhandled exception bug causing deleted memory to be accessed …
|
|
|
@686912c
|
14 months |
pabuhr |
third attempt at input manipulators for strings
|
|
|
@55b060d
|
14 months |
pabuhr |
rename directories containers to collections
|
|
|
@38de914
|
14 months |
pabuhr |
second attempt at input manipulators for strings
|
|
|
@7e1dbd7
|
14 months |
pabuhr |
first attempt at input manipulators for strings
|
|
|
@0926487
|
14 months |
pabuhr |
formatting, use C-style compound literal
|
|
|
@aa25216
|
14 months |
pabuhr |
remove special case for getline in C-string input
|
|
|
@88001dd
|
14 months |
pabuhr |
first attempt reading strings in chunks using C strings
|
|
|
@5ad2c6c7
|
14 months |
pabuhr |
update reading C strings with size check
|
|
|
@d0cfcbe1
|
15 months |
pabuhr |
change setter routines in basic_i/ostream to return previous state
|
|
|
@bcbc7e4
|
15 months |
pabuhr |
fix printing of decimal point when manipulator nodp is on
|
|
|
@329487c
|
15 months |
pabuhr |
change examples to use the new wdi manipulator for C-strings to …
|
|
|
@6264087
|
15 months |
pabuhr |
formatting
|
|
|
@b5e725a
|
15 months |
pabuhr |
move setting the default random-generator size from PRNG.cfa to …
|
|
|
@7baff35
|
15 months |
pabuhr |
formatting
|
|
|
@2f34fde
|
15 months |
pabuhr |
add new wdi manipulator for C-strings to specify string and read size
|
|
|
@3543e99
|
15 months |
pabuhr |
move exception macros from common.hfa to their own include file …
|
|
|
@d32679d5
|
15 months |
mlbrooks |
String input operator with chunked memory management.
|
|
|
@9ca5e56
|
15 months |
pabuhr |
formatting, remove superfluous space at end of string when printing, …
|
|
|
@09a767e
|
15 months |
pabuhr |
fix incorrect location of decimal point for floating-point value in …
|
|
|
@13600e8
|
15 months |
pabuhr |
fix error when exception propagation does not find a handler and print …
|
|
|
@9ff71ff
|
15 months |
caparson |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
|
|
|
@23edb61
|
15 months |
caparson |
added warning message and cleanup for unhandled pending non-local …
|
|
|
@74c6748
|
15 months |
pabuhr |
change test programs to reflect input changes for C strings
|
|
|
@e7a8f65
|
15 months |
pabuhr |
force all input of C strings to specify a maximum length for the …
|
|
|
@3318dff
|
15 months |
caparson |
fixed non-local ehm issue and added no arg resumer routine
|
|
|
@57fd66d
|
15 months |
caparson |
exposed some exception routines to use for non local ehm in coroutines
|
|
|
@c34bb1f
|
15 months |
caparson |
fixed nonlocal exception edge case for program main and added poll() …
|
|
|
@c3e510b
|
15 months |
caparson |
added support for resuming at resumer, added test for support and …
|
|
|
@ff7f6d07
|
15 months |
pabuhr |
formatting
|
|
|
@bc9f84a
|
15 months |
pabuhr |
add missing slicing routine with one argument
|
|
|
@3c82bf6
|
15 months |
pabuhr |
update exception macros
|
|
|
@6d5790d
|
15 months |
pabuhr |
formatting
|
|
|
@76acb60
|
15 months |
pabuhr |
remove static from Exception macro
|
|
|
@419985c
|
15 months |
pabuhr |
add macros Exception and Throw to simplify using exceptions
|
|
|
@502a107
|
15 months |
pabuhr |
add comment on lock$ in i/ofstream indicating used by trait is_lock …
|
|
|
@a47fe52
|
15 months |
pabuhr |
missing add of terminating thread-heap statistics to master heap, …
|
|
|
@28c2933
|
15 months |
pabuhr |
formatting
|
|
|
@07b59ec
|
15 months |
pabuhr |
change startup sequence by adding back heapManagerBootFlag, add build …
|
|
|
@33e9b87
|
15 months |
pabuhr |
remove spurious .section from exception assembler code, which is …
|
|
|
@7882c58
|
15 months |
pabuhr |
change old trait syntax to use new forall syntax
|
|
|
@88f2f0f
|
16 months |
pabuhr |
change zeroing of individual statistics fields to memset
|
|
|
@d9b7b66
|
16 months |
pabuhr |
change C style for-loops to CFA-style for-loops
|
|
|
@f898983
|
16 months |
pabuhr |
add missing #include <string.h>
|
|
|
@0a2e0e21
|
16 months |
pabuhr |
add FIX-ME comment for forall-void routine in iostream
|
|
|
@374cdb66
|
16 months |
pabuhr |
use memset to initialize struct io_uring_sqe to zero in routine zero_sqe
|
|
|
@7a2c6b18
|
16 months |
caparson |
did some cleanup in locks.hfa and fixed seg fault bug in channel …
|
|
|
@d3b8752
|
16 months |
ajbeach |
Added min/max for 3+ argument cases.
|
|
|
@8a1d62b6
|
16 months |
ajbeach |
Reorganize ?\? operator to shorten it a bit and move lines of code …
|
|
|
@49caf644
|
16 months |
pabuhr |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
|
|
|
@c635047
|
16 months |
pabuhr |
more convertion to new void-creation stream macros
|
|
|
@db94b5d
|
16 months |
caparson |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
|
|
|
@c44705c
|
16 months |
caparson |
fixed remove ambiguity issue
|
|
|
@5454d77
|
16 months |
pabuhr |
update types to use new void-creation stream macros
|
|
|
@94d2544
|
16 months |
pabuhr |
formatting, create macros OSTYPE_VOID, OSTYPE_VOID_IMPL. ISTYPE_VOID, …
|
|
|
@ca22a7c
|
16 months |
caparson |
removed ambiguous waituntil remove support
|
|
|
@a1467c1
|
16 months |
caparson |
added support for remove and insert calls in waituntils
|
|
|
@bf55f32
|
16 months |
caparson |
added support for general channel operators
|
|
|