|
|
|
@406c806
|
8 weeks |
mlbrooks |
Attempt to fix Promote build by naming recently added test data files …
|
|
|
@cdf7d43
|
8 weeks |
mlbrooks |
Hopefully fix broken build, from multiple declarations of arrah.hfa's …
|
|
|
@05f8761
|
8 weeks |
mlbrooks |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
|
|
|
@1665ee5
|
8 weeks |
mlbrooks |
Add uArray delayed-initialization equivalent to CFA array
|
|
|
@5b95e67
|
8 weeks |
pabuhr |
fix spelling
|
|
|
@20c2ade
|
8 weeks |
ajbeach |
Parse string literals to get their length, taking into account escape …
|
|
|
@6325bd4
|
8 weeks |
mlbrooks |
Fix fork+exec missed case / broken build
|
|
|
@efe697d
|
8 weeks |
mlbrooks |
Add EOF test coverage for string reading.
|
|
|
@025f9c5
|
8 weeks |
mlbrooks |
Update 'fork+exec' test utility to be valid also in C and C++.
|
|
|
@a35e342
|
8 weeks |
j82liang |
update the discussion of unit type
|
|
|
@08e0d65
|
8 weeks |
j82liang |
Fix inst type as base type for enum
|
|
|
@aa14aafe
|
8 weeks |
j82liang |
Update thesis
|
|
|
@3d618a0
|
8 weeks |
j82liang |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
|
|
|
@d93b813
|
8 weeks |
j82liang |
Add separate compilation discussion
|
|
|
@f5dbc8d
|
8 weeks |
ajbeach |
Removed some unneeded code that could have gone last commit.
|
|
|
@b6f2e7ab
|
8 weeks |
ajbeach |
Removed SizeofExpr::expr and AlignofExpr::expr, expressions that would …
|
|
|
@5c6d439
|
8 weeks |
ajbeach |
Order of evaluation between arguments of a function is not …
|
|
|
@a7efc96
|
8 weeks |
ajbeach |
Made sure a variable is always initialized and removed some trailing …
|
|
|
@d3b33d5
|
8 weeks |
pabuhr |
fix dangling reference after delete
|
|
|
@02101a4
|
8 weeks |
pabuhr |
comment out unused variable declaration
|
|
|
@478dade
|
8 weeks |
j82liang |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
|
|
|
@29c8675
|
8 weeks |
j82liang |
update thesis
|
|
|
@a933489b
|
2 months |
pabuhr |
change exception throw to use copy constructor rather than assignment …
|
|
|
@82a5ea2
|
2 months |
ajbeach |
Added checks for (and a test to check the checks) assertions we will …
|
|
|
@9bb6c5f
|
2 months |
j82liang |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
|
|
|
@508cff0
|
2 months |
pabuhr |
fix quotations from C++ reference manual
|
|
|
@737bf73
|
2 months |
pabuhr |
correct check for EOF when reading character strings
|
|
|
@db19e1d
|
2 months |
ajbeach |
Changed the interpritation of () to be no parameters instead of any …
|
|
|
@cdbb909
|
2 months |
pabuhr |
proofread introduction chapter
|
|
|
@d6b7d1d
|
2 months |
pabuhr |
citation updates
|
|
|
@ad47ec4
|
2 months |
j82liang |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
|
|
|
@b965774
|
2 months |
ajbeach |
Isolated the logic to decide if a function is a var-args function or not.
|
|
|
@075c6d5
|
2 months |
pabuhr |
afterthought addition to chapter 3
|
|
|
@7f2e87a
|
2 months |
pabuhr |
first proofread of chapter 1
|
|
|
@7a37fcb1
|
2 months |
pabuhr |
first proofread of chapter 3
|
|
|
@3f37f5b
|
2 months |
pabuhr |
update thesis macros
|
|
|
@562ccf9
|
2 months |
pabuhr |
remove empty line number increment from listings
|
|
|
@38f6e66
|
2 months |
pabuhr |
update citations
|
|
|
@4b75ae9
|
2 months |
pabuhr |
second attempt to simplify ttype min/max functions
|
|
|
@26ee4b5
|
2 months |
pabuhr |
simplify ttype min/max functions
|
|
|
@d1fbc56e
|
2 months |
ajbeach |
Removed two lingering set_extension functions from ast. There was one …
|
|
|
@45ee172
|
2 months |
ajbeach |
Corrected handling of va_args in the parser. It still does not get …
|
|
|
@cc0aa8c
|
2 months |
pabuhr |
formatting
|
|
|
@790f251
|
2 months |
pabuhr |
update error message for parameter default-initialization in …
|
|
|
@960665c
|
3 months |
j82liang |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
|
|
|
@df2e00f
|
3 months |
ajbeach |
Made heap pass the invariant check. We should be able to enable …
|
|
|
@3ac5fd8
|
3 months |
pabuhr |
first attempt changing end-of-file to an exception
|
|
|
@afb15cf
|
3 months |
ajbeach |
Added a check to make sure that optional parameters to not appear on …
|
|
|
@5b643ea
|
3 months |
pabuhr |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
|
|
|
@cef5bfc
|
3 months |
pabuhr |
added a few sentences and corrected spelling mistakes
|
|
|
@4558df2
|
3 months |
pabuhr |
update accordion program, small changes
|
|
|
@8da3cc4d
|
3 months |
mlbrooks |
Add missing integration test of accordions.
Putting a CFA array …
|
|
|
@2f31773
|
3 months |
mlbrooks |
Improve inability to declare a struct member having a managed type via …
|
|
|
@f9ad69d
|
3 months |
mlbrooks |
Fix #175
|
|
|
@1a2ba84
|
3 months |
mlbrooks |
fix comment typo
|
|
|
@d1f5054
|
3 months |
j82liang |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
|
|
|
@26d40a1
|
3 months |
j82liang |
add void to lowerBound() and upperBound() declaration, which is a …
|
|
|
@2870cb6
|
3 months |
f37yu |
update cast expression cost rule
|
|
|
@661e7b0
|
3 months |
ajbeach |
After a years (or at least half a year) the CodeLocation? optimization …
|
|
|
@4941716
|
3 months |
pabuhr |
preclude aggregate/enumeration type declaration in trait body
|
|
|
@dee680c
|
3 months |
pabuhr |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
|
|
|
@f9b42bd
|
3 months |
pabuhr |
modify time test to deal with unfreed storage from putenv/tzset
|
|
|
@a51dc0d
|
3 months |
pabuhr |
add missing #ifdef to handle systems without io_uring
|
|
|
@97f8f0f
|
3 months |
ajbeach |
Implemented special case of sizeof/alignof, where reference types are …
|
|
|
@8492b85
|
3 months |
pabuhr |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
|
|
|
@206ecae
|
3 months |
pabuhr |
remove spurious push/pop from grammar contexts where type declarations …
|
|
|
@0e6aba06
|
3 months |
pabuhr |
formatting
|
|
|
@43d9679
|
3 months |
pabuhr |
move section from into to background
|
|
|
@774c97e
|
3 months |
pabuhr |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
|
|
|
@f22d100
|
3 months |
pabuhr |
add citations
|
|
|
@16915b1
|
3 months |
pabuhr |
proofread intro chapter and add citation
|
|
|
@6abb6dc
|
3 months |
pabuhr |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
|
|
|
@2ca7fc2
|
3 months |
pabuhr |
add better error message for an empty enumeration, i.e., no enumerators.
|
|
|
@5ca5263
|
3 months |
pabuhr |
update test file covering problem cases
|
|
|
@f125e96
|
3 months |
pabuhr |
remove spurious test files
|
|
|
@acab1bd
|
3 months |
j82liang |
rephrase enum initialization
|
|
|
@7568e5c
|
3 months |
j82liang |
Minor update on the thesis (add auto initialization and update future work
|
|
|
@c1c0efdb
|
3 months |
pabuhr |
last proofread of thesis
|
|
|
@11cced6
|
3 months |
j82liang |
grammar update and section moved
|
|
|
@c4aca65
|
3 months |
j82liang |
Move partial scope to future work
|
|
|
@ab11ab1
|
3 months |
j82liang |
(Software) grammar check
|
|
|
@5b4c8df
|
3 months |
j82liang |
update comparison table
|
|
|
@a8f44c8
|
3 months |
j82liang |
Update on comparison table (some checkmark still need to be fixed
|
|
|
@b0069a3
|
3 months |
j82liang |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
|
|
|
@92a0ee8
|
3 months |
j82liang |
Small thesis unpdate
|
|
|
@9d3a4cc
|
3 months |
pabuhr |
fix PDF warnings about special characters in titles
|
|
|
@90e7a2f
|
3 months |
pabuhr |
remove unused files from repository
|
|
|
@b9f6a7cd
|
3 months |
pabuhr |
rename file CEnum.tex to Cenum.tex to match CFAenum.tex
|
|
|
@4c63025
|
3 months |
pabuhr |
fix duplicate labelling of figures
|
|
|
@7cb14c9
|
3 months |
pabuhr |
proofread conclusion chapter
|
|
|
@fd0a9bf
|
3 months |
pabuhr |
formatting
|
|
|
@4e09af2
|
3 months |
pabuhr |
update unfreed storage message from memory allocator
|
|
|
@3b10778
|
3 months |
pabuhr |
small proofreading updates
|
|
|
@f6bbc92
|
3 months |
pabuhr |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
|
|
|
@e49c308
|
3 months |
pabuhr |
remove unused parameter name from function Countof, add period to end …
|
|
|
@1d8a349
|
3 months |
j82liang |
change wording
|
|
|
@f3abce9
|
3 months |
j82liang |
update subset section
|
|
|
@59fb462
|
3 months |
j82liang |
Add code comment along the example
|
|
|
@43ab5fb
|
3 months |
j82liang |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
|
|
|
@63d5b9c8
|
3 months |
j82liang |
Merge changes
|
|
|