source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @433e2c3   14 hours pabuhr proofread thesis frontpgs and intro
(edit) @8789ae4   38 hours pabuhr update loop control test and expected output
(edit) @4db0140   38 hours pabuhr modify abort error message
(edit) @b12e4ad   38 hours pabuhr add stream parameter to OSTYPE_VOID_IMPL macro and update all macro calls
(edit) @c141c09   2 days j82liang Update
(edit) @3a7cd15   2 days j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @6740533e   3 days j82liang Add a discussion on Static Type information
(edit) @1f11818   4 days ajbeach Updated the named parameter proposal. Adding sections (or paragraphs) …
(edit) @21f4dff   4 days j82liang Add motivation for trait
(edit) @9476549   4 days j82liang Add abstract and acknoledgement
(edit) @2ff76d25   4 days j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @fcf3493   4 days j82liang update on thesis
(edit) @82d5816   4 days ajbeach Bit of clean-up to the box pass. Mostly just wrapping a new common set …
(edit) @dd78dbc   5 days j82liang Add CEnum.tex
(edit) @09bdf2d   5 days j82liang Add CEnum.tex
(edit) @f3d2a4f   5 days j82liang Rename implementation to trait
(edit) @ce02877   5 days j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @38e20a80   5 days j82liang update thesis
(edit) @1661ad7   6 days pabuhr add Huawei acknowledgement
(edit) @b67d7a5b   6 days pabuhr add lstlisting for java
(edit) @caa3e2c   6 days pabuhr proofread array chapter and update example programs
(edit) @b8e047a   6 days pabuhr formatting
(edit) @82ff201a   6 days pabuhr add #include <assert.h>, as no longer in array.hfa
(edit) @fee4436   6 days pabuhr make subscript check DEBUG only, remove #include <assert.h>, which is …
(edit) @5ff721a   7 days pabuhr forgot period at end of error message.
(edit) @1bb0170   7 days pabuhr formatting, replace subscript-check asserts with error message
(edit) @876739f   7 days pabuhr formatting
(edit) @fcbb532   8 days pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @daa4cc1   8 days pabuhr temporary hack to allow parsing of default/named parameters/calls
(edit) @bb20aa6   9 days pabuhr small updates to the default/named parameter section
(edit) @fd4df379   9 days mlbrooks Implement boxing for arrays. The added test is things that did not …
(edit) @3cb693c   9 days pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @d02d223   9 days pabuhr rewrite section on default/named parameters
(edit) @c1b0b8f   9 days pabuhr parse keyword parameter and argument using '?' syntax
(edit) @151c8db   9 days pabuhr parse keyword parameter and argument using '@' syntax
(edit) @5aeb1a9   10 days j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @a03ed29   10 days j82liang conclude merge
(edit) @878b1385   10 days pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @1ad112a5   10 days pabuhr update enumeration input test
(edit) @6f47834   10 days pabuhr add section on enumeration I/O
(edit) @e561551   10 days j82liang Save current progress for pull
(edit) @b6923b17   10 days ajbeach Fixed goto labelled loop. I had to reorder some passes. Updated …
(edit) @35c792f   10 days pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @d1276f8   10 days pabuhr move enumeration trait material into implementation chapter
(edit) @10a99d87   10 days pabuhr proofread last push of CFA enumerations
(edit) @46651fb   10 days pabuhr small wording change to enumeration introduction
(edit) @ead3858   10 days pabuhr add countof as keyword to CFA lstlang
(edit) @1f922f4   11 days ajbeach Updated iterator proposal. It was supposed to just go into a bit more …
(edit) @719fdbc   12 days pabuhr second attempt to get tools/prettyprinter to build in the distribution
(edit) @4002956   2 weeks pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @aa3bfc3   2 weeks pabuhr get tools/prettyprinter to build in the distribution
(edit) @9c2ac95   2 weeks f37yu update
(edit) @18d7aaf   2 weeks j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @d68a3f7   2 weeks j82liang Update makeEnumOffsetCast to not report error for cast to non-parent …
(edit) @ce0b8b8   2 weeks pabuhr documentation
(edit) @4a790e4c   2 weeks pabuhr third attempt at including tools/prettyprinter in the distribution
(edit) @8dc6f84   2 weeks pabuhr second attempt at including tools/prettyprinter in the distribution
(edit) @b8561fa   2 weeks pabuhr try again to fix the unfreed storage problem
(edit) @3ee4a53   2 weeks pabuhr formatting
(edit) @d7b399f   2 weeks pabuhr formatting
(edit) @e3260aa1   2 weeks pabuhr removed memory not freed message
(edit) @e6128959   2 weeks pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @cd1d721   2 weeks pabuhr modify time test to set time zone to America/Toronto? so test is …
(edit) @f107afe   2 weeks pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @1842167   2 weeks pabuhr add test for reading in enumerators
(edit) @f90c092   2 weeks pabuhr formatting
(edit) @c248b39   2 weeks ajbeach Unlabelled breaks were not targetting the correct enclosing control …
(edit) @6804f38   2 weeks pabuhr formatting
(edit) @a758169   2 weeks ajbeach In main: cleaned up a macro and updated some names.
(edit) @0097d08   2 weeks pabuhr formatting, comments, use break in for-else
(edit) @97f9619   3 weeks j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @68ea8d2   3 weeks j82liang Seperate CfaEnum? and Serial.
(edit) @88bc876   3 weeks ajbeach Breaks (and some other control flow) in a loop else clause now work. I …
(edit) @2363147   3 weeks pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @b522435   3 weeks pabuhr add BibDir? macro to user-manual Makefile
(edit) @26d57ca   3 weeks pabuhr update citation file
(edit) @9f972c2   3 weeks pabuhr add tools/prettyprinter for promotion to GitHub?
(edit) @1dd5fd1   3 weeks pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @d796be70   3 weeks pabuhr commenting
(edit) @09dd830   3 weeks j82liang grammar fixed by a dsoftware
(edit) @dc1c430   3 weeks j82liang update CFAenum.tex
(edit) @bfa7bf0   3 weeks ajbeach Silenced a warning.
(edit) @b2ca052   3 weeks pabuhr move planet test under directory enum_tests
(edit) @eb5dbfd   3 weeks pabuhr add enumeration planet program to test suite
(edit) @a1a1f37d   3 weeks pabuhr change order of ungetc parameters to harmonize with C ungetc
(edit) @2e6b2a0   3 weeks pabuhr change assert to abort, second attempt to read enumerators
(edit) @8315947   3 weeks j82liang Remove automatic conversion from Enum type name to its len; change …
(edit) @76b507d   3 weeks j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @0c327ce   3 weeks j82liang 1. Add bound check to Serial function: now compiler generates the …
(edit) @3e135c8   3 weeks ajbeach Not sure why we copy in the return values all the time, but we do. …
(edit) @9c447e2   3 weeks j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @236f133   3 weeks j82liang Remove quasi_void for enums. The idea of quasi_void from Mike was to …
(edit) @358e3481   3 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   4 weeks j82liang Add attribute functions back after the bug fix
(edit) @dbff8ec   4 weeks j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @bb336a6   4 weeks j82liang Fixed the problem when enum use another enumerator as initializer
(edit) @f3811df   4 weeks ajbeach Added an overview of how named parameters could be added to Cforall.
(edit) @b9f6791   4 weeks pabuhr allow empty global declaration ';', adjust semi-colon rules after …
Note: See TracRevisionLog for help on using the revision log.