Timeline



Oct 1, 2023:

12:29 PM Changeset [7a925a41] by caparsons <caparson@…>
final hotpotato cleanup, removed two unneeded routines from explicit …
12:25 PM Changeset [26be854] by caparsons <caparson@…>
a bit of cleanup of the hotpotato tests
12:06 PM Changeset [fd775ae] by caparsons <caparson@…>
added hotpotato non-local ehm test in both enable/disable and poll flavours
12:05 PM Changeset [147a137] by caparsons <caparson@…>
added enable/disable ehm with no params for coroutines

Sep 30, 2023:

10:36 PM Changeset [1e7a765] by Peter A. Buhr <pabuhr@…>
fix lock/unlock for heap statistic-mode

Sep 28, 2023:

10:44 PM Changeset [0bb64bfa] by Peter A. Buhr <pabuhr@…>
update tiobe index, update new command-line documentation
10:43 PM Changeset [12f671e] by Peter A. Buhr <pabuhr@…>
tweak comments for CFA comand-line options
10:04 PM Changeset [5f917740] by Peter A. Buhr <pabuhr@…>
update help message from main.cc
10:03 PM Changeset [c2d728c] by Peter A. Buhr <pabuhr@…>
add using namespace std to cfa.cc

Sep 27, 2023:

10:07 PM Changeset [ca20b07] by Peter A. Buhr <pabuhr@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
9:56 PM Changeset [7350330f] by Peter A. Buhr <pabuhr@…>
formatting, remove unnecessary use of c_str(), add better debug …

Sep 25, 2023:

