source:

Revision Log Mode:


Legend:

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