Timeline
Sep 9, 2024:
- 6:16 PM Changeset [3d618a0] by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 6:15 PM Changeset [d93b813] by
- Add separate compilation discussion
- 5:44 PM Changeset [f5dbc8d] by
- Removed some unneeded code that could have gone last commit.
- 5:15 PM Changeset [b6f2e7ab] by
- Removed SizeofExpr::expr and AlignofExpr::expr, expressions that would …
- 3:37 PM Changeset [5c6d439] by
- Order of evaluation between arguments of a function is not …
- 2:48 PM Changeset [a7efc96] by
- Made sure a variable is always initialized and removed some trailing …
- 11:43 AM Changeset [d3b33d5] by
- fix dangling reference after delete
- 11:41 AM Changeset [02101a4] by
- comment out unused variable declaration
- 6:30 AM Changeset [478dade] by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 6:29 AM Changeset [29c8675] by
- update thesis
Sep 7, 2024:
- 1:36 PM Changeset [a933489b] by
- change exception throw to use copy constructor rather than assignment …
Sep 5, 2024:
- 4:07 PM Changeset [82a5ea2] by
- Added checks for (and a test to check the checks) assertions we will …
- 3:57 PM Changeset [9bb6c5f] by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
Sep 4, 2024:
- 5:35 PM Changeset [508cff0] by
- fix quotations from C++ reference manual
- 11:39 AM Changeset [737bf73] by
- correct check for EOF when reading character strings
Sep 3, 2024:
- 12:08 PM Changeset [db19e1d] by
- Changed the interpritation of () to be no parameters instead of any …
Sep 2, 2024:
- 2:54 PM Changeset [cdbb909] by
- proofread introduction chapter
- 11:12 AM Changeset [d6b7d1d] by
- citation updates
Aug 29, 2024:
- 2:38 PM Changeset [ad47ec4] by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
Aug 26, 2024:
- 10:54 AM Changeset [b965774] by
- Isolated the logic to decide if a function is a var-args function or not.
Aug 25, 2024:
- 12:02 PM Changeset [075c6d5] by
- afterthought addition to chapter 3
- 11:56 AM Changeset [7f2e87a] by
- first proofread of chapter 1
- 11:55 AM Changeset [7a37fcb1] by
- first proofread of chapter 3
- 11:54 AM Changeset [3f37f5b] by
- update thesis macros
- 11:53 AM Changeset [562ccf9] by
- remove empty line number increment from listings
- 11:50 AM Changeset [38f6e66] by
- update citations
Aug 24, 2024:
- 8:11 AM Changeset [4b75ae9] by
- second attempt to simplify ttype min/max functions
Aug 23, 2024:
- 10:36 PM Changeset [26ee4b5] by
- simplify ttype min/max functions
- 2:04 PM Changeset [d1fbc56e] by
- Removed two lingering set_extension functions from ast. There was one …
- 10:44 AM Changeset [45ee172] by
- Corrected handling of va_args in the parser. It still does not get …
Aug 22, 2024:
- 2:32 PM Changeset [cc0aa8c] by
- formatting
- 2:32 PM Changeset [790f251] by
- update error message for parameter default-initialization in …
Aug 20, 2024:
- 6:15 PM Changeset [960665c] by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 2:24 PM Changeset [df2e00f] by
- 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
- 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
- The following compiles, but fails the invariant check: […] This is …
Aug 17, 2024:
- 3:15 PM Changeset [3ac5fd8] by
- first attempt changing end-of-file to an exception
Aug 16, 2024:
- 12:25 PM Changeset [afb15cf] by
- Added a check to make sure that optional parameters to not appear on …
- 12:06 PM Changeset [5b643ea] by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 12:06 PM Changeset [cef5bfc] by
- added a few sentences and corrected spelling mistakes
- 12:03 PM Changeset [4558df2] by
- 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
- fixed: Fixed by f9ad69d.
- 1:22 PM Ticket #288 (cfa-cc - Struct managed member declared with typeof does not support multiple ...) created by
- A single level of wrapping is demonstrated successfully in the test …
- 1:17 PM Changeset [8da3cc4d] by
-
Add missing integration test of accordions.
Putting a CFA
array
… - 1:13 PM Changeset [2f31773] by
- Improve inability to declare a struct member having a managed type via …
- 1:12 PM Changeset [f9ad69d] by
- Fix #175
- 1:10 PM Changeset [1a2ba84] by
- fix comment typo
- 11:55 AM Changeset [d1f5054] by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 11:55 AM Changeset [26d40a1] by
- add void to lowerBound() and upperBound() declaration, which is a …
Aug 13, 2024:
- 6:17 PM Changeset [2870cb6] by
- update cast expression cost rule
- 11:54 AM Changeset [661e7b0] by
- After a years (or at least half a year) the CodeLocation? optimization …
- 11:26 AM Changeset [4941716] by
- preclude aggregate/enumeration type declaration in trait body
- 9:17 AM Changeset [dee680c] by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 9:17 AM Changeset [f9b42bd] by
- modify time test to deal with unfreed storage from putenv/tzset
- 9:16 AM Changeset [a51dc0d] by
- add missing #ifdef to handle systems without io_uring
Aug 12, 2024:
- 6:47 PM Changeset [97f8f0f] by
- Implemented special case of sizeof/alignof, where reference types are …
- 10:35 AM Changeset [8492b85] by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 10:34 AM Changeset [206ecae] by
- remove spurious push/pop from grammar contexts where type declarations …
- 8:24 AM Changeset [0e6aba06] by
- formatting
Aug 11, 2024:
- 5:33 PM Changeset [43d9679] by
- move section from into to background
- 10:56 AM Changeset [774c97e] by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 10:54 AM Changeset [f22d100] by
- add citations
- 10:52 AM Changeset [16915b1] by
- proofread intro chapter and add citation
Aug 10, 2024:
- 10:27 AM Changeset [6abb6dc] by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 10:26 AM Changeset [2ca7fc2] by
- add better error message for an empty enumeration, i.e., no enumerators.
Note: See TracTimeline
for information about the timeline view.