source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @d6c5faa   2 months j82liang A demo of offset algorithm used in enum containment inheritance
(edit) @efd055c   2 months j82liang user define enum example
(edit) @0c51c8b4   2 months pabuhr formatting, add section of enumeration subset
(edit) @c03af31   2 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @c4d6c90   2 months pabuhr formatting, documentation
(edit) @af5baae   2 months j82liang Wording changes
(edit) @1c957a11   2 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @96de72b   2 months j82liang 1. Update contribution; 2. update loop subsection; 3. rangeLoops.cfa …
(edit) @4dab7e8   2 months pabuhr formatting, add str conversion routines, add more combinations of ?+? …
(edit) @0e6cf54c   2 months j82liang Revert change: enumerator cannot be implicitly const
(edit) @830edc6   2 months j82liang 1. Add implicit const to enum base type; 2. change auto initializer to …
(edit) @7f18438   2 months j82liang Add "implicit case to base type" to enumerator
(edit) @f6d2e9b   2 months j82liang Change FX64 (x64) to FA64 (arm64)
(edit) @cc077f4   2 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @c588acb   2 months pabuhr proofread CFA enumeration chapter
(edit) @94643698   2 months pabuhr add discussion about partially implemented individual scoping mechanism
(edit) @2514d3d7   2 months pabuhr formatting
(edit) @7db4fcd4   2 months j82liang small fix
(edit) @5f210c0   2 months j82liang Change enum pos to signed int to avoid underflow; operator on enum …
(edit) @7ab24fef   2 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @b59c21a   2 months j82liang remove leading whitespace
(edit) @748877f   2 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @a57ad8a   2 months pabuhr proofread C Enum chapter
(edit) @503c350   2 months pabuhr move overload material into background chapter
(edit) @065de93   2 months j82liang Update test expect for x86
(edit) @1697c40   2 months j82liang merge local changes
(edit) @b797fe36   2 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @ecaedf35   2 months j82liang Update test expect for arm64
(edit) @1e12f07   2 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @d39d8a4   2 months pabuhr proofread background chapter
(edit) @e15293b   2 months pabuhr display subsubsection numbering and insert into the table of contents
(edit) @2dd5c6d   2 months j82liang Update +=/-= for enums
(edit) @bcb41f7   2 months j82liang Update .error as the cost model has changed
(edit) @06ecda9   2 months j82liang define enum to value cost as implicit cost
(edit) @1571e4d   2 months j82liang reinterpret loop start for enum type as the first enumerator
(edit) @4e107bf   2 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @433e2c3   2 months pabuhr proofread thesis frontpgs and intro
(edit) @a9ae5ca   2 months j82liang remove unused addInitType
(edit) @8789ae4   2 months pabuhr update loop control test and expected output
(edit) @4db0140   2 months pabuhr modify abort error message
(edit) @b12e4ad   2 months pabuhr add stream parameter to OSTYPE_VOID_IMPL macro and update all macro calls
(edit) @c141c09   2 months j82liang Update
(edit) @3a7cd15   2 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @6740533e   2 months j82liang Add a discussion on Static Type information
(edit) @1f11818   3 months ajbeach Updated the named parameter proposal. Adding sections (or paragraphs) …
(edit) @21f4dff   3 months j82liang Add motivation for trait
(edit) @9476549   3 months j82liang Add abstract and acknoledgement
(edit) @2ff76d25   3 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @fcf3493   3 months j82liang update on thesis
(edit) @82d5816   3 months ajbeach Bit of clean-up to the box pass. Mostly just wrapping a new common set …
(edit) @dd78dbc   3 months j82liang Add CEnum.tex
(edit) @09bdf2d   3 months j82liang Add CEnum.tex
(edit) @f3d2a4f   3 months j82liang Rename implementation to trait
(edit) @ce02877   3 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @38e20a80   3 months j82liang update thesis
(edit) @1661ad7   3 months pabuhr add Huawei acknowledgement
(edit) @b67d7a5b   3 months pabuhr add lstlisting for java
(edit) @caa3e2c   3 months pabuhr proofread array chapter and update example programs
(edit) @b8e047a   3 months pabuhr formatting
(edit) @82ff201a   3 months pabuhr add #include <assert.h>, as no longer in array.hfa
(edit) @fee4436   3 months pabuhr make subscript check DEBUG only, remove #include <assert.h>, which is …
(edit) @5ff721a   3 months pabuhr forgot period at end of error message.
(edit) @1bb0170   3 months pabuhr formatting, replace subscript-check asserts with error message
(edit) @876739f   3 months pabuhr formatting
(edit) @fcbb532   3 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @daa4cc1   3 months pabuhr temporary hack to allow parsing of default/named parameters/calls
(edit) @bb20aa6   3 months pabuhr small updates to the default/named parameter section
(edit) @fd4df379   3 months mlbrooks Implement boxing for arrays. The added test is things that did not …
(edit) @3cb693c   3 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @d02d223   3 months pabuhr rewrite section on default/named parameters
(edit) @c1b0b8f   3 months pabuhr parse keyword parameter and argument using '?' syntax
(edit) @151c8db   3 months pabuhr parse keyword parameter and argument using '@' syntax
(edit) @5aeb1a9   3 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @a03ed29   3 months j82liang conclude merge
(edit) @878b1385   3 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @1ad112a5   3 months pabuhr update enumeration input test
(edit) @6f47834   3 months pabuhr add section on enumeration I/O
(edit) @e561551   3 months j82liang Save current progress for pull
(edit) @b6923b17   3 months ajbeach Fixed goto labelled loop. I had to reorder some passes. Updated …
(edit) @35c792f   3 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @d1276f8   3 months pabuhr move enumeration trait material into implementation chapter
(edit) @10a99d87   3 months pabuhr proofread last push of CFA enumerations
(edit) @46651fb   3 months pabuhr small wording change to enumeration introduction
(edit) @ead3858   3 months pabuhr add countof as keyword to CFA lstlang
(edit) @1f922f4   3 months ajbeach Updated iterator proposal. It was supposed to just go into a bit more …
(edit) @719fdbc   3 months pabuhr second attempt to get tools/prettyprinter to build in the distribution
(edit) @4002956   3 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @aa3bfc3   3 months pabuhr get tools/prettyprinter to build in the distribution
(edit) @9c2ac95   3 months f37yu update
(edit) @18d7aaf   3 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @d68a3f7   3 months j82liang Update makeEnumOffsetCast to not report error for cast to non-parent …
(edit) @ce0b8b8   3 months pabuhr documentation
(edit) @4a790e4c   3 months pabuhr third attempt at including tools/prettyprinter in the distribution
(edit) @8dc6f84   3 months pabuhr second attempt at including tools/prettyprinter in the distribution
(edit) @b8561fa   3 months pabuhr try again to fix the unfreed storage problem
(edit) @3ee4a53   3 months pabuhr formatting
(edit) @d7b399f   3 months pabuhr formatting
(edit) @e3260aa1   3 months pabuhr removed memory not freed message
(edit) @e6128959   3 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @cd1d721   3 months pabuhr modify time test to set time zone to America/Toronto? so test is …
Note: See TracRevisionLog for help on using the revision log.