Timeline



Sep 4, 2024: Today

5:35 PM Changeset [508cff0]master by Peter A. Buhr <pabuhr@…>
fix quotations from C++ reference manual
11:39 AM Changeset [737bf73] by Peter A. Buhr <pabuhr@…>
correct check for EOF when reading character strings

Sep 3, 2024: Yesterday

12:08 PM Changeset [db19e1d] by Andrew Beach <ajbeach@…>
Changed the interpritation of () to be no parameters instead of any …

Sep 2, 2024:

2:54 PM Changeset [cdbb909] by Peter A. Buhr <pabuhr@…>
proofread introduction chapter
11:12 AM Changeset [d6b7d1d] by Peter A. Buhr <pabuhr@…>
citation updates

Aug 26, 2024:

10:54 AM Changeset [b965774] by Andrew Beach <ajbeach@…>
Isolated the logic to decide if a function is a var-args function or not.

Aug 25, 2024:

12:02 PM Changeset [075c6d5] by Peter A. Buhr <pabuhr@…>
afterthought addition to chapter 3
11:56 AM Changeset [7f2e87a] by Peter A. Buhr <pabuhr@…>
first proofread of chapter 1
11:55 AM Changeset [7a37fcb1] by Peter A. Buhr <pabuhr@…>
first proofread of chapter 3
11:54 AM Changeset [3f37f5b] by Peter A. Buhr <pabuhr@…>
update thesis macros
11:53 AM Changeset [562ccf9] by Peter A. Buhr <pabuhr@…>
remove empty line number increment from listings
11:50 AM Changeset [38f6e66] by Peter A. Buhr <pabuhr@…>
update citations

Aug 24, 2024:

8:11 AM Changeset [4b75ae9] by Peter A. Buhr <pabuhr@…>
second attempt to simplify ttype min/max functions

Aug 23, 2024:

10:36 PM Changeset [26ee4b5] by Peter A. Buhr <pabuhr@…>
simplify ttype min/max functions
2:04 PM Changeset [d1fbc56e] by Andrew Beach <ajbeach@…>
Removed two lingering set_extension functions from ast. There was one …
10:44 AM Changeset [45ee172] by Andrew Beach <ajbeach@…>
Corrected handling of va_args in the parser. It still does not get …

Aug 22, 2024:

2:32 PM Changeset [cc0aa8c] by Peter A. Buhr <pabuhr@…>
formatting
2:32 PM Changeset [790f251] by Peter A. Buhr <pabuhr@…>
update error message for parameter default-initialization in …

Aug 20, 2024:

2:24 PM Changeset [df2e00f] by Andrew Beach <ajbeach@…>
Made heap pass the invariant check. We should be able to enable …
1:57 PM Ticket #290 (cfa-cc - Two-Argument Conditional Revaluates Condition) created by ajbeach
The two-argument conditional currently is implemented as a short hand …
12:11 PM Ticket #289 (cfa-cc - Invariant Failure in Static Assertion) created by ajbeach
The following compiles, but fails the invariant check: […] This is …

Aug 17, 2024:

3:15 PM Changeset [3ac5fd8] by Peter A. Buhr <pabuhr@…>
first attempt changing end-of-file to an exception

Aug 16, 2024:

12:25 PM Changeset [afb15cf] by Andrew Beach <ajbeach@…>
Added a check to make sure that optional parameters to not appear on …
12:06 PM Changeset [5b643ea] by Peter A. Buhr <pabuhr@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
12:06 PM Changeset [cef5bfc] by Peter A. Buhr <pabuhr@…>
added a few sentences and corrected spelling mistakes
12:03 PM Changeset [4558df2] by Peter A. Buhr <pabuhr@…>
update accordion program, small changes

Aug 14, 2024:

2:08 PM Ticket #175 (cfa-cc - Instantiated generic struct layout is reused across different ...) closed by mlbrooks
fixed: Fixed by f9ad69d.
1:22 PM Ticket #288 (cfa-cc - Struct managed member declared with typeof does not support multiple ...) created by mlbrooks
A single level of wrapping is demonstrated successfully in the test …
1:17 PM Changeset [8da3cc4d] by Michael Brooks <mlbrooks@…>
Add missing integration test of accordions. Putting a CFA array
1:13 PM Changeset [2f31773] by Michael Brooks <mlbrooks@…>
Improve inability to declare a struct member having a managed type via …
1:12 PM Changeset [f9ad69d] by Michael Brooks <mlbrooks@…>
Fix #175
1:10 PM Changeset [1a2ba84] by Michael Brooks <mlbrooks@…>
fix comment typo

