source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @b59c21a   14 months j82liang remove leading whitespace
(edit) @065de93   14 months j82liang Update test expect for x86
(edit) @1697c40   14 months j82liang merge local changes
(edit) @b797fe36   14 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @ecaedf35   14 months j82liang Update test expect for arm64
(edit) @1e12f07   14 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @d39d8a4   14 months pabuhr proofread background chapter
(edit) @e15293b   14 months pabuhr display subsubsection numbering and insert into the table of contents
(edit) @2dd5c6d   14 months j82liang Update +=/-= for enums
(edit) @bcb41f7   14 months j82liang Update .error as the cost model has changed
(edit) @06ecda9   14 months j82liang define enum to value cost as implicit cost
(edit) @1571e4d   14 months j82liang reinterpret loop start for enum type as the first enumerator
(edit) @4e107bf   14 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @433e2c3   14 months pabuhr proofread thesis frontpgs and intro
(edit) @a9ae5ca   14 months j82liang remove unused addInitType
(edit) @8789ae4   14 months pabuhr update loop control test and expected output
(edit) @4db0140   14 months pabuhr modify abort error message
(edit) @b12e4ad   14 months pabuhr add stream parameter to OSTYPE_VOID_IMPL macro and update all macro calls
(edit) @c141c09   14 months j82liang Update
(edit) @3a7cd15   14 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @6740533e   14 months j82liang Add a discussion on Static Type information
(edit) @1f11818   14 months ajbeach Updated the named parameter proposal. Adding sections (or paragraphs) …
(edit) @21f4dff   14 months j82liang Add motivation for trait
(edit) @9476549   14 months j82liang Add abstract and acknoledgement
(edit) @2ff76d25   14 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @fcf3493   14 months j82liang update on thesis
(edit) @82d5816   14 months ajbeach Bit of clean-up to the box pass. Mostly just wrapping a new common set …
(edit) @dd78dbc   14 months j82liang Add CEnum.tex
(edit) @09bdf2d   14 months j82liang Add CEnum.tex
(edit) @f3d2a4f   14 months j82liang Rename implementation to trait
(edit) @ce02877   14 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @38e20a80   14 months j82liang update thesis
(edit) @1661ad7   14 months pabuhr add Huawei acknowledgement
(edit) @b67d7a5b   14 months pabuhr add lstlisting for java
(edit) @caa3e2c   14 months pabuhr proofread array chapter and update example programs
(edit) @b8e047a   14 months pabuhr formatting
(edit) @82ff201a   14 months pabuhr add #include <assert.h>, as no longer in array.hfa
(edit) @fee4436   14 months pabuhr make subscript check DEBUG only, remove #include <assert.h>, which is …
(edit) @5ff721a   14 months pabuhr forgot period at end of error message.
(edit) @1bb0170   14 months pabuhr formatting, replace subscript-check asserts with error message
(edit) @876739f   14 months pabuhr formatting
(edit) @fcbb532   14 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @daa4cc1   14 months pabuhr temporary hack to allow parsing of default/named parameters/calls
(edit) @bb20aa6   14 months pabuhr small updates to the default/named parameter section
(edit) @fd4df379   14 months mlbrooks Implement boxing for arrays. The added test is things that did not …
(edit) @3cb693c   14 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @d02d223   14 months pabuhr rewrite section on default/named parameters
(edit) @c1b0b8f   14 months pabuhr parse keyword parameter and argument using '?' syntax
(edit) @151c8db   14 months pabuhr parse keyword parameter and argument using '@' syntax
(edit) @5aeb1a9   14 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @a03ed29   14 months j82liang conclude merge
(edit) @878b1385   14 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @1ad112a5   14 months pabuhr update enumeration input test
(edit) @6f47834   14 months pabuhr add section on enumeration I/O
(edit) @e561551   14 months j82liang Save current progress for pull
(edit) @b6923b17   14 months ajbeach Fixed goto labelled loop. I had to reorder some passes. Updated …
(edit) @35c792f   14 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @d1276f8   14 months pabuhr move enumeration trait material into implementation chapter
(edit) @10a99d87   14 months pabuhr proofread last push of CFA enumerations
(edit) @46651fb   14 months pabuhr small wording change to enumeration introduction
(edit) @ead3858   14 months pabuhr add countof as keyword to CFA lstlang
(edit) @1f922f4   14 months ajbeach Updated iterator proposal. It was supposed to just go into a bit more …
(edit) @719fdbc   14 months pabuhr second attempt to get tools/prettyprinter to build in the distribution
(edit) @4002956   14 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @aa3bfc3   14 months pabuhr get tools/prettyprinter to build in the distribution
(edit) @9c2ac95   14 months f37yu update
(edit) @18d7aaf   14 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @d68a3f7   14 months j82liang Update makeEnumOffsetCast to not report error for cast to non-parent …
(edit) @ce0b8b8   14 months pabuhr documentation
(edit) @4a790e4c   14 months pabuhr third attempt at including tools/prettyprinter in the distribution
(edit) @8dc6f84   14 months pabuhr second attempt at including tools/prettyprinter in the distribution
(edit) @b8561fa   14 months pabuhr try again to fix the unfreed storage problem
(edit) @3ee4a53   14 months pabuhr formatting
(edit) @d7b399f   14 months pabuhr formatting
(edit) @e3260aa1   14 months pabuhr removed memory not freed message
(edit) @e6128959   14 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @cd1d721   14 months pabuhr modify time test to set time zone to America/Toronto so test is …
(edit) @f107afe   14 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @1842167   14 months pabuhr add test for reading in enumerators
(edit) @f90c092   14 months pabuhr formatting
(edit) @c248b39   14 months ajbeach Unlabelled breaks were not targetting the correct enclosing control …
(edit) @6804f38   14 months pabuhr formatting
(edit) @a758169   14 months ajbeach In main: cleaned up a macro and updated some names.
(edit) @0097d08   14 months pabuhr formatting, comments, use break in for-else
(edit) @97f9619   14 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @68ea8d2   14 months j82liang Seperate CfaEnum and Serial.
(edit) @88bc876   14 months ajbeach Breaks (and some other control flow) in a loop else clause now work. I …
(edit) @2363147   14 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @b522435   14 months pabuhr add BibDir macro to user-manual Makefile
(edit) @26d57ca   14 months pabuhr update citation file
(edit) @9f972c2   14 months pabuhr add tools/prettyprinter for promotion to GitHub
(edit) @1dd5fd1   14 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @d796be70   14 months pabuhr commenting
(edit) @09dd830   14 months j82liang grammar fixed by a dsoftware
(edit) @dc1c430   14 months j82liang update CFAenum.tex
(edit) @bfa7bf0   14 months ajbeach Silenced a warning.
(edit) @b2ca052   14 months pabuhr move planet test under directory enum_tests
(edit) @eb5dbfd   14 months pabuhr add enumeration planet program to test suite
(edit) @a1a1f37d   14 months pabuhr change order of ungetc parameters to harmonize with C ungetc
(edit) @2e6b2a0   14 months pabuhr change assert to abort, second attempt to read enumerators
Note: See TracRevisionLog for help on using the revision log.