source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @1bb0170   15 hours pabuhr formatting, replace subscript-check asserts with error message
(edit) @876739f   15 hours pabuhr formatting
(edit) @fcbb532   2 days pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @daa4cc1   2 days pabuhr temporary hack to allow parsing of default/named parameters/calls
(edit) @bb20aa6   3 days pabuhr small updates to the default/named parameter section
(edit) @fd4df379   3 days mlbrooks Implement boxing for arrays. The added test is things that did not …
(edit) @3cb693c   3 days pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @d02d223   3 days pabuhr rewrite section on default/named parameters
(edit) @c1b0b8f   3 days pabuhr parse keyword parameter and argument using '?' syntax
(edit) @151c8db   3 days pabuhr parse keyword parameter and argument using '@' syntax
(edit) @878b1385   4 days pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @1ad112a5   4 days pabuhr update enumeration input test
(edit) @6f47834   4 days pabuhr add section on enumeration I/O
(edit) @b6923b17   4 days ajbeach Fixed goto labelled loop. I had to reorder some passes. Updated …
(edit) @35c792f   4 days pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @d1276f8   4 days pabuhr move enumeration trait material into implementation chapter
(edit) @10a99d87   4 days pabuhr proofread last push of CFA enumerations
(edit) @46651fb   5 days pabuhr small wording change to enumeration introduction
(edit) @ead3858   5 days pabuhr add countof as keyword to CFA lstlang
(edit) @1f922f4   5 days ajbeach Updated iterator proposal. It was supposed to just go into a bit more …
(edit) @719fdbc   6 days pabuhr second attempt to get tools/prettyprinter to build in the distribution
(edit) @4002956   8 days pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @aa3bfc3   8 days pabuhr get tools/prettyprinter to build in the distribution
(edit) @9c2ac95   9 days f37yu update
(edit) @18d7aaf   9 days j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @d68a3f7   9 days j82liang Update makeEnumOffsetCast to not report error for cast to non-parent …
(edit) @ce0b8b8   9 days pabuhr documentation
(edit) @4a790e4c   9 days pabuhr third attempt at including tools/prettyprinter in the distribution
(edit) @8dc6f84   10 days pabuhr second attempt at including tools/prettyprinter in the distribution
(edit) @b8561fa   10 days pabuhr try again to fix the unfreed storage problem
(edit) @3ee4a53   10 days pabuhr formatting
(edit) @d7b399f   10 days pabuhr formatting
(edit) @e3260aa1   10 days pabuhr removed memory not freed message
(edit) @e6128959   10 days pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @cd1d721   10 days pabuhr modify time test to set time zone to America/Toronto? so test is …
(edit) @f107afe   10 days pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @1842167   10 days pabuhr add test for reading in enumerators
(edit) @f90c092   10 days pabuhr formatting
(edit) @c248b39   10 days ajbeach Unlabelled breaks were not targetting the correct enclosing control …
(edit) @6804f38   11 days pabuhr formatting
(edit) @a758169   11 days ajbeach In main: cleaned up a macro and updated some names.
(edit) @0097d08   11 days pabuhr formatting, comments, use break in for-else
(edit) @97f9619   12 days j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @68ea8d2   12 days j82liang Seperate CfaEnum? and Serial.
(edit) @88bc876   12 days ajbeach Breaks (and some other control flow) in a loop else clause now work. I …
(edit) @2363147   12 days pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @b522435   12 days pabuhr add BibDir? macro to user-manual Makefile
(edit) @26d57ca   12 days pabuhr update citation file
(edit) @9f972c2   12 days pabuhr add tools/prettyprinter for promotion to GitHub?
(edit) @1dd5fd1   13 days pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @d796be70   13 days pabuhr commenting
(edit) @09dd830   2 weeks j82liang grammar fixed by a dsoftware
(edit) @dc1c430   2 weeks j82liang update CFAenum.tex
(edit) @bfa7bf0   2 weeks ajbeach Silenced a warning.
(edit) @b2ca052   2 weeks pabuhr move planet test under directory enum_tests
(edit) @eb5dbfd   2 weeks pabuhr add enumeration planet program to test suite
(edit) @a1a1f37d   2 weeks pabuhr change order of ungetc parameters to harmonize with C ungetc
(edit) @2e6b2a0   2 weeks pabuhr change assert to abort, second attempt to read enumerators
(edit) @8315947   2 weeks j82liang Remove automatic conversion from Enum type name to its len; change …
(edit) @76b507d   2 weeks j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @0c327ce   2 weeks j82liang 1. Add bound check to Serial function: now compiler generates the …
(edit) @3e135c8   2 weeks ajbeach Not sure why we copy in the return values all the time, but we do. …
(edit) @9c447e2   2 weeks j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @236f133   2 weeks j82liang Remove quasi_void for enums. The idea of quasi_void from Mike was to …
(edit) @358e3481   2 weeks ajbeach Visit the else_ children of loops. I don't know how things worked this …
(edit) @3be81a4   3 weeks pabuhr corrections, update loop control
(edit) @9d5eacb   3 weeks j82liang Fix the bug with typed anomynous enum got incorrect forward declaration
(edit) @725f777f   3 weeks j82liang Add attribute functions back after the bug fix
(edit) @dbff8ec   3 weeks j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @bb336a6   3 weeks j82liang Fixed the problem when enum use another enumerator as initializer
(edit) @f3811df   3 weeks ajbeach Added an overview of how named parameters could be added to Cforall.
(edit) @b9f6791   3 weeks pabuhr allow empty global declaration ';', adjust semi-colon rules after …
(edit) @2f4c910   3 weeks pabuhr set return argument for boolean read
(edit) @d287f3e   3 weeks pabuhr fix selecting wrong input operator for enumeration, first attempt at …
(edit) @c015e2d   3 weeks pabuhr update reading boolean and match text
(edit) @a4e1b09   3 weeks pabuhr formatting
(edit) @061b001   3 weeks pabuhr update target names for running test suite
(edit) @e26a842   3 weeks pabuhr update example programs
(edit) @5a553e2   3 weeks pabuhr proofreading array chapter
(edit) @1e110bf   3 weeks pabuhr harmonize format of section titles
(edit) @f06ba98   3 weeks pabuhr add lstlisting for Pascal
(edit) @5a2b0b7   3 weeks ajbeach Reverted the change to the compiler. The other changes are both …
(edit) @550afde2   3 weeks ajbeach Constant strings on input. The previous changes only effected …
(edit) @c2cf2d0   3 weeks ajbeach Made string literals constants. Preformed required updates. Resisted …
(edit) @8c55d34   3 weeks ajbeach Fixed spelling mistake. (I'm 99% sure.)
(edit) @99f7f37   4 weeks j82liang Fix the bug that enum {} var syntax cannot be recognized as cfa enum
(edit) @f8f298c   4 weeks j82liang replace decl->base with isTyped()
(edit) @39cf5cc   4 weeks j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @6d2b3dc   4 weeks j82liang Change (enum) range loop so that it works on any type that define …
(edit) @793eb2f   4 weeks ajbeach One extra whitespace line removed. I do not believe that represented …
(edit) @7fe4adbb   4 weeks ajbeach Added some code near the end of main to improve some internal …
(edit) @597f284   4 weeks pabuhr update 'Too many recursive assertions' error message with possible cause
(edit) @062467b   4 weeks pabuhr inline enum relational and increment operators, comment out loop …
(edit) @bc48c0d   4 weeks pabuhr fix enumeration input to use reference type
(edit) @c40a982   4 weeks pabuhr change enumeration posE to posn
(edit) @7f8c232   4 weeks pabuhr formatting
(edit) @72abc90a   4 weeks pabuhr remove unnecessary assignment when looping with a structure type
(edit) @64eeb06   4 weeks pabuhr change basic_ostream to ostream, first attempt of enumeration input
(edit) @011c29e   4 weeks j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @73d0e3f4   4 weeks j82liang Current enum has bug when use as a reference as in ?++. Change …
Note: See TracRevisionLog for help on using the revision log.