Aug 13, 2024:

6:17 PM Changeset [2870cb6] by Fangren Yu <f37yu@…>
update cast expression cost rule
11:54 AM Changeset [661e7b0] by Andrew Beach <ajbeach@…>
After a years (or at least half a year) the CodeLocation? optimization …
11:26 AM Changeset [4941716] by Peter A. Buhr <pabuhr@…>
preclude aggregate/enumeration type declaration in trait body
9:17 AM Changeset [dee680c] by Peter A. Buhr <pabuhr@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
9:17 AM Changeset [f9b42bd] by Peter A. Buhr <pabuhr@…>
modify time test to deal with unfreed storage from putenv/tzset
9:16 AM Changeset [a51dc0d] by Peter A. Buhr <pabuhr@…>
add missing #ifdef to handle systems without io_uring

Aug 12, 2024:

6:47 PM Changeset [97f8f0f] by Andrew Beach <ajbeach@…>
Implemented special case of sizeof/alignof, where reference types are …
10:35 AM Changeset [8492b85] by Peter A. Buhr <pabuhr@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
10:34 AM Changeset [206ecae] by Peter A. Buhr <pabuhr@…>
remove spurious push/pop from grammar contexts where type declarations …
8:24 AM Changeset [0e6aba06] by Peter A. Buhr <pabuhr@…>
formatting

Aug 11, 2024:

5:33 PM Changeset [43d9679] by Peter A. Buhr <pabuhr@…>
move section from into to background
10:56 AM Changeset [774c97e] by Peter A. Buhr <pabuhr@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
10:54 AM Changeset [f22d100] by Peter A. Buhr <pabuhr@…>
add citations
10:52 AM Changeset [16915b1] by Peter A. Buhr <pabuhr@…>
proofread intro chapter and add citation

Aug 10, 2024:

10:27 AM Changeset [6abb6dc] by Peter A. Buhr <pabuhr@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
10:26 AM Changeset [2ca7fc2] by Peter A. Buhr <pabuhr@…>
add better error message for an empty enumeration, i.e., no enumerators.

Aug 9, 2024:

8:28 AM Changeset [5ca5263] by Peter A. Buhr <pabuhr@…>
update test file covering problem cases
8:27 AM Changeset [f125e96] by Peter A. Buhr <pabuhr@…>
remove spurious test files

Aug 8, 2024:

