Timeline



Jan 27, 2024:

11:29 PM Changeset [baa1d5d] by Peter A. Buhr <pabuhr@…>
update testing for manipulators
11:27 PM Changeset [765ee42] by Peter A. Buhr <pabuhr@…>
some updates on the llheap paper
11:26 PM Changeset [dd1ebb1] by Peter A. Buhr <pabuhr@…>
some updates on the enum proposal
1:52 PM Changeset [d1551a5] by Peter A. Buhr <pabuhr@…>
formatting, a little more string stuff
1:49 PM Changeset [01fb70a] by Peter A. Buhr <pabuhr@…>
increase lstlisting comment start from 2.75in to 3in
4:05 AM Changeset [16afb2a] by JiadaL <j82liang@…>
Fix the print for enum with type

Jan 25, 2024:

12:44 PM Changeset [36e120a] by Peter A. Buhr <pabuhr@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
12:39 PM Changeset [68cf1d4] by Peter A. Buhr <pabuhr@…>
update expected output for other architectures
10:04 AM Changeset [8ca60e4] by Andrew Beach <ajbeach@…>
Remove ilog2, an unused math helper.
8:58 AM Changeset [5764204] by Peter A. Buhr <pabuhr@…>
restrict nesting of manipulators and update manipulator test

Jan 24, 2024:

1:39 PM Changeset [64c4b4d] by Peter A. Buhr <pabuhr@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
12:11 PM Changeset [3db78b89] by Michael Brooks <mlbrooks@…>
Fix string reading bug: Manipulator ignore should not write to its …
11:58 AM Changeset [8a33777] by Michael Brooks <mlbrooks@…>
Fix analysis error in string-input testing. Add comments correlating …
8:19 AM Changeset [221c542e] by Peter A. Buhr <pabuhr@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
6:05 AM Changeset [71b5aad5] by JiadaL <j82liang@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
6:05 AM Changeset [544deb9] by JiadaL <j82liang@…>
Update ReplacePseudoFunc?, mostly the runtime lookup for attribute …

Jan 23, 2024:

2:16 PM Changeset [61e362f] by Andrew Beach <ajbeach@…>
Changed notZeroExpr so that expressions with conditional contexts are …

Jan 22, 2024:

6:02 PM Changeset [bad9c8f] by Peter A. Buhr <pabuhr@…>
change from href to url in bibtex citations
2:04 PM Changeset [a4ed165] by Andrew Beach <ajbeach@…>
I was working in FixInit?.cpp so I did a round of general clean-up. …
3:23 AM Changeset [367725d] by JiadaL <j82liang@…>
Update enum.tex

Jan 21, 2024:

10:45 PM Changeset [8abe4090] by Peter A. Buhr <pabuhr@…>
switch C designators for initialization

Jan 19, 2024:

5:25 PM Changeset [f2898df] by Michael Brooks <mlbrooks@…>
Implement string initialization and assignment from various numeric types
5:17 PM Changeset [dd10bf4] by Michael Brooks <mlbrooks@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
4:57 PM Changeset [45d1ab9] by Peter A. Buhr <pabuhr@…>
revert interpose experiment for build failure, not the cause
4:36 PM Changeset [b1eefe50] by Michael Brooks <mlbrooks@…>
Adjust string assignment declarations for consistent/standard return type.
11:14 AM Changeset [ac939461] by JiadaL <j82liang@…>
Add replacePseudoFunc
2:44 AM Changeset [f988834] by JiadaL <j82liang@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
2:42 AM Changeset [59c8dff] by JiadaL <j82liang@…>
Draft Implementation for enum position pesudo function (posE). …

Jan 18, 2024:

10:17 PM Changeset [e8b3717] by Michael Brooks <mlbrooks@…>
Modify substring interface from start-end to start-len, and add a …

Jan 17, 2024:

6:40 PM Changeset [906d8fa] by Michael Brooks <mlbrooks@…>
tidy a string-library unhelpful comment
6:31 PM Changeset [7abc3de] by Michael Brooks <mlbrooks@…>
Harmonize string constructors with assignments, refactor …
4:14 PM Changeset [11f65b3] by Andrew Beach <ajbeach@…>
I believe switching isValidOnFuncParam from an allow-list to a …
3:13 PM Changeset [5bf685f] by Andrew Beach <ajbeach@…>
Replayed maybeClone with maybeCopy, removed unused helppers in …
2:16 PM Changeset [e891349] by Michael Brooks <mlbrooks@…>
Tweak string assignment-strcpy-strncpy and concatenate-strcat-strncat …

Jan 16, 2024:

10:20 PM Changeset [06280ad] by Peter A. Buhr <pabuhr@…>
formatting
5:30 PM Changeset [38951c31] by Michael Brooks <mlbrooks@…>
Add missing test for string *= and refactor */*= to follow +/+= …

Jan 14, 2024:

8:51 PM Changeset [739495a] by Peter A. Buhr <pabuhr@…>
change shape of latex minus sign, change lstlisting escapechar from $ …
5:48 PM Changeset [479fbe3] by Peter A. Buhr <pabuhr@…>
formatting, add string constructor for char, add string *= operator, …
5:40 PM Changeset [5ecaeca] by Peter A. Buhr <pabuhr@…>
first documentation for string API

Jan 11, 2024:

7:04 PM Changeset [8fceae2] by Peter A. Buhr <pabuhr@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
7:03 PM Changeset [a3f820b] by Peter A. Buhr <pabuhr@…>
interpose experiment to see if it is causing the build failure
3:06 PM Changeset [ee16f8fc] by Michael Brooks <mlbrooks@…>
Attempt to fix overnight build; add test-suite Makefile entry missing …
9:19 AM Changeset [7db39f7] by Peter A. Buhr <pabuhr@…>
second attempt to interpose dl_iterate_phdr with disable/enable …
8:59 AM Changeset [8655363] by Peter A. Buhr <pabuhr@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
8:46 AM Changeset [b262cb3] by Andrew Beach <ajbeach@…>
Unified and fixed handling of parameter attributes.

Jan 10, 2024:

2:46 PM Changeset [4d689e2] by Peter A. Buhr <pabuhr@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
12:01 PM Changeset [cfbc56ec] by Michael Brooks <mlbrooks@…>
Enable array RAII and provide uninit(-), a uNoCtor equivalent. Enable …

Jan 6, 2024:

8:14 AM Changeset [f0c9c9b] by Peter A. Buhr <pabuhr@…>
formatting

Jan 4, 2024:

12:12 PM Changeset [40002c5] by Peter A. Buhr <pabuhr@…>
update command-line processing
12:10 PM Changeset [ca2feff] by Peter A. Buhr <pabuhr@…>
update manipulator testing and expected output
12:09 PM Changeset [e7eb1f0] by Peter A. Buhr <pabuhr@…>
update string testing and expected output
12:05 PM Changeset [e0cc9e0] by Peter A. Buhr <pabuhr@…>
first attempt to interpose dl_iterate_phdr with disable/enable …
12:02 PM Changeset [4aae2bd] by Peter A. Buhr <pabuhr@…>
continue to work on quoted formatting and generalization
12:00 PM Changeset [be10079] by Peter A. Buhr <pabuhr@…>
formatting
11:58 AM Changeset [681e12f] by Peter A. Buhr <pabuhr@…>
formatting, change cmp to strcmp, add strlen and strcat

Jan 3, 2024:

4:52 PM Changeset [8b4faf6] by JiadaL <j82liang@…>
Hoist nested enum in Struct
Note: See TracTimeline for information about the timeline view.