|
|
|
@76b507d
|
19 months |
j82liang |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
stuck-waitfor-destruct
|
|
|
|
@0c327ce
|
19 months |
j82liang |
1. Add bound check to Serial function: now compiler generates the …
stuck-waitfor-destruct
|
|
|
|
@3e135c8
|
19 months |
ajbeach |
Not sure why we copy in the return values all the time, but we do. …
stuck-waitfor-destruct
|
|
|
|
@9c447e2
|
19 months |
j82liang |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
stuck-waitfor-destruct
|
|
|
|
@236f133
|
19 months |
j82liang |
Remove quasi_void for enums. The idea of quasi_void from Mike was to …
stuck-waitfor-destruct
|
|
|
|
@358e3481
|
19 months |
ajbeach |
Visit the else_ children of loops. I don't know how things worked this …
stuck-waitfor-destruct
|
|
|
|
@3be81a4
|
19 months |
pabuhr |
corrections, update loop control
stuck-waitfor-destruct
|
|
|
|
@9d5eacb
|
19 months |
j82liang |
Fix the bug with typed anomynous enum got incorrect forward declaration
stuck-waitfor-destruct
|
|
|
|
@725f777f
|
19 months |
j82liang |
Add attribute functions back after the bug fix
stuck-waitfor-destruct
|
|
|
|
@dbff8ec
|
19 months |
j82liang |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
stuck-waitfor-destruct
|
|
|
|
@bb336a6
|
19 months |
j82liang |
Fixed the problem when enum use another enumerator as initializer
stuck-waitfor-destruct
|
|
|
|
@f3811df
|
19 months |
ajbeach |
Added an overview of how named parameters could be added to Cforall.
stuck-waitfor-destruct
|
|
|
|
@b9f6791f
|
19 months |
pabuhr |
allow empty global declaration ';', adjust semi-colon rules after …
stuck-waitfor-destruct
|
|
|
|
@2f4c910
|
19 months |
pabuhr |
set return argument for boolean read
stuck-waitfor-destruct
|
|
|
|
@d287f3e
|
19 months |
pabuhr |
fix selecting wrong input operator for enumeration, first attempt at …
stuck-waitfor-destruct
|
|
|
|
@c015e2d
|
19 months |
pabuhr |
update reading boolean and match text
stuck-waitfor-destruct
|
|
|
|
@a4e1b09
|
19 months |
pabuhr |
formatting
stuck-waitfor-destruct
|
|
|
|
@061b001
|
19 months |
pabuhr |
update target names for running test suite
stuck-waitfor-destruct
|
|
|
|
@e26a842
|
19 months |
pabuhr |
update example programs
stuck-waitfor-destruct
|
|
|
|
@5a553e2
|
19 months |
pabuhr |
proofreading array chapter
stuck-waitfor-destruct
|
|
|
|
@1e110bf
|
19 months |
pabuhr |
harmonize format of section titles
stuck-waitfor-destruct
|
|
|
|
@f06ba98
|
19 months |
pabuhr |
add lstlisting for Pascal
stuck-waitfor-destruct
|
|
|
|
@5a2b0b7
|
19 months |
ajbeach |
Reverted the change to the compiler. The other changes are both …
stuck-waitfor-destruct
|
|
|
|
@550afde2
|
19 months |
ajbeach |
Constant strings on input. The previous changes only effected …
stuck-waitfor-destruct
|
|
|
|
@c2cf2d0
|
19 months |
ajbeach |
Made string literals constants. Preformed required updates. Resisted …
stuck-waitfor-destruct
|
|
|
|
@8c55d34
|
19 months |
ajbeach |
Fixed spelling mistake. (I'm 99% sure.)
stuck-waitfor-destruct
|
|
|
|
@99f7f37
|
19 months |
j82liang |
Fix the bug that enum {} var syntax cannot be recognized as cfa enum
stuck-waitfor-destruct
|
|
|
|
@f8f298c
|
19 months |
j82liang |
replace decl->base with isTyped()
stuck-waitfor-destruct
|
|
|
|
@39cf5cc
|
19 months |
j82liang |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
stuck-waitfor-destruct
|
|
|
|
@6d2b3dc
|
19 months |
j82liang |
Change (enum) range loop so that it works on any type that define …
stuck-waitfor-destruct
|
|
|
|
@793eb2f
|
19 months |
ajbeach |
One extra whitespace line removed. I do not believe that represented …
stuck-waitfor-destruct
|
|
|
|
@7fe4adbb
|
19 months |
ajbeach |
Added some code near the end of main to improve some internal …
stuck-waitfor-destruct
|
|
|
|
@597f284
|
19 months |
pabuhr |
update 'Too many recursive assertions' error message with possible cause
stuck-waitfor-destruct
|
|
|
|
@062467b
|
19 months |
pabuhr |
inline enum relational and increment operators, comment out loop …
stuck-waitfor-destruct
|
|
|
|
@bc48c0d
|
19 months |
pabuhr |
fix enumeration input to use reference type
stuck-waitfor-destruct
|
|
|
|
@c40a982
|
19 months |
pabuhr |
change enumeration posE to posn
stuck-waitfor-destruct
|
|
|
|
@7f8c232
|
19 months |
pabuhr |
formatting
stuck-waitfor-destruct
|
|
|
|
@72abc90a
|
19 months |
pabuhr |
remove unnecessary assignment when looping with a structure type
stuck-waitfor-destruct
|
|
|
|
@64eeb06
|
19 months |
pabuhr |
change basic_ostream to ostream, first attempt of enumeration input
stuck-waitfor-destruct
|
|
|
|
@011c29e
|
19 months |
j82liang |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
stuck-waitfor-destruct
|
|
|
|
@73d0e3f4
|
19 months |
j82liang |
Current enum has bug when use as a reference as in ?++. Change …
stuck-waitfor-destruct
|
|
|
|
@bc07190
|
19 months |
pabuhr |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
stuck-waitfor-destruct
|
|
|
|
@115ac1ce
|
19 months |
j82liang |
Allow explict conversion from cfa enum to int (while disallow implicit)
stuck-waitfor-destruct
|
|
|
|
@4117761
|
19 months |
j82liang |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
stuck-waitfor-destruct
|
|
|
|
@5ccc733
|
19 months |
j82liang |
Fix the bug that C style enum cannot to use as an lvalue
stuck-waitfor-destruct
|
|
|
|
@62a38e7
|
19 months |
pabuhr |
remove calls to label() from planet program
stuck-waitfor-destruct
|
|
|
|
@3c55fcd
|
19 months |
ajbeach |
Added some notes about how to enable heap statistics. Reformated some …
stuck-waitfor-destruct
|
|
|
|
@259012e
|
19 months |
pabuhr |
put back quasi_void print
stuck-waitfor-destruct
|
|
|
|
@01afd8d
|
19 months |
pabuhr |
add +~ and +~= for-control operators to match with -~ and -~= operators
stuck-waitfor-destruct
|
|
|
|
@7552fde
|
19 months |
j82liang |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
stuck-waitfor-destruct
|
|
|
|
@d3aa55e9
|
19 months |
j82liang |
1. Disallow implicit conversion from cfa enum to int during on the …
stuck-waitfor-destruct
|
|
|
|
@55ba259e
|
19 months |
pabuhr |
clarify for-control for enumerations
stuck-waitfor-destruct
|
|
|
|
@d5efcb7
|
19 months |
pabuhr |
first attempt at updating enum auxiliary operations
stuck-waitfor-destruct
|
|
|
|
@343c8be
|
19 months |
pabuhr |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
stuck-waitfor-destruct
|
|
|
|
@089b39e1
|
19 months |
pabuhr |
clean up, prepare for downto enumerating
stuck-waitfor-destruct
|
|
|
|
@d96d4f0
|
19 months |
pabuhr |
corrections to Pascal discussion
stuck-waitfor-destruct
|
|
|
|
@6803ff1
|
19 months |
pabuhr |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
stuck-waitfor-destruct
|
|
|
|
@f3b67b6
|
19 months |
pabuhr |
update test programs for different program languages
stuck-waitfor-destruct
|
|
|
|
@41f4e2d
|
19 months |
pabuhr |
update Pascal enumeration
stuck-waitfor-destruct
|
|
|
|
@29092213
|
19 months |
pabuhr |
update planet example program
stuck-waitfor-destruct
|
|
|
|
@3b69398
|
19 months |
pabuhr |
add protect for latex abbreviation macros
stuck-waitfor-destruct
|
|
|
|
@5eb3f65
|
19 months |
pabuhr |
change enumeration function names labelE, valueE, posE to label, …
stuck-waitfor-destruct
|
|
|
|
@253d0b4
|
19 months |
pabuhr |
change error message header, simplify forCtrl to have only identifier …
stuck-waitfor-destruct
|
|
|
|
@d66a43b
|
20 months |
pabuhr |
fix spelling mistake in file src/ControlStruct/TrasnlateEnumRange.hpp …
stuck-waitfor-destruct
|
|
|
|
@9d6082c
|
20 months |
pabuhr |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
stuck-waitfor-destruct
|
|
|
|
@a8ced63
|
20 months |
pabuhr |
parse countof pseduo-function, update for-loop for enumeration
stuck-waitfor-destruct
|
|
|
|
@07771bc
|
20 months |
pabuhr |
lex countof pseudo-function
stuck-waitfor-destruct
|
|
|
|
@006d4c4
|
20 months |
mlbrooks |
Linked-list background additions for identity model and end treatment.
stuck-waitfor-destruct
|
|
|
|
@567c775
|
20 months |
j82liang |
Missing files from the last commit
stuck-waitfor-destruct
|
|
|
|
@57e43cd
|
20 months |
j82liang |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
stuck-waitfor-destruct
|
|
|
|
@525f7ad
|
20 months |
j82liang |
1. Add count_e( enum_name ), a pseudo function that return the …
stuck-waitfor-destruct
|
|
|
|
@348f8992
|
20 months |
pabuhr |
git ignore parser.tab.cc
stuck-waitfor-destruct
|
|
|
|
@f678c53b
|
20 months |
pabuhr |
formatting
stuck-waitfor-destruct
|
|
|
|
@1725989
|
20 months |
pabuhr |
add enumeration test programs for different programming languages
stuck-waitfor-destruct
|
|
|
|
@77328d0
|
20 months |
mlbrooks |
Elaborate the description and context of the md-array subscripting figure.
stuck-waitfor-destruct
|
|
|
|
@b166b1c
|
20 months |
mlbrooks |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
stuck-waitfor-destruct
|
|
|
|
@d280784
|
20 months |
pabuhr |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
stuck-waitfor-destruct
|
|
|
|
@bc17be98
|
20 months |
pabuhr |
small proofreading changes to Cforall numeration chapter
stuck-waitfor-destruct
|
|
|
|
@c033405
|
20 months |
pabuhr |
first complete proofread of related-work chapter, still needs …
stuck-waitfor-destruct
|
|
|
|
@736a38d
|
20 months |
pabuhr |
more proofreading of C background chapter
stuck-waitfor-destruct
|
|
|
|
@4c8f29ff
|
20 months |
pabuhr |
address Gregor's comment about quantity and a unit in examples, add …
stuck-waitfor-destruct
|
|
|
|
@3eb5f993
|
20 months |
pabuhr |
add missing keywords match and case to Python lstnewenvironment
stuck-waitfor-destruct
|
|
|
|
@5144898
|
20 months |
pabuhr |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
stuck-waitfor-destruct
|
|
|
|
@12f1156
|
20 months |
pabuhr |
simplify grammar in a few places
stuck-waitfor-destruct
|
|
|
|
@f30be51f
|
20 months |
mlbrooks |
Add soft copy of existing thesis diagram
stuck-waitfor-destruct
|
|
|
|
@f1d2c44
|
20 months |
ajbeach |
Updates to the module proposal. Just an assortment of clean-up and …
stuck-waitfor-destruct
|
|
|
|
@2ab31fd
|
20 months |
pabuhr |
parse tuple-element declarations but unimplemented
stuck-waitfor-destruct
|
|
|
|
@42cdd07d
|
20 months |
j82liang |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
stuck-waitfor-destruct
|
|
|
|
@85855b0
|
20 months |
j82liang |
1. Implement enum cast; 2. Change valueE so that opague enum returns …
stuck-waitfor-destruct
|
|
|
|
@0188539c
|
20 months |
pabuhr |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
stuck-waitfor-destruct
|
|
|
|
@405dbb3
|
20 months |
ajbeach |
Noticing that a function could have an early exit to save a level of …
stuck-waitfor-destruct
|
|
|
|
@8d26b7a
|
20 months |
pabuhr |
added Mike's comments about modules to proposal
stuck-waitfor-destruct
|
|
|
|
@159460f
|
20 months |
pabuhr |
citation updates
stuck-waitfor-destruct
|
|
|
|
@1967109
|
20 months |
pabuhr |
make bool a keyword for CFA lstlisting so it is bolded
stuck-waitfor-destruct
|
|
|
|
@bf64de3
|
20 months |
ajbeach |
Update to the module system, folding in feedback and some PAB content.
stuck-waitfor-destruct
|
|
|
|
@83b2fb5e
|
20 months |
ajbeach |
Removed an extra include.
stuck-waitfor-destruct
|
|
|
|
@d68de59
|
20 months |
j82liang |
Update enumInlineValue.cfa
stuck-waitfor-destruct
|
|
|
|
@0f5e8cd
|
20 months |
f37yu |
attempt to fix #286
stuck-waitfor-destruct
|
|
|
|
@822332e
|
20 months |
ajbeach |
It seems clang uses different scoping rules for the trailing return of …
stuck-waitfor-destruct
|
|
|
|
@91b9e10
|
20 months |
pabuhr |
added some ideas to the module proposal
stuck-waitfor-destruct
|
|
|
|