11:19 PM Changeset [acab1bd] by JiadaL <j82liang@…>
rephrase enum initialization
10:39 PM Changeset [7568e5c] by JiadaL <j82liang@…>
Minor update on the thesis (add auto initialization and update future work
10:02 PM Changeset [c1c0efdb] by Peter A. Buhr <pabuhr@…>
last proofread of thesis
6:12 PM Changeset [11cced6] by JiadaL <j82liang@…>
grammar update and section moved
5:25 PM Changeset [c4aca65] by JiadaL <j82liang@…>
Move partial scope to future work
3:51 PM Changeset [ab11ab1] by JiadaL <j82liang@…>
(Software) grammar check
3:21 PM Changeset [5b4c8df] by JiadaL <j82liang@…>
update comparison table
1:06 PM Changeset [a8f44c8] by JiadaL <j82liang@…>
Update on comparison table (some checkmark still need to be fixed

Aug 7, 2024:

7:07 PM Changeset [b0069a3] by JiadaL <j82liang@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
7:07 PM Changeset [92a0ee8] by JiadaL <j82liang@…>
Small thesis unpdate
6:17 PM Changeset [9d3a4cc] by Peter A. Buhr <pabuhr@…>
fix PDF warnings about special characters in titles
6:16 PM Changeset [90e7a2f] by Peter A. Buhr <pabuhr@…>
remove unused files from repository
5:43 PM Changeset [b9f6a7cd] by Peter A. Buhr <pabuhr@…>
rename file CEnum.tex to Cenum.tex to match CFAenum.tex
5:36 PM Changeset [4c63025] by Peter A. Buhr <pabuhr@…>
fix duplicate labelling of figures
5:34 PM Changeset [7cb14c9] by Peter A. Buhr <pabuhr@…>
proofread conclusion chapter
5:33 PM Changeset [fd0a9bf] by Peter A. Buhr <pabuhr@…>
formatting
10:19 AM Changeset [4e09af2] by Peter A. Buhr <pabuhr@…>
update unfreed storage message from memory allocator
9:12 AM Changeset [3b10778] by Peter A. Buhr <pabuhr@…>
small proofreading updates
6:48 AM Changeset [f6bbc92] by Peter A. Buhr <pabuhr@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
6:48 AM Changeset [e49c308] by Peter A. Buhr <pabuhr@…>
remove unused parameter name from function Countof, add period to end …
12:56 AM Changeset [1d8a349] by JiadaL <j82liang@…>
change wording
12:53 AM Changeset [f3abce9] by JiadaL <j82liang@…>
update subset section
12:02 AM Changeset [59fb462] by JiadaL <j82liang@…>
Add code comment along the example

Aug 6, 2024:

11:20 PM Changeset [43ab5fb] by JiadaL <j82liang@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
11:19 PM Changeset [63d5b9c8] by JiadaL <j82liang@…>
Merge changes
11:18 PM Changeset [5fdaeab1] by Peter A. Buhr <pabuhr@…>
third attempt proofread trait chapter
11:16 PM Changeset [d7cb0f7] by Peter A. Buhr <pabuhr@…>
second attempt proofread trait chapter
11:09 PM Changeset [8cb2ff6] by Peter A. Buhr <pabuhr@…>
proofread trait chapter
4:13 PM Changeset [bd686f0] by JiadaL <j82liang@…>
CFAEnum to CFAEnum conversion algorithm (the previous was enumerator …
3:21 PM Changeset [11f8ff7] by JiadaL <j82liang@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
3:21 PM Changeset [d6c5faa] by JiadaL <j82liang@…>
A demo of offset algorithm used in enum containment inheritance
2:28 PM Changeset [ee2f11f] by Peter A. Buhr <pabuhr@…>
fix user_define_enum.cfa
1:57 PM Changeset [efd055c] by JiadaL <j82liang@…>
user define enum example
9:49 AM Changeset [0c51c8b4] by Peter A. Buhr <pabuhr@…>
formatting, add section of enumeration subset
8:00 AM Changeset [c03af31] by Peter A. Buhr <pabuhr@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
7:51 AM Changeset [c4d6c90] by Peter A. Buhr <pabuhr@…>
formatting, documentation
4:05 AM Changeset [af5baae] by JiadaL <j82liang@…>
Wording changes
4:02 AM Changeset [1c957a11] by JiadaL <j82liang@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
4:01 AM Changeset [96de72b] by JiadaL <j82liang@…>
1. Update contribution; 2. update loop subsection; 3. rangeLoops.cfa …

Aug 5, 2024:

11:13 PM Changeset [4dab7e8] by Peter A. Buhr <pabuhr@…>
formatting, add str conversion routines, add more combinations of ?+? …
9:58 PM Changeset [0e6cf54c] by JiadaL <j82liang@…>
Revert change: enumerator cannot be implicitly const
4:42 PM Changeset [830edc6] by JiadaL <j82liang@…>
1. Add implicit const to enum base type; 2. change auto initializer to …
3:34 PM Changeset [7f18438] by JiadaL <j82liang@…>
Add "implicit case to base type" to enumerator
2:01 PM Changeset [f6d2e9b] by JiadaL <j82liang@…>
Change FX64 (x64) to FA64 (arm64)
9:31 AM Changeset [cc077f4] by Peter A. Buhr <pabuhr@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
9:31 AM Changeset [c588acb] by Peter A. Buhr <pabuhr@…>
proofread CFA enumeration chapter
9:30 AM Changeset [94643698] by Peter A. Buhr <pabuhr@…>
add discussion about partially implemented individual scoping mechanism
9:27 AM Changeset [2514d3d7] by Peter A. Buhr <pabuhr@…>
formatting
Note: See TracTimeline for information about the timeline view.