source:

Revision Log Mode:


Legend:

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