12:52 PM Changeset [f033d01] by JiadaL <j82liang@…>
Fix typo{
2:52 AM Changeset [c7616dd] by JiadaL <j82liang@…>
Fix designation value error

Sep 23, 2023:

10:50 PM Changeset [62c6cfa] by JiadaL <j82liang@…>
Revert "Fix designator value in enumerated array and implemented …

Sep 21, 2023:

10:15 PM Changeset [deda7e6] by JiadaL <j82liang@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
10:15 PM Changeset [c1e66d9] by JiadaL <j82liang@…>
Fix designator value in enumerated array and implemented enumerated …

Sep 19, 2023:

10:29 AM Changeset [5a1ae14] by Peter A. Buhr <pabuhr@…>
remove superfluous inner_loop routine
10:28 AM Changeset [b244fa8] by Peter A. Buhr <pabuhr@…>
formatting
10:27 AM Changeset [60f69f0] by Peter A. Buhr <pabuhr@…>
formatting
10:26 AM Changeset [e4c3819] by Peter A. Buhr <pabuhr@…>
refactor cofor.hfa into cofor.cfa, adjust Makefile.am to handle cofor.cfa

Sep 18, 2023:

10:21 AM Changeset [a2c2363] by caparsons <caparson@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
10:21 AM Changeset [e3784a50] by caparsons <caparson@…>
updated cofor test to use macro
10:21 AM Changeset [334e0cf2] by caparsons <caparson@…>
added cofor macro

Sep 17, 2023:

10:17 PM Changeset [7edf912] by Peter A. Buhr <pabuhr@…>
formatting, replace constructor calls with set_allocation calls
11:19 AM Changeset [50be8af] by Peter A. Buhr <pabuhr@…>
clean up command-line handling and I/O
11:13 AM Changeset [697c957] by Peter A. Buhr <pabuhr@…>
add uC++toCFA document

Sep 14, 2023:

11:44 AM Changeset [3df4cd9] by Andrew Beach <ajbeach@…>
Some mistakes in isPolyType found while working on the box pass. There …
10:43 AM Changeset [a738c68] by Andrew Beach <ajbeach@…>
Update max/min so n-ary version doesn't match against the 2 argument …
7:42 AM Changeset [efe420f3] by caparsons <caparson@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
7:41 AM Changeset [f64cc42] by caparsons <caparson@…>
committed makefile change for cofor include

Sep 13, 2023:

11:46 AM Changeset [bfeb37a6] by Andrew Beach <ajbeach@…>
Added another check to the invariants for SizeofExpr/AlignofExpr?.
11:33 AM Changeset [1ed5e9e] by caparsons <caparson@…>
Added cfa equivalent of cofor/cobegin/coend

Sep 11, 2023:

3:20 PM Ticket #283 (cfa-cc - Shadowing Cause C Incompatability) created by ajbeach
In the following program compiles in both C and Cforall but shows …
12:56 PM Changeset [c0035fc] by caparsons <caparson@…>
Added references when incorporating Trevor's comments
12:55 PM Changeset [c8ec58e] by caparsons <caparson@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
12:55 PM Changeset [9509d67a] by caparsons <caparson@…>
Incorporated changes in response to Trevor's comments.
12:12 PM Changeset [73d0a84c] by Peter A. Buhr <pabuhr@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
12:12 PM Changeset [c58ead7] by Peter A. Buhr <pabuhr@…>
add malloc_stats_clear routine to zero the heap master and all active …

Sep 9, 2023:

2:11 PM Changeset [fc9f514] by Peter A. Buhr <pabuhr@…>
formatting
2:11 PM Changeset [ba068c0] by Peter A. Buhr <pabuhr@…>
rename clock routines processor and program to processor_cpu and …
1:54 PM Changeset [5cfb8b1] by Peter A. Buhr <pabuhr@…>
add getenv, strlen, strcmp, strncmp to extras

Sep 8, 2023:

5:15 PM Changeset [553f032f] by Andrew Beach <ajbeach@…>
Insert additional checks so that impossible, or just unimplemented, …
12:46 AM Changeset [2fa0237] by Michael Brooks <mlbrooks@…>
Fix cstring input length interpretation issue that had a buffer …

Sep 7, 2023:

1:17 PM Changeset [3ee8853] by caparsons <caparson@…>
made some small formatting changes
10:36 AM Changeset [0f8b1a7] by caparsons <caparson@…>
merged in Peter's edits with a few small changes
10:05 AM Changeset [154672d] by Peter A. Buhr <pabuhr@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
10:05 AM Changeset [79b05224] by Peter A. Buhr <pabuhr@…>
proofread chapters CFA_concurrency, intro, and conclusion
1:02 AM Changeset [416b443] by Michael Brooks <mlbrooks@…>
Implement full set of relational operators for strings

Sep 6, 2023:

3:45 PM Changeset [01510fe] by caparsons <caparson@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
3:44 PM Changeset [f3f009f] by JiadaL <j82liang@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
3:44 PM Changeset [4894239] by JiadaL <j82liang@…>
Allow uninitialized enum value as designators
3:44 PM Changeset [cb0bcf1] by caparsons <caparson@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
3:44 PM Changeset [9d47c1f] by caparsons <caparson@…>
changes over all usages of uC++ collections to use dlist instead
12:15 PM Changeset [4a40fca7] by Andrew Beach <ajbeach@…>
Clean-up in MultiLevelExit?. Primary purpose is to remove some uneeded …
11:49 AM Changeset [92d8cda] by caparsons <caparson@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
11:48 AM Changeset [1f10959] by caparsons <caparson@…>
expanded upon intro and conclusion
1:30 AM Changeset [1fc111c] by JiadaL <j82liang@…>
Bug fix

Sep 5, 2023:

6:08 PM Changeset [efe39bb] by Michael Brooks <mlbrooks@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
5:48 PM Changeset [aae9c17] by caparsons <caparson@…>
edited thesis to incorporate Gregors comments
4:22 PM Changeset [737988b] by Michael Brooks <mlbrooks@…>
Deduplicate manipulator read-to-string by delegating from string to …
4:08 PM Changeset [ff56dd2e] by Michael Brooks <mlbrooks@…>
Duplicate manipulator read-to-string code for string_res, and test.
3:28 PM Changeset [3c7e3c4] by Michael Brooks <mlbrooks@…>
formatting
2:57 PM Changeset [f54e6ec] by Michael Brooks <mlbrooks@…>
Port basic input-manipulator test from cstring to string and fix …
1:20 PM Changeset [acafba4] by Michael Brooks <mlbrooks@…>
Rename internal macro away from TYPE, which is a cs343 name collision.

Sep 4, 2023:

6:34 PM Changeset [0ac8d07] by Peter A. Buhr <pabuhr@…>
remove empty rule in cfa_abstract_parameter_declaration to remove conflicts
3:49 PM Changeset [555af62] by Peter A. Buhr <pabuhr@…>
add include bits/sequence.hfa to pthread.cfa after removing it from …
3:27 PM Changeset [43eb8e9] by Peter A. Buhr <pabuhr@…>
remove unnecessary include bits/sequence.hfa
3:26 PM Changeset [4b78d25] by Peter A. Buhr <pabuhr@…>
Revert "remove ucpp-style collections used before Mike's lists" This …

Sep 3, 2023:

11:36 AM Changeset [b388d1ba] by Peter A. Buhr <pabuhr@…>
remove ucpp-style collections used before Mike's lists
8:35 AM Changeset [16e6905] by Peter A. Buhr <pabuhr@…>
fix get_seed signature
8:22 AM Changeset [5f31bf0] by Peter A. Buhr <pabuhr@…>
simplify 32/64-bit random-number constructors
8:20 AM Changeset [3ef5905] by Peter A. Buhr <pabuhr@…>
add get_seed for thread random numbers
8:19 AM Changeset [6e93819] by Peter A. Buhr <pabuhr@…>
use arm64 to select 64-bit random numbers

Sep 2, 2023:

3:07 PM Changeset [4b30318b] by Peter A. Buhr <pabuhr@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
3:03 PM Changeset [389fbf5] by Peter A. Buhr <pabuhr@…>
test reading fixed strings
3:01 PM Changeset [34c6e1e6] by Peter A. Buhr <pabuhr@…>
add string output manipulators, third attempt at input manipulators …
2:57 PM Changeset [0f107e4] by Peter A. Buhr <pabuhr@…>
add reading fixed strings, seperate skip input manipulator, getline …

Sep 1, 2023:

3:54 PM Changeset [8a9a3ab] by caparsons <caparson@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
3:54 PM Changeset [4269d1b] by caparsons <caparson@…>
fixed unhandled exception bug causing deleted memory to be accessed …
11:16 AM Changeset [4c0fa03] by Andrew Beach <ajbeach@…>
Removed extra copy in FixInitNew?.
11:16 AM Changeset [950c58e] by Andrew Beach <ajbeach@…>
The invariant flags on the test script were set up incorrectly. They …
Note: See TracTimeline for information about the timeline view.